document.write( "Question 486951: What's the sum of two numbers is six. Four times the smaller is equal to two times the larger. \n" ); document.write( "
Algebra.Com's Answer #332859 by John10(297)![]() ![]() You can put this solution on YOUR website! Let x be the smaller number and y is the larger number \n" ); document.write( "x + y = 6 \n" ); document.write( "4x = 2y or 2x = y \n" ); document.write( "Solve: \n" ); document.write( "x + y = 6 \n" ); document.write( "x + 2x = 6 \n" ); document.write( "3x = 6 \n" ); document.write( "x =6/3 \n" ); document.write( "x = 2 \n" ); document.write( "Then y = 2x = 2(2) = 4. \n" ); document.write( "John10:) \n" ); document.write( " |