document.write( "Question 240492: the problem is to complete the table of oredered pairs for the equation and plot the ordered pairs for 3x+2y=6. They gave us for the first one x is 0 secord y is 0, the third x is 1, the fourth was y is 3.
\n" );
document.write( "What I came up with was
\n" );
document.write( "(o,3) (2,o) (4,3) I am not sure if I did it right. \n" );
document.write( "
Algebra.Com's Answer #176232 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x is 0 secord y is 0, the third x is 1, the fourth was y is 3. \n" ); document.write( "3x+2y=6 \n" ); document.write( "3*0+2Y=6 \n" ); document.write( "0+2Y=6 \n" ); document.write( "2Y=6 \n" ); document.write( "Y=6/2 \n" ); document.write( "Y=3 ANS. (0,3) \n" ); document.write( "3X+2*0=6 \n" ); document.write( "3X+0=6 \n" ); document.write( "X=6/3 \n" ); document.write( "X=2 ANS. (2,0) \n" ); document.write( "3*1+2Y=6 \n" ); document.write( "3+2Y=6 \n" ); document.write( "2Y=6-3 \n" ); document.write( "2Y=3 \n" ); document.write( "Y=3/2 ANS. (3/2,2) \n" ); document.write( "3X+2*3=6 \n" ); document.write( "3X+6=6 \n" ); document.write( "3X=6-6 \n" ); document.write( "3X=0 \n" ); document.write( "X=0 ANS. (0,3) \n" ); document.write( " |