document.write( "Question 59064: Solve each of the following systems by addition. If a unique solution does not exist, state
\n" );
document.write( "whether the system is inconsistent or dependent.\r
\n" );
document.write( "\n" );
document.write( "2x+3y=1
\n" );
document.write( "5x+3y=16
\n" );
document.write( "and
\n" );
document.write( "x+5y=10
\n" );
document.write( "-2x-10y= -20
\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #40511 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Solve each of the following systems by addition. If a unique solution does not exist, state \n" ); document.write( "whether the system is inconsistent or dependent.\r \n" ); document.write( "\n" ); document.write( "L1) 2x+3y=1 \n" ); document.write( "L2) 5x+3y=16 \n" ); document.write( "Multiply either L1 or L2 by -1 and add it to L1 and the y's will be eliminated and you can solve for x. I'm going with L2: \n" ); document.write( "L2) -1(5x+3y)=-1(16) ---->> -5x-3y=-16 \n" ); document.write( ": \n" ); document.write( "2x+3y=1 \n" ); document.write( "-5x-3y=-16 \n" ); document.write( "__________ \n" ); document.write( "-3x=-15 \n" ); document.write( "-3x/-3=-15/-3 \n" ); document.write( "x=5 \n" ); document.write( "Substitute that into either L1 or L2 and solve for y. I'm going with L1: \n" ); document.write( "2(5)+3y=1 \n" ); document.write( "10+3y=1 \n" ); document.write( "-10+10+3y=-10+1 \n" ); document.write( "3y=-9 \n" ); document.write( "3y/3=-9/3 \n" ); document.write( "y=-3 \n" ); document.write( "The unique solution is: (5,-3) \n" ); document.write( "::::::::::::::::::::::::::::::::: \n" ); document.write( "and \n" ); document.write( "L1)x+5y=10 \n" ); document.write( "L2)-2x-10y= -20 \n" ); document.write( "Multiply L1 by 2 and add to L2 in an attempt to eliminate the x's. \n" ); document.write( "L1) 2(x+5y)=2(10)---->> 2x+10y=20 \n" ); document.write( "2x+10y=20 \n" ); document.write( "-2x-10y=-20 \n" ); document.write( "___________ \n" ); document.write( "0+0=0 \n" ); document.write( "0=0 \n" ); document.write( "There is no unique solution for this one. because 0 does = 0 this one is dependent. It has an infinite number of solutions because graphically they are the same line and have all points in common. \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |