document.write( "Question 226113: please help me solve this word problem:
\n" );
document.write( "the second of two numbers is 5 more than twice the first. their sum is 80. find the numbers. \n" );
document.write( "
Algebra.Com's Answer #168478 by checkley77(12844) ![]() You can put this solution on YOUR website! x+y=80 or y=80-x \n" ); document.write( "y=2x+5 \n" ); document.write( "2x+5=80-x \n" ); document.write( "2x+x=80-5 \n" ); document.write( "3x=75 \n" ); document.write( "x=75/3 \n" ); document.write( "x=25 ans. for the smaller number. \n" ); document.write( "y=80-25 \n" ); document.write( "y=55 ans. for the larger number. \n" ); document.write( " \n" ); document.write( " |