document.write( "Question 750622: Hi there I need to calculate out how far and high a boy named Jose throws in a ball in a football match, Y stands for the height in meters and X for the diatance in meters from where jose is standing.
\n" ); document.write( "How do I calculate Y=-0,04x^2+0,6x+2
\n" ); document.write( "

Algebra.Com's Answer #456739 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
Y=-0.04x^2+0.6x+2
\n" ); document.write( ".
\n" ); document.write( "Maximum is at vertex:
\n" ); document.write( "x-value of vertex is \"axis of symmetry\":
\n" ); document.write( "x = -b/(2a)
\n" ); document.write( "x = -0.6/(2*(-0.04))
\n" ); document.write( "x = -0.6/(-0.08)
\n" ); document.write( "x = 0.6/(0.08)
\n" ); document.write( "x = 7.5
\n" ); document.write( "Max height:
\n" ); document.write( "Y=-0.04(7.5)^2+0.6(7.5)+2
\n" ); document.write( "Y= 4.25 meters (max height)
\n" ); document.write( ".
\n" ); document.write( "Max distance, we set Y to zero and solve for x:
\n" ); document.write( "0=-0.04x^2+0.6x+2
\n" ); document.write( "0=0.04x^2-0.6x-2
\n" ); document.write( "0=0.02x^2-0.3x-1
\n" ); document.write( "applying the \"quadratic formula\" yields:
\n" ); document.write( "x = {17.81, -2.81}
\n" ); document.write( "throw out the negative solution (extraneous) leaving
\n" ); document.write( "x = 17.81 meters (max distance)
\n" ); document.write( ".
\n" ); document.write( "details of \"quadratic formula\":
\n" ); document.write( "\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation \"ax%5E2%2Bbx%2Bc=0\" (in our case \"0.02x%5E2%2B-0.3x%2B-1+=+0\") has the following solutons:
\n" ); document.write( "
\n" ); document.write( " \"x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca\"
\n" ); document.write( "
\n" ); document.write( " For these solutions to exist, the discriminant \"b%5E2-4ac\" should not be a negative number.
\n" ); document.write( "
\n" ); document.write( " First, we need to compute the discriminant \"b%5E2-4ac\": \"b%5E2-4ac=%28-0.3%29%5E2-4%2A0.02%2A-1=0.17\".
\n" ); document.write( "
\n" ); document.write( " Discriminant d=0.17 is greater than zero. That means that there are two solutions: \"+x%5B12%5D+=+%28--0.3%2B-sqrt%28+0.17+%29%29%2F2%5Ca\".
\n" ); document.write( "
\n" ); document.write( " \"x%5B1%5D+=+%28-%28-0.3%29%2Bsqrt%28+0.17+%29%29%2F2%5C0.02+=+17.8077640640442\"
\n" ); document.write( " \"x%5B2%5D+=+%28-%28-0.3%29-sqrt%28+0.17+%29%29%2F2%5C0.02+=+-2.80776406404415\"
\n" ); document.write( "
\n" ); document.write( " Quadratic expression \"0.02x%5E2%2B-0.3x%2B-1\" can be factored:
\n" ); document.write( " \"0.02x%5E2%2B-0.3x%2B-1+=+0.02%28x-17.8077640640442%29%2A%28x--2.80776406404415%29\"
\n" ); document.write( " Again, the answer is: 17.8077640640442, -2.80776406404415.\n" ); document.write( "Here's your graph:
\n" ); document.write( "\"graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+0.02%2Ax%5E2%2B-0.3%2Ax%2B-1+%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );