document.write( "Question 1007934:  Twice	the	larger	of	two	numbers	is	three	more	than	five	times	the	smaller,	and	the	
\n" );
document.write( "sum	of	four	times	the	larger	and	three	times	the	smaller	is	72.	What	are	the	
\n" );
document.write( "numbers ? \n" );
document.write( "
| Algebra.Com's Answer #653089 by jorel555(1290)      You can put this solution on YOUR website! Let m and n be your two numbers. \n" ); document.write( "4m+3n=72 \n" ); document.write( "4m=72-3n \n" ); document.write( "m=18-3n/4 \n" ); document.write( "2(18-3n/4)-3=5n \n" ); document.write( "8(18-3n)-12=20n \n" ); document.write( "144-24n-12=20n \n" ); document.write( "132=44n \n" ); document.write( "n=3 \n" ); document.write( "m=63/4!!!!!!!!!!!! \n" ); document.write( " |