document.write( "Question 958954: One number is five less than a second number. Five times the first is eight more than two times the second. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #586063 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let the second number be x. \n" ); document.write( "Then the first number is x-5. \n" ); document.write( "Five times the first is eight more than two times the second. \n" ); document.write( "5(x-5)=8+2x \n" ); document.write( "5x-25=8+2x \n" ); document.write( "3x=25+8 \n" ); document.write( "3x=33 \n" ); document.write( "x=11 \n" ); document.write( "The second number is 11. \n" ); document.write( "The first number is 6. \n" ); document.write( " \n" ); document.write( " |