document.write( "Question 205363: what is the correct way to write the soultion: 4x + 5y=10, 8x +10y=20 \n" ); document.write( "
Algebra.Com's Answer #155062 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
because the 1st equation and the 2nd equation actually is the same (the 2nd equation is twice the 1st equation),
\n" ); document.write( "let x = any real number k
\n" ); document.write( "4x + 5y = 10
\n" ); document.write( "4k + 5y = 10
\n" ); document.write( "5y = 10 - 4k
\n" ); document.write( "y = \"%2810-4k%29%2F5\"
\n" ); document.write( "y = \"2+-+%284%2F5%29k\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so, the solution is:
\n" ); document.write( "x = k
\n" ); document.write( "y = \"2+-+%284%2F5%29k\"
\n" ); document.write( "which k is any real number
\n" ); document.write( "
\n" );