document.write( "Question 623270: I have no idea how to do these, but its solving linear systems.\r
\n" );
document.write( "\n" );
document.write( "1) 35x+y=20
\n" );
document.write( " 1.5x-0.1y=18\r
\n" );
document.write( "\n" );
document.write( "2) x+(1/3y)=-2
\n" );
document.write( " -8x-(2/3y)=4\r
\n" );
document.write( "\n" );
document.write( "Would you mind showing the work? as stated before, I have no idea how to do these, so anything to help me understand would be much appreciated. Thank you!\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #392015 by smmoore(10)![]() ![]() You can put this solution on YOUR website! okay i love doing these so hopfully this helps. \n" ); document.write( "First of all when solving a system of linear equations what you are trying to do is to find where the two equations intersect or where their lines cross eachother. for the first set i think the easiest way to solve them is by substitution, which is where you get one letter by its self and then plug that new equation into the other one. then you take the value that you found and plug it back into one of the equations to find the other missing value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "35x+y=20 \n" ); document.write( "1.5x-0.1y=18\r \n" ); document.write( "\n" ); document.write( "first i want to take the first equation and get y alone: \n" ); document.write( "35x+y=20 \n" ); document.write( "-35x -35x \n" ); document.write( "this gives you y= -35x+20\r \n" ); document.write( "\n" ); document.write( "the next step is to put -35x+20 in for where ever you see y in the second equation.\r \n" ); document.write( "\n" ); document.write( "so that means that: 1.5x-0.1(-35x+20)=18 then solve it \n" ); document.write( " 1.5x+3.5x-2=18 combine like terms and solve \n" ); document.write( " 5x-2=18 \n" ); document.write( " +2 +2 that gives you 5x=20 then divide to get x alone ; 5x/5=x and 20/5=4 so x=4\r \n" ); document.write( "\n" ); document.write( "then the next step is to put 4 in place of x in one of the original equations. i think the first one is easier, but you can choose either one.\r \n" ); document.write( "\n" ); document.write( "35x+y=20 so putting 4 in for x i get: 35(4)+y=20 then solve \n" ); document.write( " 140+y=20 \n" ); document.write( " -140 -140 that gives me: \n" ); document.write( " y= -120 \n" ); document.write( "after solving for x and y i know that the solution is (4,-120) which is the coordinates of the intersecting point, or (x,y) \n" ); document.write( "but sometimes you can just put what x equals and what y is seperately: x=4 and y=-120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for #2 equations i will do the exact same thong but with the different numbers. \n" ); document.write( "this time i will get x alone first.\r \n" ); document.write( "\n" ); document.write( "x+(1/3y)=-2 \n" ); document.write( "-8x-(2/3y)=4 \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( " x+(1/3y)=-2 \n" ); document.write( " -(1/3)y -(1/3)y which equals: x= -(1/3)y-2 \n" ); document.write( "Put that un for x in the second equation\r \n" ); document.write( "\n" ); document.write( "-8(-(1/3)y-2)-(2/3)y=4 solve and combine like terms \n" ); document.write( "(8/3y)+16-(2/3y)=4 (8/3y)-(3/3y)=(5/3y) \n" ); document.write( " (5/3y)+16=4 \n" ); document.write( " -16 -16 \n" ); document.write( "(5/3y)= -12 5/3y /5/3=y -12/(5/3)= -7.2 \n" ); document.write( " y= -7.2\r \n" ); document.write( "\n" ); document.write( "we have the y value, now put -7.2 in for y in the first equation\r \n" ); document.write( "\n" ); document.write( "x+(1/3)*(-7.2)= -2 \n" ); document.write( "x-2.4= -2 \n" ); document.write( " +2.4 +2.4 \n" ); document.write( "x=0.4\r \n" ); document.write( "\n" ); document.write( "x= 0.4 and y= -7.2\r \n" ); document.write( "\n" ); document.write( "but the coordinate answer is (0.4,-7.2) \n" ); document.write( " \n" ); document.write( " |