document.write( "Question 1028450: Write down and slove the following equation for the following
\n" );
document.write( "Find two consecutive odd numbers so that difference between 5 times the larger number and 3 times the smaller number is 120 \n" );
document.write( "
Algebra.Com's Answer #643541 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller number, x. Then the next odd number is x+2. Then we write \n" ); document.write( "5(x+2) - 3x = 120 \n" ); document.write( "Now solve for x. \n" ); document.write( "5x + 10 - 3x = 120 \n" ); document.write( "2x + 10 = 120 \n" ); document.write( "2x = 110 \n" ); document.write( "x = 55 so that \n" ); document.write( "x+2 = 57 \n" ); document.write( "Your numbers are 55 and 57. \n" ); document.write( " |