document.write( "Question 253230: Please help me solve this linear system:
\n" ); document.write( "4x-y=-1
\n" ); document.write( "6x+5y=18
\n" ); document.write( "
\n" ); document.write( "I need to find out what would be x and y..\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #185500 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Here are your two original equations
\n" ); document.write( "(i) 4x - y = -1
\n" ); document.write( "(ii) 6x + 5y = 18.
\n" ); document.write( "There are several ways to solve. but I will use elimination.
\n" ); document.write( "multiply (i) by 5 to get
\n" ); document.write( "(iii) 20x - 5y = -5
\n" ); document.write( "(ii) 6x + 5y + 18
\n" ); document.write( "add down to get rid of the y's and solve for x.
\n" ); document.write( "(iv) 26x = 13
\n" ); document.write( "x = 1/2.
\n" ); document.write( "find y by placing 1/2 for x into (i) to get
\n" ); document.write( "4(1/2) - y = -1
\n" ); document.write( "2 - y = -1
\n" ); document.write( "y = 3.
\n" ); document.write( "Your solution is (1/2,3)
\n" ); document.write( "
\n" );