document.write( "Question 30964: Please help me out with this I have NO idea how to begin solving this problem.\r
\n" );
document.write( "\n" );
document.write( "The sum of two numbers is 100. One number is at least 100. One number is at least 16 more than the other number. What are the two numbers? \n" );
document.write( "
Algebra.Com's Answer #17687 by Paul(988) ![]() You can put this solution on YOUR website! Let smaller number be x \n" ); document.write( "Let the larger number be x+16 \n" ); document.write( "(x)+(x+16)=100 \n" ); document.write( "2x+16=100 \n" ); document.write( "2x=84 \n" ); document.write( "x=42 \n" ); document.write( "42+16=58 \n" ); document.write( "Hence, one number is 42 and another one is 58. \n" ); document.write( "Paul. \n" ); document.write( " |