document.write( "Question 1030982: I need to solve for X. I can solve the equation when given the information but I can not find X in the equation. For example:\r
\n" );
document.write( "\n" );
document.write( "2*arctan(36/(43*2))
\n" );
document.write( "2*arctan(36/86)
\n" );
document.write( "2*arctan(0.4186046512)
\n" );
document.write( "2*22.71441235
\n" );
document.write( "=45.42882471\r
\n" );
document.write( "\n" );
document.write( "Note: Working in degrees and not radians\r
\n" );
document.write( "\n" );
document.write( "Here is the equation with the variable x.\r
\n" );
document.write( "\n" );
document.write( "90.36=2*arctan(36/(2*x)) \n" );
document.write( "
Algebra.Com's Answer #645696 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 90.36=2*arctan(36/(2*x)) \n" ); document.write( "45.18 = arctan(36/(2*x)) \n" ); document.write( "45.18 = arctan(18/x) \n" ); document.write( "tan(45.18) = 18/x \n" ); document.write( "1.0063 = 18/x \n" ); document.write( "x = 18/1.0063 \n" ); document.write( "x =~ 17.8873 \n" ); document.write( " \n" ); document.write( " |