document.write( "Question 73734: Given
\n" );
document.write( "x3-64 = ( x+a ) ( x2+bx+c )
\n" );
document.write( "
\n" );
document.write( "what are the values of a, b and c. Enter your answer as a list [in brackets], in the form: [a, b, c]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52708 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Using the difference of cubes forumla: \n" ); document.write( " \n" ); document.write( "We can see that m=x and n=4 (since 4^3=64) So a=-n,b=n, and c=n^2. Since n=4, a=-4, b=4, and c=16 (just match the variables). So the answer is [-4,4,16]. \n" ); document.write( " |