document.write( "Question 1000321: A company's profit can be modeled by p=t^2-2t+15, where p is the profit (in millions of dollars) for the year that is t years since 2010. Predict when the profit wasn't will be $78 million. \n" ); document.write( "
Algebra.Com's Answer #617865 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "I assume that you want to know when \n" ); document.write( "the profit will $78 million. \n" ); document.write( "P = t^2 - 2t + 15 \n" ); document.write( "t^2 - 2t + 15 = 78 \n" ); document.write( "t^2 - 2t - 63 = 0 \n" ); document.write( "(t + 7)(t - 9) = 0 \n" ); document.write( "t + 7 = 0 \n" ); document.write( "t = -7 (No answer as negative) \n" ); document.write( "t - 9 = 0 \n" ); document.write( "t = 9 \n" ); document.write( "............... \n" ); document.write( "So in 9 years or 2019 \n" ); document.write( "the profits will be $78 million \n" ); document.write( "Proof: \n" ); document.write( "P(t) = t^2 - 2t + 15 \n" ); document.write( "P(9) = 9^2 - 2(9) + 15 \n" ); document.write( "P(9) = 81 - 18 + 15 \n" ); document.write( "P(9) = 78. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |