document.write( "Question 1076487:  Use the following: 2/3x+y=16 and kx+3y=48\r
\n" );
document.write( "\n" );
document.write( "For what values of k does the linear system below have:
\n" );
document.write( "a) infinite solutions?
\n" );
document.write( "b) one solution?
\n" );
document.write( "c) no solution? \n" );
document.write( "
| Algebra.Com's Answer #691095 by Boreal(15235)     You can put this solution on YOUR website! (2/3)x+y=16 \n" ); document.write( "kx+3y=48 \n" ); document.write( "if kx=2, then 2x+3y=48 and multiplying the top by 3, 2x+3y=48, the same. \n" ); document.write( "Therefore k=2 for infinite solutions. \n" ); document.write( "The slope of the first is -2/3, and slope intercept form is -2x/3+16 \n" ); document.write( "the slope of the second is -(1/3)k and slope intercept form is -k/3+16 \n" ); document.write( "For k equal to any other number than 2, there will be one point of intersection. \n" ); document.write( "For no solution, the two lines have to be parallel, and the line kx+3y=48 becomes 3y=-kx+48 and \n" ); document.write( "y=-(k/3)+16. The y-intercept doesn't change with k, so there is no value where the lines are parallel without being the same line. \n" ); document.write( " |