document.write( "Question 1013215: the sum of two numbers is 30.the second number is 2 more than thrice the first number. find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #629438 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let x and y be the two numbers. \n" ); document.write( "sum of two numbers is 30 \n" ); document.write( "x+y=30----(1) \n" ); document.write( "second number is 2 more than thrice the first number \n" ); document.write( "y-3x=2----(2) \n" ); document.write( "solving (1) and (2).we get, \n" ); document.write( "x=7,y=23 \n" ); document.write( " |