document.write( "Question 924143: Show that; sin^3 theta-cos^3 theta=(sin theta-cos theta)(1+sin theta cos theta) \n" ); document.write( "
Algebra.Com's Answer #560713 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Show that; sin^3 theta-cos^3 theta=(sin theta-cos theta)(1+sin theta cos theta) \n" ); document.write( "*** \n" ); document.write( "sum of cubes identity:(x^3-y^3)=(x-y)(x^2+xy+y^2) \n" ); document.write( "use x for theta: \n" ); document.write( "(sin^3x-cos^3x)=(sinx-cosx)(sin^2x+sinxcosx+cos^2x)=(sinx-cosx)(1+sin xcosx) \n" ); document.write( " |