document.write( "Question 163119: I am trying to rearrange the following equation to solve for INR. I recognize the equation as a type of quadratic, but get confused about the reciprocals.
\n" );
document.write( "Thank you for your help.\r
\n" );
document.write( "\n" );
document.write( "CFX = 0.99 + (52.5/INR) + (52/INR^2) \n" );
document.write( "
Algebra.Com's Answer #120208 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! multiplying by INR^2 __ CFX(INR^2)=.99INR^2+52.5(INR)+52\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting CFX(INR^2) __ 0=(.99-CFX)(INR^2)+52.5(INR)+52\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "using quadratic formula __ INR={-52.5ħsqrt[(52.5^2)-208(.99-CFX)]}/[2(.99-CFX)] \n" ); document.write( " |