document.write( "Question 1158017: The sum of two numbers is 94 and the larger number us 5 Less than twice the smaller number. Find the numbers \n" ); document.write( "
Algebra.Com's Answer #780940 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! smaller number is x \n" ); document.write( "larger number is 2x-5 \n" ); document.write( "their sum is 94 \n" ); document.write( "so 3x-5=94 \n" ); document.write( "3x=99 \n" ); document.write( "x=33 small number \n" ); document.write( "2x-5=61 larger number \n" ); document.write( " |