document.write( "Question 5353: I need to solve by factoring: m^2-2m-63=0\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help. \n" );
document.write( "
Algebra.Com's Answer #2765 by guapa(62)![]() ![]() ![]() You can put this solution on YOUR website! m²- 2m - 63 = 0 \n" ); document.write( "You need to find 2 numbers whose sum is -2 and whose product is -63. A way to do that is to express 63 in its prime factors. 3*3*7. Now use these factors in different combination and you´ll find the 2 numbers you need. In this case the numbers are 9 (3*3) and 7(7). So, -9+7= -2 and -9*7= -63. \n" ); document.write( "Now you can solve the equation as follows: \n" ); document.write( "m²-9m +7m -63=0 Now you need to factor \n" ); document.write( "m(m-9)+7(m-9)=0 \n" ); document.write( "(m-9)(m+7)=0 \n" ); document.write( "m-9=0, m=9 \n" ); document.write( "m+7=0, m= -7 \n" ); document.write( "The solution set is {-7,9} \n" ); document.write( " \n" ); document.write( " |