document.write( "Question 826877: The difference of two numbers is 16. the greater number is 5 less than 4 times the smaller number. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "Thank you for the help I've been trying to solve this problem thoughout winter break. \n" );
document.write( "
Algebra.Com's Answer #498304 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! x - y = 16 \n" ); document.write( "x = 4y -5 \n" ); document.write( "substitute for x in first equation \n" ); document.write( "4y-5 -y = 16 \n" ); document.write( "3y = 21 \n" ); document.write( "y = 7 \n" ); document.write( "our two numbers are 23 and 7 \n" ); document.write( " \n" ); document.write( " |