document.write( "Question 38420:  hi, i need help to simplify an expression\r
\n" );
document.write( "\n" );
document.write( "x^2+5x-36/8x^2+35x+12 * 64x^2-9/8x^2+69x-27\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "any help out there:) \n" );
document.write( "
| Algebra.Com's Answer #23936 by fractalier(6550)     You can put this solution on YOUR website! Okay, the idea is to factor and cancel...so from \n" ); document.write( "[x^2 + 5x - 36) / (8x^2 + 35x + 12)] * [(64x^2 - 9) / (8x^2 + 69x - 27)] \n" ); document.write( "we can factor into \n" ); document.write( "[(x + 9)(x - 4) / (8x + 3)(x + 4)] * [(8x + 3)(8x - 3) / (8x - 3)(x + 9) \n" ); document.write( "now cancel top and bottom and get \n" ); document.write( "(x - 4) / (x + 4) \n" ); document.write( " |