document.write( "Question 534261: One number is 7 less than a second number. Twice the second number is 4 less than 5 times the first. Find the smaller of two numbers. \n" ); document.write( "
Algebra.Com's Answer #351424 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! Define the two numbers as \n" ); document.write( "x \n" ); document.write( "x+7 \n" ); document.write( ". \n" ); document.write( "2(x+7) + 4 = 5x \n" ); document.write( "2x + 14 +4 = 5x \n" ); document.write( "18 = 3x \n" ); document.write( "3x = 18 \n" ); document.write( "x = 6 \n" ); document.write( ". \n" ); document.write( "x+7 = 13 \n" ); document.write( ". \n" ); document.write( "One number is 7 less than another. \n" ); document.write( "6 is 7 less than 13. \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Twice the second number = 2*13 = 26 \n" ); document.write( "Is 26 4 less than 5 times the first number. \n" ); document.write( "5*6 = 30 \n" ); document.write( "30-26 = 4 \n" ); document.write( "Correct. \n" ); document.write( ". \n" ); document.write( "Re-read the question to determine what the answer needs to be. \n" ); document.write( ". \n" ); document.write( "Answer: The smaller of the two numbers is 6. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |