document.write( "Question 1067307: find all values of x such that y=0
\n" ); document.write( "y = 5[x-(6-x)]-9(x+1)
\n" ); document.write( "

Algebra.Com's Answer #682568 by Edwin McCravy(20063)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Here's one exactly like it with the numbers changed.\r\n" );
document.write( "Follow it step by step with the numbers in your equation\r\n" );
document.write( "\r\n" );
document.write( "y = 4[x-(5-x)]-7(x+1)\r\n" );
document.write( "\r\n" );
document.write( "Replace y by 0\r\n" );
document.write( "\r\n" );
document.write( "0 = 4[x-(5-x)]-7(x+1)\r\n" );
document.write( "\r\n" );
document.write( "Remove the parentheses in -(5-x) as -5+x\r\n" );
document.write( "and replace -(5-x) by -5+x\r\n" );
document.write( "\r\n" );
document.write( "0 = 4[x-5+x]-7(x+1)\r\n" );
document.write( "\r\n" );
document.write( "Replace x-5+x by 2x-5\r\n" );
document.write( "\r\n" );
document.write( "0 = 4[2x-5]-7(x+1) \r\n" );
document.write( "\r\n" );
document.write( "Use the distributive principle to replace\r\n" );
document.write( "4[2x-5] by 8x-20\r\n" );
document.write( "\r\n" );
document.write( "0 = 8x-20-7(x+1)\r\n" );
document.write( "\r\n" );
document.write( "Use the distributive principle to replace\r\n" );
document.write( "-7(x+1) by -7x-7\r\n" );
document.write( "\r\n" );
document.write( "0 = 8x-20-7x-7\r\n" );
document.write( "\r\n" );
document.write( "Combine like terms and replace the right side by x-29\r\n" );
document.write( "\r\n" );
document.write( "0 = x-27\r\n" );
document.write( "\r\n" );
document.write( "Add 27 to both sides\r\n" );
document.write( "\r\n" );
document.write( "27 = x\r\n" );
document.write( "\r\n" );
document.write( "Now do yours by following the same exact steps.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );