document.write( "Question 636668: Show all work. Find the quotient: (16a^2 -b^2)/(4a -b) \n" ); document.write( "
Algebra.Com's Answer #401170 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! The term 16a^2 can be expessed as 4^2*a^2. Using the property that the product of two squares is equal to the square of the products, 16a^2 can be expressed as (4a)^2. Then the numerator is the difference of two perfect squares (4a)^2 and b^2, therefore can be factored into the product of the sum and difference of the numbers being squared. In this case we have \n" ); document.write( "{(4a)^2 - b^2} = (4a + b)(4a - b) \n" ); document.write( "You can check this factorization by \"FOIL\", \n" ); document.write( " (4a)*(4a) -4ab +4ab - b*b = (4a)^2 - b^2 = 16a^2 - b^2 \n" ); document.write( "Note that the \"OI\" terms of \"FOIL\" cancel. This does not happen when the two perfect squares are added.\r \n" ); document.write( "\n" ); document.write( "Rewriting the given expression yields \n" ); document.write( " {(4a + b)(4a - b)}/(4a - b) \n" ); document.write( "which simplifies to the quotient \n" ); document.write( " 4a + b \n" ); document.write( " \n" ); document.write( " |