document.write( "Question 53784: i've tried this questin but i don't get how to do it.\r
\n" );
document.write( "\n" );
document.write( "Michelle threw a ball vertically upwards, with its height h, in metres, after a time of t seconds, being given the formula:
\n" );
document.write( "h=8t-t^2\r
\n" );
document.write( "\n" );
document.write( "Q. find after what time the ball is first at a height of 12m \n" );
document.write( "
Algebra.Com's Answer #36017 by jenrobrody(19) ![]() You can put this solution on YOUR website! Let h=12 and solve for t: \n" ); document.write( "12=8t-t^2 set equal to zero(add -8t and t^2 to both sides) \n" ); document.write( "t^2-8t+12=0 can be factored: \n" ); document.write( "(t-6)(t-2)=0 zero product rule: \n" ); document.write( "t-6=0 and t-2=0 \n" ); document.write( "t=6 and t=2 \n" ); document.write( "The ball is at a height of 12 at times 2 seconds and 6 seconds. \n" ); document.write( "The first time it reaches a height of 12 is 2 seconds. \n" ); document.write( "check: \n" ); document.write( "h=8(2)-2^2 \n" ); document.write( "h=16-4=12 \n" ); document.write( " |