document.write( "Question 262451: the sum of two numbers is 42 the greater number is three more than twice the lesser number. what are the numbers?\r
\n" );
document.write( "\n" );
document.write( "constructing equations\r
\n" );
document.write( "\n" );
document.write( "how do i construct this to a equation? \n" );
document.write( "
Algebra.Com's Answer #193359 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 42 \n" ); document.write( "the greater number is three more than twice the lesser number. \n" ); document.write( "what are the numbers? \n" ); document.write( "constructing equations \n" ); document.write( "how do i construct this to a equation? \n" ); document.write( "--------------- \n" ); document.write( "Let one of the numbers be \"x\". \n" ); document.write( "Then the other number is \"42-x\". \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "42-x = 2x + 3 \n" ); document.write( "3x = 39 \n" ); document.write( "x = 13 (one of the numbers) \n" ); document.write( "42-x = 29 (the other number) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |