document.write( "Question 246174: i need help on if there is a equation like..
\n" );
document.write( "4x+y=3
\n" );
document.write( "2x=3y+4\r
\n" );
document.write( "\n" );
document.write( "after you solve it how do you graph it?
\n" );
document.write( "and see if its no solution , infintely many , one solution? \n" );
document.write( "
Algebra.Com's Answer #179809 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! i need help on if there is a equation like.. \n" ); document.write( "That's a system of 2 equations. \n" ); document.write( "There are several ways to solve the system. \n" ); document.write( "Substitution is 1 way. Solve one eqn for y, then sub for y into the other eqn. \n" ); document.write( "------------ \n" ); document.write( "4x+y=3 --> y = -4x + 3 \n" ); document.write( "2x=3y+4 \n" ); document.write( "Sub for y \n" ); document.write( "2x = 3(-4x+3) + 4 \n" ); document.write( "2x = -12x + 9 + 4 \n" ); document.write( "2x = -12x + 13 \n" ); document.write( "14x = 13 \n" ); document.write( "x = 13/14 \n" ); document.write( "--------- \n" ); document.write( "sub for x into either eqn: \n" ); document.write( "4(13/14) + y = 3 \n" ); document.write( "y = 3 - 26/7 = -5/7 \n" ); document.write( "y = =5/7 \n" ); document.write( "----------- \n" ); document.write( "after you solve it how do you graph it? \n" ); document.write( "The graphs are 2 straight lines. Find 2 points for each eqn and draw a line thru them. \n" ); document.write( "4x+y=3 --> y = -4x + 3 \n" ); document.write( "Pick values for x and find y \n" ); document.write( "x...y \n" ); document.write( "0...3 --> (0,3) \n" ); document.write( "2...-5 --> (2,-5) \n" ); document.write( "Plot the 2 points and draw a line thru them. \n" ); document.write( "Do the same for the other eqn \n" ); document.write( "------------------ \n" ); document.write( "and see if its no solution , infintely many , one solution? \n" ); document.write( "Since x and y have been solved for, there's one (1) solution. \n" ); document.write( " \n" ); document.write( " |