document.write( "Question 370991: the sum of two numbers is 105. one-half of one number is equal to one-third of the other number. what are the two numbers?
\n" );
document.write( "thank u !!! (: \n" );
document.write( "
Algebra.Com's Answer #264328 by robertb(5830)![]() ![]() You can put this solution on YOUR website! x = one number \n" ); document.write( "105 - x = other number \n" ); document.write( "Then \n" ); document.write( " \n" ); document.write( "3x = 2(105 - x),or \n" ); document.write( "3x = 210 - 2x, \n" ); document.write( "5x = 210, \n" ); document.write( "x = 42, one number. \n" ); document.write( "105- x = 63, the other number. \n" ); document.write( " |