document.write( "Question 347527: Solve by factoring\r
\n" );
document.write( "\n" );
document.write( "10y^2-9y=1 \n" );
document.write( "
Algebra.Com's Answer #248444 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Okay, from \n" ); document.write( "10y^2 - 9y = 1 \n" ); document.write( "let's bring the one over by subtracting it from both sides and get \n" ); document.write( "10y^2 - 9y - 1 = 0 \n" ); document.write( "Now let's set up our binomial factors... \n" ); document.write( "( )( ) = 0 \n" ); document.write( "We look at the second sign and know our factors' signs are different... \n" ); document.write( "( + )( - ) = 0 \n" ); document.write( "The we multiply the first and last coefficients and say \n" ); document.write( "\"We need factors of ten that have a difference of 9.\" \n" ); document.write( "Well -10 and +1 fit the bill... \n" ); document.write( "(10y + 1)(y - 1) = 0 \n" ); document.write( "y = -1/10 and y = 1 \n" ); document.write( " |