document.write( "Question 476503: 2x+3y=8
\n" ); document.write( "3x+2y=7
\n" ); document.write( "I have to determind how many solutions exit.
\n" ); document.write( "Use either elimination or substitution to find solutions.\r
\n" ); document.write( "\n" ); document.write( "I have tried and my teacher told me I had every question wrong. I am lost please help.
\n" ); document.write( "

Algebra.Com's Answer #326704 by ccs2011(207)\"\" \"About 
You can put this solution on YOUR website!
For this problem I think elimination is the best way to find solution.
\n" ); document.write( "Step 1: Determine which variable you want to eliminate
\n" ); document.write( "Step 2: Find the least common multiple of the 2 coefficients.
\n" ); document.write( "Step 3: Multiply each equation by appropriate scale factor such that the coefficients will be equal but have opposite signs.
\n" ); document.write( "Step 4: Add the equations
\n" ); document.write( "Step 5: Solve the resulting single-variable equation.
\n" ); document.write( "Step 6: Substitute value back into one of the original equations to solve for 2nd variable.
\n" ); document.write( "----------------------------------------
\n" ); document.write( "\"2x%2B3y=8\"
\n" ); document.write( "\"3x%2B2y=7\"
\n" ); document.write( "Step 1: Eliminate x
\n" ); document.write( "Step 2: Least common multiple of 2 and 3 is 6.
\n" ); document.write( "Best way to do this is multiply them together...2*3=6
\n" ); document.write( "Step 3: Goal is to have 6x on top and -6x on bottom
\n" ); document.write( "Multiply top equation by 3... 2x*3 = 6x
\n" ); document.write( "Multiply bottom equation by -2... 3x*-2 = -6x
\n" ); document.write( "Equations change to:
\n" ); document.write( "\"6x+%2B+9y+=+24\"
\n" ); document.write( "\"-6x+-4y+=+-14\"
\n" ); document.write( "Step 4: Add equations, just add the coefficients in each column
\n" ); document.write( "Result:
\n" ); document.write( "\"0x+%2B5y+=+10\"
\n" ); document.write( "Step 5: solve for y
\n" ); document.write( "\"5y+=+10\"
\n" ); document.write( "\"y+=+2\"
\n" ); document.write( "Step 6: Pick 1 of the original equations and replace y with 2
\n" ); document.write( "\"2x+%2B+3%282%29+=+8\"
\n" ); document.write( "\"2x+%2B+6+=+8\"
\n" ); document.write( "\"2x+=+2\"
\n" ); document.write( "\"x+=+1\"
\n" ); document.write( "Then there is one unique solution of x =1 , y = 2.
\n" ); document.write( "
\n" );