Answer:
- (a, b, c) = (-1/3, 2, 5)
- y = (-1/3)x^2 +2x +5
- 7.90 seconds
Explanation:
From your equations in Part A, we can write the matrix equation as ...
![\left[\begin{array}{ccc}9&3&1\\25&5&1\\36&6&1\end{array}\right] \cdot\left[\begin{array}{c}a&b&c\end{array}\right] = \left[\begin{array}{c}8&(20)/(3)&5\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/nyovq1m3hy2bdz6d4hubfwvcvhujyyeql9.png)
For the purpose of finding the inverse matrix (which we don't really need to do to solve this), it is convenient to use an augmented matrix that will give both the matrix inverse and the solution.
![\left[\begin{array}ccc9&3&1&1&0&0&8\\25&5&1&0&1&0&(20)/(3)\\36&6&1&0&0&1&5\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/v3c8opvwdvj015kxzc8e8i7gagxyraj5nw.png)
For the first step in the solution, we'll divide the first row by 9, then subtract 25 times that from the second row, and 36 times that from the third row. The goal of this step is to make the first column be 1, 0, 0. The result is ...
![\left[\begin{array}ccc1&(1)/(3)&(1)/(9)&(1)/(9)&0&0&(8)/(9)\\0&-(10)/(3)&-(16)/(9)&-(25)/(9)&1&0&-(140)/(9)\\0&-6&-3&-4&0&1&-27\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/o2c4g6s10lvo9w3cjma1lf109ynjdoq9c5.png)
For the second step in the solution, we'll multiply the second row by -3/10, then subtract 1/3 times that from the first row and add 6 times that to the third row. The goal of this step is to make the second column be 0, 1, 0. The result is ...
![\left[\begin{array}c1&0&-(1)/(15)&-(1)/(6)&(1)/(10)&0&-(2)/(3)\\0&1&(8)/(15)&(5)/(6)&-(3)/(10)&0&(14)/(3)\\0&0&(1)/(5)&1&-(9)/(5)&1&1\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/x7fqkxvom4moo0jrb8rcu2izcrnt3jcnve.png)
For the third step in the solution, we'll multiply the third row by 5, then add 1/15 of that to the first row and -8/15 of that to the second row. The goal of this step is to make the third column be 0, 0, 1. The result is ...
![\left[\begin{array}ccc1&0&0&(1)/(6)&-(1)/(2)&(1)/(3)&-(1)/(3)\\0&1&0&-(11)/(6)&(9)/(2)&-(8)/(3)&2\\0&0&1&5&-9&5&5\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/9xl1sbhbxakpqi92hd0zf3i5ras5bdalqd.png)
The middle section of this augmented matrix is the inverse of the coefficient matrix:
![A^(-1)=\left[\begin{array}{ccc}(1)/(6)&-(1)/(2)&(1)/(3)\\-(11)/(6)&(9)/(2)&-(8)/(3)\\5&-9&5\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/fvda1a7nn297yvz5clkc8tun2vama6u20b.png)
The right section of the augmented matrix is the solution set:
![X=\left[\begin{array}{c}a\\b\\c\end{array}\right]=\left[\begin{array}{c}-(1)/(3)\\2\\5\end{array}\right]](https://img.qammunity.org/2021/formulas/mathematics/middle-school/1k0v5iyano0hkfwjn2vxta7gwcvsw8wc96.png)
__
The equation of the parabola is ...
![\boxed{y=-(1)/(3)x^2+2x+5}](https://img.qammunity.org/2021/formulas/mathematics/middle-school/lxafm93eu5ziancfcicgr0b2vsehu8d5t9.png)
__
The ball will hit the ground when y=0. The values(s) of x can be found from the quadratic formula:
x = (-b±√(b²-4ac))/(2a) = (-2±√(2²-4(-1/3)(5)))/(2(-1/3))
x = (2 ± √(32/3))/(2/3) = 3±√24 = {-1.899, 7.899}
It will take about 7.90 seconds for the ball to hit the ground.