document.write( "Question 350614: the sum of two numbers is 135. one-fourth the larger number is equal to two times the smaller number. what are the numbers?
\n" );
document.write( " what are the equations? \n" );
document.write( "
Algebra.Com's Answer #250609 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "*Note: Let x represent the larger numbers. Then (135-x) would be the other. \n" ); document.write( ". \n" ); document.write( "Question states: \n" ); document.write( "(1/4)x = 2(135-x) \n" ); document.write( ". \n" ); document.write( "Simplify and solve: \n" ); document.write( "(1/4)x = 220-2x \n" ); document.write( "2x + (1/4)x =270 \n" ); document.write( ". \n" ); document.write( "(9/4)x = 270 \n" ); document.write( ". \n" ); document.write( "Multiply both sides of the equation by (4/9) \n" ); document.write( "x = 120 \n" ); document.write( "smaller number would be 15 \n" ); document.write( ". \n" ); document.write( "check your answer: \n" ); document.write( "30 = 2*(15) \n" ); document.write( " |