document.write( "Question 32392: How can I solve the equations: 3x+y=3, 7x+2y=1 \n" ); document.write( "
Algebra.Com's Answer #18918 by mukhopadhyay(490)\"\" \"About 
You can put this solution on YOUR website!
3x+y=3
\n" ); document.write( "=>y=3(1-x)
\n" ); document.write( "7x+2y=1
\n" ); document.write( "=>7x+2*3(1-x)=1
\n" ); document.write( "=>x=-5;
\n" ); document.write( "y=3(1-x) => y=18
\n" ); document.write( "Answer: x=-5 and y=18
\n" ); document.write( "
\n" );