document.write( "Question 1019511: Sum of two numbers is 66.the larger number is three more than twice the smaller number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #635642 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make smaller number = 'x' \n" ); document.write( "Larger number = 3 + 2x \n" ); document.write( "Sum of two numbers is 66 \n" ); document.write( "x + 3 + 2x = 66 \n" ); document.write( "3x + 3 = 66 \n" ); document.write( "3x = 63 \n" ); document.write( "x = 21 \n" ); document.write( "Smaller number = 21 \n" ); document.write( "Larger number = 45 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |