document.write( "Question 792372: One number is 4 less than 5 times another. If the sum of the numbers is 26,what are the two numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #479978 by edjones(8007)![]() ![]() You can put this solution on YOUR website! y=5x-4 \n" ); document.write( "x+y=26 \n" ); document.write( "x+5x-4=26 substitute for x. \n" ); document.write( "6x=30 \n" ); document.write( "x=5 \n" ); document.write( "y=21 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |