document.write( "Question 243280: solve and determine whether each system has no solution, one solution or an infinite number of solutions show why
\n" );
document.write( "y=4x+6
\n" );
document.write( "8x-y= -7 \n" );
document.write( "
Algebra.Com's Answer #178229 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = mx + b is the basic linear equation. \n" ); document.write( "... \n" ); document.write( "EQ 1: y = 4x + 6, which is already in this form. \n" ); document.write( "m = 4, which is the slope \n" ); document.write( "y-intercept = 6 \n" ); document.write( "x-intercept = -3/2, which can be demonstrated by 4*(-3/2) + 6 = 0 \n" ); document.write( "... \n" ); document.write( "EQ 2: 8x - y = -7, which needs to be shaped up algebraically. \n" ); document.write( "Add y to both sides \n" ); document.write( "8x = -7 + y = y - 7 \n" ); document.write( "Add 7 to both sides \n" ); document.write( "8x + 7 = y \n" ); document.write( "y = 8x + 7 \n" ); document.write( "m = 8, which is twice a great a slope as EQ 1 \n" ); document.write( "y-intercept = 7 \n" ); document.write( "x-intercept = -7/8 \n" ); document.write( "... \n" ); document.write( "Now graph the two equations. \n" ); document.write( " \n" ); document.write( "... \n" ); document.write( "There is one solution, as can be seen in the graph. \n" ); document.write( "... \n" ); document.write( "To demonstrate algebraically there is one solution, recall that equal things are equal. y=y is self-evident, so you can set the two equations equal to one another and solve them. \n" ); document.write( "... \n" ); document.write( "8x + 7 = 4x + 6 \n" ); document.write( "Subtract 4x from both sides \n" ); document.write( "4x + 7 = 6 \n" ); document.write( "Subtract 7 from both sides \n" ); document.write( "4x = -1 \n" ); document.write( "Divide both sides by 4 \n" ); document.write( "x = -1/4 \n" ); document.write( "So x=-1/4 is the solution (the unique point where the two equations cross). \n" ); document.write( " |