document.write( "Question 482896: The larger of two numbers is one less than three times the smaller. if their sum is 63. \n" ); document.write( "
Algebra.Com's Answer #330722 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let x and y are two numbers\r \n" ); document.write( "\n" ); document.write( "y=3x-1 \n" ); document.write( "x+y=63 \n" ); document.write( "x+3x-1=63 (Putting the value of ‘y’) \n" ); document.write( "4x=63+1 \n" ); document.write( "4x=64 \n" ); document.write( "4x/4=64/4 (Divide by 4 both sides) \n" ); document.write( "x=16\r \n" ); document.write( "\n" ); document.write( "x+y=63 (Putting the value of ’x’) \n" ); document.write( "16+y=63 \n" ); document.write( "y=63-16\r \n" ); document.write( "\n" ); document.write( "y=47\r \n" ); document.write( "\n" ); document.write( "Numbers are 16 and 47. \n" ); document.write( " \n" ); document.write( " |