document.write( "Question 1079550: two parabolas are defined by y=x^2-x-12 and y=-0.5x^2+5x+100. what is the distance between their vertices ? \n" ); document.write( "
Algebra.Com's Answer #693883 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! two parabolas are defined by y=x^2-x-12 and y=-0.5x^2+5x+100. what is the distance between their vertices ? \n" ); document.write( "-------------- \n" ); document.write( "y=x^2-x-12 \n" ); document.write( "Vertex at (0.5,-12.25) \n" ); document.write( "------------ \n" ); document.write( "y=-0.5x^2+5x+100 \n" ); document.write( "Vertex at (5,112.5) \n" ); document.write( "============ \n" ); document.write( "distance = sqrt(4.5^2 + 124.75^2) \n" ); document.write( "=~ 124.83 units \n" ); document.write( " |