document.write( "Question 33959: directions:solve problems using two unknowns and asystem of two equations.\r
\n" );
document.write( "\n" );
document.write( "one number is 7 more than another number. the sum of these two numbers is 101. what are the numbers? \n" );
document.write( "
Algebra.Com's Answer #20355 by fanism(39)![]() ![]() ![]() You can put this solution on YOUR website! x-7=y --> x-y=7 -- eq1 \n" ); document.write( "x+y=101 -- eq2 \n" ); document.write( "therefore, let's take eq2-eq1 \n" ); document.write( "0 + 2y = 94 \n" ); document.write( "y = 47\r \n" ); document.write( "\n" ); document.write( "therfore x = 101-47 = 54 \n" ); document.write( " |