document.write( "Question 623812: the sum of two numbers is 100. one number is four more than 3 times the other number. what are the numbers? \n" ); document.write( "
Algebra.Com's Answer #392373 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 100. one number is four more than 3 times the other number. what are the numbers? \n" ); document.write( "** \n" ); document.write( "let x=one of the numbers \n" ); document.write( "100-x=other number \n" ); document.write( "100-x=3x+4 \n" ); document.write( "4x=96 \n" ); document.write( "x=24 \n" ); document.write( "100-x=76 \n" ); document.write( "one of the numbers=24 \n" ); document.write( "other number=76 \n" ); document.write( " |