document.write( "Question 980085: The sum of two numbers is 25, and one number is 4 times the other number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #601285 by macston(5194)![]() ![]() You can put this solution on YOUR website! x=smaller number; y=larger number \n" ); document.write( "x+4x=25 \n" ); document.write( "5x=25 \n" ); document.write( "x=5 ANSWER 1: The smaller number is 5. \n" ); document.write( "y=4x \n" ); document.write( "y=4(5) \n" ); document.write( "y=20 ANSWER 2: The larger number is 20. \n" ); document.write( " |