document.write( "Question 995178: Find two numbers whose sum is 8 given that one is 3 times the other \n" ); document.write( "
Algebra.Com's Answer #613993 by phillywily(18)![]() ![]() ![]() You can put this solution on YOUR website! Let the two numbers be x and y. \n" ); document.write( "x+y=8 \n" ); document.write( "3x=y \n" ); document.write( "x+3x=8 \n" ); document.write( "4x=8 \n" ); document.write( "x=2 \n" ); document.write( "y=8-X \n" ); document.write( "y=8-2 \n" ); document.write( "y=6\r \n" ); document.write( "\n" ); document.write( "Hence, the two numbers are 2 and 6. \n" ); document.write( " \n" ); document.write( " |