document.write( "Question 56185: Graph 3x + 2y = 6 \n" ); document.write( "
Algebra.Com's Answer #38156 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Graph 3x + 2y = 6 \n" ); document.write( "This is the intercept method: \n" ); document.write( "Let x=0 and solve for y. (this is the y intercept.) \n" ); document.write( "3(0)+2y=6 \n" ); document.write( "2y=6 \n" ); document.write( "2y/2=6/2 \n" ); document.write( "y=3 \n" ); document.write( "Plot(0,3) \n" ); document.write( "Let y=0 and solve for x. (this is the x intercept.) \n" ); document.write( "3x+2(0)=6 \n" ); document.write( "3x=6 \n" ); document.write( "3x/3=6/3 \n" ); document.write( "x=2 \n" ); document.write( "Plot (2,0) \n" ); document.write( "Connect the dots and you have a line that looks like this: \n" ); document.write( " \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |