document.write( "Question 673170: A larger number is 2 less than 5 times the smaller number. If the sum of these numbers is 94, find the larger number.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #418511 by rm29924(97)![]() ![]() You can put this solution on YOUR website! let x = the smaller number \n" ); document.write( "the larger number is 5x-2 \n" ); document.write( "their sum is 94 so you add them \n" ); document.write( "5x-2+x=94 \n" ); document.write( "6x-2=94 \n" ); document.write( "add 2 to both sides \n" ); document.write( "6x=96 \n" ); document.write( "divide both sides by 6 \n" ); document.write( "x=16\r \n" ); document.write( "\n" ); document.write( "the larger number is 5x-2 \n" ); document.write( "5(16)-2 \n" ); document.write( "80-2= 78\r \n" ); document.write( "\n" ); document.write( "answer: the larger number is 78\r \n" ); document.write( "\n" ); document.write( "78+16=94 \n" ); document.write( " |