Weird math problem?

Alright, so I’m tutoring someone, and they can’t get this problem. I (apparently) can’t either. Having been in Cal II, makes me feel stupid, because the girl I’m tutoring is in intermediate Algebra.

Problem:
“When three times the smaller of 2 consecutive even intergers is added to the larger, the result is 4 more than 3 times the larger. What are the 2 numbers?”
My method:

3(2n)+2n+2=3(2n+2)+4
8n+2=6n+10
2n=8, n=4.
Numbers are 4 and 6

But, if you put those back into the original equation, they don’t work. Where did I go wrong?

n = 4 does work in the original equation. Check your arithmetic.

3(n) + 2n = 4 + 3(2n)
5n - 6n = 4
-1n = 4
n = -4

-20 = -20
i think that’s right, i checked it twice

You have correctly solved n=4.

Your two integers are:
2n for the smaller
2n+2 for the larger.

The numbers should be 8 and 10.

You got the right n, but the numbers are 2n and 2n + 2.

The integers are 6 & 7

Let n = the smaller of the 2 integers:

3n + (n + 1) = 4 + 3(n+1)
4n + 1 = 4 + 3n + 3
4n + 1 = 7 + 3n
n = 6

Plug it back in:
18 + 7 = 4 + 21
25 = 25

Aaaah! Ok! I knew it was 8 and 10 through trial and error, but couldn’t figure out where I went wrong. Thanks.

8 and 10 are not consecutive integers.

The integers have to be consecutive even integers, so 6 and 7 don’t work.
You also don’t have to use 2n for your smaller number, which is the step that tripped you up. Even though the number is even, using 2n doesn’t help - if the answer were odd, you would just get n = 1.5 or something, which would be odd when multiplied by 2. Using 2n instead of n does not give you any advantage.
Just using n and n + 2 would have given you the answer of 8 , 10 easier.

:smack:

This also works - apparently you don’t need to write out the first integer as 2n:

x = an even integer
x+2 = next even integer

3x + (x + 2) = 3(x + 2) + 4
3x + x + 2 = 3x + 6 + 4
4x + 2 = 3x + 10
x = 8

8 = first integer
10 = second integer

Oops - simulpost with Nightime!

I don’t see why you are going with 2n for the smaller integer. Have n represent the smaller integer, n+2 then represenets the larger. Even or odd has nothing to do with it except that we know that the larger is 2 more than the smaller.

3n + (n + 2) = 4 + 3(n + 2)
4n + 2 = 3n + 10
n = 8

New rule for StD: Never post after midnight!

Brain no work late.

Yes! I finally got to be the first in a line of simulposts.

Darn, I knew I wouldn’t be fast enough.