I'm having trouble figuring out a couple of word problems, I figure my issue is likely the same with all of them, so I'll post them all I suppose anyone that wants to provide assistance can just pick one.
The room numbers of two adjacent classrooms are two consecutive even numbers. If their sum is 710, find the classroom numbers.
I ended up just brute forcing the answer, but I don't know how to find it the proper way. I would just do something like
n + (n + 1) = 710
But that is going to give me two consecutive numbers, not two consecutive even numbers, right?
The cost of living last year went up 6%. Fortunately, Alice Swanson got a 6% raise in her salary from last year. This year she is earning $26,330. How much did she make last year?
They even give me the formula for figuring this one out
Last year's salary + amount of raise = current salary
Obviously I can't just add .06 to n, so I figured it must be
n + .06n = 26330
So then I multiply both sides by the reciprocal of .06/1, which is 1/.06
2/.06 * n = 26330/1 * 1/.06
33.33n = 438833
Dividing both sides by 33.33 gives me
n = $13,166.30
Which doesn't seem like it's only 6% away from $23,660, according to my calculations it's closer to a 45% raise.
Any help for either of these problems would be greatly appreciated.
The room numbers of two adjacent classrooms are two consecutive even numbers. If their sum is 710, find the classroom numbers.
I ended up just brute forcing the answer, but I don't know how to find it the proper way. I would just do something like
n + (n + 1) = 710
But that is going to give me two consecutive numbers, not two consecutive even numbers, right?
The cost of living last year went up 6%. Fortunately, Alice Swanson got a 6% raise in her salary from last year. This year she is earning $26,330. How much did she make last year?
They even give me the formula for figuring this one out
Last year's salary + amount of raise = current salary
Obviously I can't just add .06 to n, so I figured it must be
n + .06n = 26330
So then I multiply both sides by the reciprocal of .06/1, which is 1/.06
2/.06 * n = 26330/1 * 1/.06
33.33n = 438833
Dividing both sides by 33.33 gives me
n = $13,166.30
Which doesn't seem like it's only 6% away from $23,660, according to my calculations it's closer to a 45% raise.
Any help for either of these problems would be greatly appreciated.