document.write( "Question 831294: Solve the system of linear equations:
\n" );
document.write( "6x+4y=18
\n" );
document.write( "9x+6y=27
\n" );
document.write( "If the system has infinitely many solutions, express your answer in the form x=x and y as a function of x
\n" );
document.write( "x=
\n" );
document.write( "y= \n" );
document.write( "
Algebra.Com's Answer #501227 by Elomeht(22)![]() ![]() ![]() You can put this solution on YOUR website! Both equations are actually saying the same thing:\r \n" ); document.write( "\n" ); document.write( "1. Divide the first equation by 2: 3x + 2y = 9 \n" ); document.write( "2. Divide the second equation by 3: 3x + 2y = 9\r \n" ); document.write( "\n" ); document.write( "So the most we can say is:\r \n" ); document.write( "\n" ); document.write( "x = x; y = (9 - 3x)/2 \n" ); document.write( " |