document.write( "Question 951438: One number is 5 more than 4 times the other and their sum is 10. Find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #581035 by checkley77(12844) ![]() You can put this solution on YOUR website! X+Y=10 \n" ); document.write( "X=4Y+5 \n" ); document.write( "4Y+5+Y=10 \n" ); document.write( "5Y=10-5 \n" ); document.write( "5Y=5 \n" ); document.write( "Y=5/5 \n" ); document.write( "Y=1 ANS. \n" ); document.write( "X+1=10 \n" ); document.write( "X=10-1 \n" ); document.write( "X=9 ANS \n" ); document.write( "Proof: \n" ); document.write( "9+1=10 \n" ); document.write( "10=10 \n" ); document.write( " \n" ); document.write( " |