document.write( "Question 666: How do you solve this problem?
\n" );
document.write( "x squared-10xy+24 squared \n" );
document.write( "
Algebra.Com's Answer #222 by janinecb(25)![]() ![]() ![]() You can put this solution on YOUR website! I am going to assume that all you have to do is factor the problem, instead of actually finding out what x is. If you need to find out what x is, then there needs to be an equals sign in the original problem. \n" ); document.write( " \n" ); document.write( "You want to look for two numbers that multiply to 24 and add to -10. \n" ); document.write( " \n" ); document.write( "Factors of 24: \n" ); document.write( "1 * 24 \n" ); document.write( "2 * 12 \n" ); document.write( "3 * 8 \n" ); document.write( "4 * 6 \n" ); document.write( " \n" ); document.write( "Out of these factors (things that multiply to equal a product) the two that work are the 4 and 6, since -4 + -6 = -10. \n" ); document.write( " \n" ); document.write( "Next place these two numbers with the x's in thw two binomials as shown below: \n" ); document.write( "(x - 4)(x - 6) \n" ); document.write( " \n" ); document.write( "That is the factored version of your expression. \n" ); document.write( " |