document.write( "Question 143307This question is from textbook
\n" );
document.write( ": Solve the linear system\r
\n" );
document.write( "\n" );
document.write( "y = x + 7
\n" );
document.write( "2x + 3y = 31 (hint: substitution) \n" );
document.write( "
Algebra.Com's Answer #104423 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! The problem is already solved for y in the first equation. Put that into the second and solve...\r \n" ); document.write( "\n" ); document.write( "ie 2x + 3y = 31 \n" ); document.write( " ^substitute x+7 for y \n" ); document.write( " 2x + 3(x+7)=31 \n" ); document.write( " 5x=10 \n" ); document.write( " x=2\r \n" ); document.write( "\n" ); document.write( "If x=2, y must be 9.\r \n" ); document.write( "\n" ); document.write( "Check: \n" ); document.write( "x+7-->2+7=9 yes \n" ); document.write( "2x+3y=2(2)+3(9)=4+27=31 yes\r \n" ); document.write( "\n" ); document.write( "And here is how this site's solver would do it: \n" ); document.write( "
|