SOLUTION: Find two consecutuve even integers such that six times the first equals 4 times the second. Find the larger number.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutuve even integers such that six times the first equals 4 times the second. Find the larger number.      Log On


   



Question 250926: Find two consecutuve even integers such that six times the first equals 4 times the second. Find the larger number.
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Let the two numbers be N and N+2.
+6%28N%29=4%28N%2B2%29+
+6N=4N%2B8
+2N=8
+N=4
The numbers are 4 and 6.