document.write( "Question 512852: the larger of 2 numbers is 6 more than 3 times the smaller,and their sum is 66? \n" ); document.write( "
Algebra.Com's Answer #342752 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "Smaller number = x \n" ); document.write( "Larger number = y \n" ); document.write( "Sum is 66 \n" ); document.write( "x+y=66 \n" ); document.write( "y=66-x.............(1) \n" ); document.write( "the larger of 2 numbers is 6 more than 3 times the smaller \n" ); document.write( "y=2+3x \n" ); document.write( "Put the value of y from (1) to above equation \n" ); document.write( "66-x=2+3x \n" ); document.write( "66-2=3x+x \n" ); document.write( "64=4x \n" ); document.write( "64/4=4x/4 \n" ); document.write( "16=x\r \n" ); document.write( "\n" ); document.write( "Put the value of x in (1) \n" ); document.write( "y=66-x \n" ); document.write( "y=66-16 \n" ); document.write( "y=50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Smaller number = x = 16 \n" ); document.write( "Larger number = y = 50 \n" ); document.write( " \n" ); document.write( " |