document.write( "Question 324769: how do i write a logorithum for this equation:
\n" );
document.write( "The number of students with cell phones in the city of Oakridge was 100 in the year 2000. The number of cell phones increased 224% annually. \r
\n" );
document.write( "\n" );
document.write( "What exponential function describes the number, y, of cell phones owned by high school students x years after 2000?What is the equivalent logarithmic function? What do the independent and dependent variables for this function represent? Show how you developed the function. \r
\n" );
document.write( "\n" );
document.write( "here is what i came up with but i don't know if it is right....
\n" );
document.write( "y=100*2.24^x
\n" );
document.write( "y=log(100)+(log(x)/log(2.24)) \n" );
document.write( "
Algebra.Com's Answer #232562 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! 1st equation is good\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for 2nd try ___ log(y) = log(100) + x[log(2.24)]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "log(y) = 2 + x[log(2.24)] \n" ); document.write( " |