SOLUTION: Find two consecutive odd integers such that seven times the first equals five times the second.

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Find two consecutive odd integers such that seven times the first equals five times the second.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 131554: Find two consecutive odd integers such that seven times the first equals five times the second.
Found 2 solutions by stanbon, solver91311:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Find two consecutive odd integers such that seven times the first equals five times the second.
--------------
Odd integers are always one more that an even integer:
1st: 2n+1
2nd: 2n+3
------------
EQUATION:
7(2n+1) = 5(2n+3)
14n+7 = 10n+15
4n = 8
n = 2
------------
1st: 2n+1 = 5
2nd: 2n+3 = 7
===================
Cheers,
Stan H.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
If an odd integer is x, then the next consecutive odd integer must be x + 2 (that's because x + 1 would be an even integer).

We are told that seven times the first [7x] is equal to five times the second [5(x + 2)].

7x=5%28x%2B2%29
7x=5x%2B10
7x-5x=10
2x=10
x=5
So the first odd integer is 5 and the next consecutive one is 5 + 2 = 7, and by the way, 7 times 5 = 5 times 7, so the answer checks.