document.write( "Question 705709: Find the product of the two binomials?\r
\n" );
document.write( "\n" );
document.write( "(2/3x+8)(1/2x-1)\r
\n" );
document.write( "\n" );
document.write( "Been a long time since I have done Algebra. \n" );
document.write( "
Algebra.Com's Answer #434765 by jpvn2015(54)![]() ![]() ![]() You can put this solution on YOUR website! Use the FOIL(first outer inner last) method: \r \n" ); document.write( "\n" ); document.write( "(2/3x + 8) (1/2x - 1) \n" ); document.write( "First: 2/3x times 1/2x = 1/3x^2 \n" ); document.write( "Outer: 2/3x times -1 = -2/3x \n" ); document.write( "Inner: 8 times 1/2x = 4x \n" ); document.write( "Last: 8 times -1 = -8 \r \n" ); document.write( "\n" ); document.write( "Combine: 1/3x^2 - 2/3x + 4x - 8 \n" ); document.write( "Like terms: 1/3x^2 + 10/3 x - 8 <-- ANSWER \n" ); document.write( " |