document.write( "Question 895585: What value of y forms the solution of the system defined by y = 11x + 1 and
\n" ); document.write( "11x + 12y = 12?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #542912 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "y = 11x + 1 \r\n" );
document.write( "11x + 12y = 12\r\n" );
document.write( "\r\n" );
document.write( "Take the right side of the first equation, which is 11x + 1,\r\n" );
document.write( "since y equals it, put it in parentheses like this (11x + 1)\r\n" );
document.write( "and put it in place of y in the second equation.\r\n" );
document.write( "\r\n" );
document.write( "The second equation is\r\n" );
document.write( "\r\n" );
document.write( "11x + 12y = 12\r\n" );
document.write( "\r\n" );
document.write( "Take out the y and put in (11x + 1) in place of the y:\r\n" );
document.write( "\r\n" );
document.write( "11x + 12(11x + 1) = 12\r\n" );
document.write( "\r\n" );
document.write( "Remove the parentheses by using the distributive principle:\r\n" );
document.write( "\r\n" );
document.write( "11x + 132x + 12 = 12\r\n" );
document.write( "\r\n" );
document.write( "Combine like terms on the left\r\n" );
document.write( "\r\n" );
document.write( "143x + 12 = 12\r\n" );
document.write( "\r\n" );
document.write( "Subtract 12 from both sides\r\n" );
document.write( "\r\n" );
document.write( "143x = 0\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides by 143\r\n" );
document.write( "\r\n" );
document.write( "x = 0\r\n" );
document.write( "\r\n" );
document.write( "Now go back and get the very first equation:\r\n" );
document.write( "\r\n" );
document.write( "y = 11x + 1\r\n" );
document.write( "\r\n" );
document.write( "And substitute (0) for x:\r\n" );
document.write( "\r\n" );
document.write( "y = 11(0) + 1\r\n" );
document.write( "\r\n" );
document.write( "y = 0 + 1\r\n" );
document.write( "\r\n" );
document.write( "y = 1\r\n" );
document.write( "\r\n" );
document.write( "That's the answer because the question asked for y.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );