document.write( "Question 221523: Determine whether there are two consecutive odd integers such that 5 times the first exceeds 3 times the second by 54. \n" ); document.write( "
Algebra.Com's Answer #166135 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Determine whether there are two consecutive odd integers such that 5 times the first exceeds 3 times the second by 54. \n" ); document.write( "-------------- \n" ); document.write( "1st odd: 2x-1 \n" ); document.write( "2nd odd: 2x+1 \n" ); document.write( "--------------------- \n" ); document.write( "Equations: \n" ); document.write( "5(2x-1) = 3(2x+1) \n" ); document.write( "10x-5 = 6x+3 \n" ); document.write( "4x = 8 \n" ); document.write( "x = 2 \n" ); document.write( "------- \n" ); document.write( "1st odd: 2*2-1 = 3 \n" ); document.write( "2nd odd: 2*2+1 = 5 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |