document.write( "Question 972336: A hostile army fires a missile at you. The path of the missile has a function \"y=-2x%5E2%2B24x-40\" where x is the number of seconds after the missile is fired and y is the height of the missile in 1000s of feet. You fire an intercepting missile whose path has the function \"y=-2x%5E2%2B8x\". How long after the enemy missile is fired do they collide? How high are the missiles when the collide? \n" ); document.write( "
Algebra.Com's Answer #594723 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A hostile army fires a missile at you. The path of the missile has a function \"y=-2x%5E2%2B24x-40\" where x is the number of seconds after the missile is fired and y is the height of the missile in 1000s of feet. You fire an intercepting missile whose path has the function \"y=-2x%5E2%2B8x\". How long after the enemy missile is fired do they collide? How high are the missiles when the collide?
\n" ); document.write( ".
\n" ); document.write( "in order for the missiles to collide, they must both be at the same height. Therefore, the y's are equal. So we can set the two equations equal to each other and solve for x:
\n" ); document.write( "\"-2x%5E2%2B24x-40+=+-2x%5E2%2B8x+\"
\n" ); document.write( "\"24x-40+=+8x+\"
\n" ); document.write( "\"24x+=+8x%2B40+\"
\n" ); document.write( "\"16x+=+40+\"
\n" ); document.write( "\"x+=+40%2F16+\"
\n" ); document.write( "\"x+=+2.5+\" seconds
\n" ); document.write( "How long after the enemy missile is fired do they collide? 2.5 seconds
\n" ); document.write( "How high are the missiles when the collide?
\n" ); document.write( "solve for y with either of the two equations with x=2.5
\n" ); document.write( "\"y=-2x%5E2%2B8x\"
\n" ); document.write( "\"y=-2%282.5%29%5E2%2B8%282.5%29\"
\n" ); document.write( "\"y=-2%286.25%29%2B20\"
\n" ); document.write( "\"y=-12.5%2B20\"
\n" ); document.write( "\"y=7.5\" thousands of feet
\n" ); document.write( "answer: 7500 feet
\n" ); document.write( "
\n" );