document.write( "Question 635452: I am struggling with understanding the problem below. It has been nearly 50 years since I did anything with log functions and I guess I don't have it anymore. Anyways here is the equation I need solved -\r
\n" );
document.write( "\n" );
document.write( "X= 10*(sqrt(n/k))*(0.5+0.5*log(b))\r
\n" );
document.write( "\n" );
document.write( "Assume n=30
\n" );
document.write( " k=5
\n" );
document.write( " b=40\r
\n" );
document.write( "\n" );
document.write( "Is there somewhere I can find the log of any number whether it be 40, 75, 100 etc ??? \n" );
document.write( "
Algebra.Com's Answer #400336 by Alan3354(69443) You can put this solution on YOUR website! X= 10*(sqrt(n/k))*(0.5+0.5*log(b))\r \n" ); document.write( "\n" ); document.write( "Assume n=30 \n" ); document.write( " k=5 \n" ); document.write( " b=40\r \n" ); document.write( "\n" ); document.write( "Is there somewhere I can find the log of any number whether it be 40, 75, 100 etc ??? \n" ); document.write( "---------------- \n" ); document.write( "X= 10*(sqrt(n/k))*(0.5+0.5*log(b)) \n" ); document.write( "X= 10*(sqrt(30/5))*(0.5+0.5*log(40)) \n" ); document.write( "x = 10*sqrt(6)*(0.5 + 0.5*log(40) \n" ); document.write( "x = 5sqrt(6) + 5*sqrt(6)*log(40) \n" ); document.write( "Now it's calculator approxmations \n" ); document.write( "x =~ 12.24745 + 12.24745*1.60206 \n" ); document.write( "x =~ 31.8686 \n" ); document.write( "-------------- \n" ); document.write( "Use a calculator for logs \n" ); document.write( "A Casio fx-260 is $8 at Office Depot \n" ); document.write( "There's one on the computer, \n" ); document.write( "Start, Programs, Accessories, Calculator. Select View - Scientific\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |