document.write( "Question 68733: 1: Plot the graph of the equation 2x-3y=6 and 2x+y=-10 and intercept the result.
\n" );
document.write( "2: Plot the graph of the equations 2x+4y=10 and 3x+6y=12 and intercept the result.
\n" );
document.write( "3: Determine graphically the vertices of the triangle, the equation of whose sides are given y=x; y=0; 2x+3y=10, interpret the result? \n" );
document.write( "
Algebra.Com's Answer #48941 by rmromero(383)![]() ![]() ![]() You can put this solution on YOUR website! 1: Plot the graph of the equation 2x-3y=6 and 2x+y=-10 and intercept the result. \n" ); document.write( " To graph the equations, rewrite the equations written in standard form to slope-intercept form of the equation. y = mx + b \n" ); document.write( "2x-3y=6 \n" ); document.write( "3y = 2x + 6 \n" ); document.write( "y = 2/3x + 2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "2x+y=-10 \n" ); document.write( "y = -2x - 10\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " To solve for the intercept, We will use substitution method. \n" ); document.write( "1. In either equation, solve for one variable in terms of the other. \n" ); document.write( "2x+y=-10 \n" ); document.write( "y = -2x - 10 \n" ); document.write( " \n" ); document.write( "2. Substitute for that variable in the other equation. Solve. \n" ); document.write( "2x-3y=6 \n" ); document.write( "2x - 3(-2x-10) = 6 \n" ); document.write( "2x + 6x + 30 = 6 \n" ); document.write( "8x + 30 = 6 \n" ); document.write( "8x = -24 \n" ); document.write( "x = -3 \n" ); document.write( "3. Substitute the result from step 2 in either equation. Solve for the other variable. \n" ); document.write( "2x+y=-10 , x = -3 \n" ); document.write( "2(-3)+y = -10 \n" ); document.write( "-6 + y = -10 \n" ); document.write( "y = -4 \n" ); document.write( "4. Check the solution in both original equations. \n" ); document.write( "2x+y=-10, x = -3, y = -4 \n" ); document.write( "2(-3) + (-4) = -10 \n" ); document.write( "-6 -4 = -10 \n" ); document.write( "-10 = -10 --------->> True \n" ); document.write( " \n" ); document.write( "2x-3y=6, x = -3, y = -4 \n" ); document.write( "2(-3)-3(-4) = 6 \n" ); document.write( "-6 + 12 = 6 \n" ); document.write( "6 = 6 ---------->> True \n" ); document.write( " Therefore the lines intersect when x = -3 and y = -4 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "2: Plot the graph of the equations 2x+4y=10 and 3x+6y=12 and intercept the result. \n" ); document.write( " To graph the equations, rewrite the equations written in standard form to slope-intercept form of the equation. y = mx + b \n" ); document.write( "2x+4y=10 \n" ); document.write( "4y = -2x+10 \n" ); document.write( "y = (-2/4)x+10/4 \n" ); document.write( "y = (-1/2)x+(5/2) \n" ); document.write( " \n" ); document.write( "3x+6y=12 \n" ); document.write( "6y = -3x+12 \n" ); document.write( "y = (-3/6)x+(12/6) \n" ); document.write( "y = (-1/2)x+2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " To solve for the intercept, We will use substitution method. \n" ); document.write( "1. In either equation, solve for one variable in terms of the other. \n" ); document.write( "3x+6y=12 \n" ); document.write( "6y = -3x+12 \n" ); document.write( "y = (-3/6)x+(12/6) \n" ); document.write( "y = (-1/2)x+2 \n" ); document.write( " \n" ); document.write( "2. Substitute for that variable in the other equation. Solve. \n" ); document.write( "2x+4y=10 \n" ); document.write( "2x + 4((-1/2)x+2) = 10 \n" ); document.write( "2x + -2x + 8 = 10 \n" ); document.write( "8 = 10 ---------->> Not True\r \n" ); document.write( "\n" ); document.write( " Therefore the lines do not have an intersection. \n" ); document.write( " \n" ); document.write( "3: Determine graphically the vertices of the triangle, the equation of whose sides are given y=x; y=0; 2x+3y=10, interpret the result?\r \n" ); document.write( "\n" ); document.write( " Graph each equation y=0. Since y=x, then x=0. \n" ); document.write( "To graph 2x+3y =10, we are going find y-intercept and x-intercept \n" ); document.write( "2x+3y=10 \n" ); document.write( "To find y-intercept by substituting 0 for x. \n" ); document.write( "2(0) + 3y = 10 \n" ); document.write( "3y = 10 \n" ); document.write( "y = 10/3 ----->y-intercept (0, 10/3)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "To find x-intercept by substituting 0 for y. \n" ); document.write( "2x + 3(0) = 10 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 --------->> x-intercept (5, 0)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notice that the y-intercept (0, 10/3) is one of the vertex of the triangle. x-intercept (5, 0) is the other vertex of the triangle formed. And lastly, the origin (0,0). \n" ); document.write( " \n" ); document.write( " |