document.write( "Question 147549: Let's say that a company's profitability, p(t), follows p(t) = t^2 - 5t - 50 with p(t) in units of $1k and t = fiscal months. How long will it take the company to be $100k in the black (i.e., p(t) = $100,000)?
\n" );
document.write( "a. 14 years
\n" );
document.write( "b. 1.5 years
\n" );
document.write( "c. 1.25 years
\n" );
document.write( "d. 6 months \n" );
document.write( "
Algebra.Com's Answer #107933 by edjones(8007)![]() ![]() You can put this solution on YOUR website! p(t) = t^2 - 5t - 50 \n" ); document.write( "t^2 - 5t - 50 =100 \n" ); document.write( "t^2-5t-150=0 \n" ); document.write( "(t-15)(t+10)=0 \n" ); document.write( "t=15 fiscal months \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |