document.write( "Question 19395: the difference between two numbers is 16. five times the smaller is the same as 8 less than twice the larger. find the numbers \n" ); document.write( "
Algebra.Com's Answer #9382 by wuwei96815(245)![]() ![]() ![]() You can put this solution on YOUR website! Let the first number equal x \n" ); document.write( "Let the second (smaller) number equal x-16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now, let us write the equation as stated by the word problem: \n" ); document.write( "5(x-16) = 2x-8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's solve the equation: \n" ); document.write( "5(x-16) = 2x-8 \n" ); document.write( "5x-80 = 2x-8 \n" ); document.write( "5x-2x = 80-8 \n" ); document.write( "3x = 72 \n" ); document.write( "x = 24 \n" ); document.write( "x-16 = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I hope tht you were able to follow all of that. \n" ); document.write( " |