document.write( "Question 308033: Given the linear equation:
\n" );
document.write( "- Find the missing coordinates of the given points. Show your work.
\n" );
document.write( "- Plot those points and graph the linear equation.\r
\n" );
document.write( "\n" );
document.write( "3x + 4y = 12
\n" );
document.write( "
\n" );
document.write( "(0, ), ( ,0) \n" );
document.write( "
Algebra.Com's Answer #220275 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! For the first one, substitute x=0 into the equation and solve for y:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3x+4y=12 \n" ); document.write( "3(0)+4y=12 \n" ); document.write( "0+4y=12 \n" ); document.write( "4y=12 \n" ); document.write( "y=3\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Next, substitute y=0 in and solve for x:\r \n" ); document.write( "\n" ); document.write( "3x+4y=12 \n" ); document.write( "3x+4(0)=12 \n" ); document.write( "3x=12 \n" ); document.write( "x=4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So (0,3) is one point, and another point is (4,0). \n" ); document.write( " |