document.write( "Question 1010859: A baseball player has been improving every season since making it to the big leagues. Below is a table of the runs he has scored. His manager wants to try to determine when he will score 256 runs.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Season runs
\n" );
document.write( " 1 2
\n" );
document.write( "2 4
\n" );
document.write( "3 8
\n" );
document.write( " \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Explain how to create the exponential function that represents his run-scoring abilities. Then explain how to convert this function into a logarithmic function and why this can help the manager answer his question. please use details.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #626328 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Observe that \n" ); document.write( "y = 2^x is the number of runs scored(y) where x is the season (1, 2, 3, .....) \n" ); document.write( "using logarithm definition \n" ); document.write( "x = log (base 2) of y \n" ); document.write( "****************************************************************************** \n" ); document.write( "we are given y = 256, therefore \n" ); document.write( "x = log (base 2) of 256 \n" ); document.write( "x = 8 \n" ); document.write( "the baseball player will score 256 runs in his 8th season \n" ); document.write( " \n" ); document.write( " |