document.write( "Question 965538: Prove that ((sin^3(theta) + cos^3(theta))/(sin(theta) + cos(theta))) + sin(theta)cos(theta) = 1 \n" ); document.write( "
Algebra.Com's Answer #590174 by t0hierry(194)![]() ![]() You can put this solution on YOUR website! call sin y and cos x\r \n" ); document.write( "\n" ); document.write( "x^3 + y^3 = (x^2 + y^2)*(x + y) - xy(x + y)\r \n" ); document.write( "\n" ); document.write( "here x^2 + y^2 =1\r \n" ); document.write( "\n" ); document.write( "so x^3 + y^3/(x+y) + yx = 1\r \n" ); document.write( "\n" ); document.write( "I call sin(theta) = y\r \n" ); document.write( "\n" ); document.write( "and cos(theta) = x\r \n" ); document.write( "\n" ); document.write( "just to make equations look simpler. \n" ); document.write( " |