document.write( "Question 15078: Is (2,3) the solution to the linear system defined by\r
\n" );
document.write( "\n" );
document.write( "y=3x-3
\n" );
document.write( "2x+4y=16 \n" );
document.write( "
Algebra.Com's Answer #7509 by bam878s(77)![]() ![]() ![]() You can put this solution on YOUR website! All you need to do is plug x = 2 and y = 3 into the equations and see if they are true.\r \n" ); document.write( "\n" ); document.write( "3(2) - 3 = 6 - 3 = 3 this equation check out \n" ); document.write( "2(2) + 4(3) = 4 + 12 = 16 this equation also checks out \n" ); document.write( "so (2,3) is a solution \n" ); document.write( " |