document.write( "Question 287295: I am having trouble with this
\n" );
document.write( "10x+y=4
\n" );
document.write( "30x-12=-3
\n" );
document.write( "I need to know if they have one solution, no solution, or infinite number
\n" );
document.write( "Is the system inconsistent, are the equation dependent or either graph parellel,one line, intersect \n" );
document.write( "
Algebra.Com's Answer #208231 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I suspect that you forgot to include y in the second equation \n" ); document.write( "I will place it where I think it should be. \n" ); document.write( "10x+y=4 \n" ); document.write( "30x-12y=-3 \n" ); document.write( "The slope of the first is -10/1=-10 \n" ); document.write( "The slope of the second is -30/-12=15/6=5/2=2.5 \n" ); document.write( "So they are not parallel and not perpendicular \n" ); document.write( "multiply the first by -3 \n" ); document.write( "-30x-3y=-12 \n" ); document.write( "30x-12y=-3 \n" ); document.write( "add them \n" ); document.write( "-15y=-15 \n" ); document.write( "y=1 \n" ); document.write( "10x+1=4 \n" ); document.write( "10x=3 \n" ); document.write( "x=3/10 \n" ); document.write( "The only solution is (3/10,1) \n" ); document.write( "Google \"independent consistent\" \n" ); document.write( " |