document.write( "Question 1043524: x+y>3
\n" );
document.write( "ax+2y<-2
\n" );
document.write( "In the system of inequalities, a is a constant. If the system has no solution, What is the value of a?
\n" );
document.write( "A) -2
\n" );
document.write( "B) -1
\n" );
document.write( "C) 1
\n" );
document.write( "D) 2 \n" );
document.write( "
Algebra.Com's Answer #658661 by KMST(5328) You can put this solution on YOUR website! x×y=3 and ax+2y=-2 are linear equations, \n" ); document.write( "so they graph as straight lines, \n" ); document.write( "If the lines do not have the same slope, \n" ); document.write( "They are not parallel, and \n" ); document.write( "they will intersect forming 4 angles. \n" ); document.write( "Then, one of those angles will ve the solution. \n" ); document.write( "If there is no solution, \n" ); document.write( "the lines must be parallel (same slope). \n" ); document.write( "The slope of x+y=3 <---> y=-×+3 is -1. \n" ); document.write( "The slope of ax+2y=-2 <---> 2y=-ax-2 <---> y=(-a/2)x-1 is -a/2. \n" ); document.write( "So, for the lines to be parallel, \n" ); document.write( "It must be 'a/2=-1 ---> a=2 \n" ); document.write( "When a=2, the second inequality is \n" ); document.write( "2x+2y=-2 <---> x+y<-1, \n" ); document.write( "which cannot happen if x+y>3. \n" ); document.write( " |