document.write( "Question 524420: andres is thinking of 2 numbers.The sum of the numbers is 30 One number is 4 more than the other. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #347756 by deborabr(181)![]() ![]() You can put this solution on YOUR website! x+y=30 \n" ); document.write( "x+4=y \n" ); document.write( "substituting y \n" ); document.write( "x+x+4=30 \n" ); document.write( "2x=30-4 \n" ); document.write( "2x=26 \n" ); document.write( "x=26/2 \n" ); document.write( "x=13 \n" ); document.write( "and \n" ); document.write( "y=13+4 \n" ); document.write( "y=17 \n" ); document.write( "the numbers are 13 and 17 \n" ); document.write( " |