Quote (zackill4 @ Sep 12 2013 08:54pm)
-4 (-7+t) (-146-3 t+t^2)
since I'm too lazy to factor myself, I plugged it in wolfram and got this.
You can solve it by hand by realizing that if you have a root of 7, you can probably factor (x-7) term from the polynomial. THen you use polynomial division.
Edit: Please people, when you have tedious algebra to do plug it in Wolfram! Saves you time! End of PSA
oh we are learning it different. we simply plug in factors of the constant 1022 into the equation until we get a value of 0. in this case plugging in 7 worked therefore our factor is (x - 7).
I have another question I was stuck at for a while.
------------------------------------------------------------------------------------------------------------------------
The passenger section of a train has width (2x-7), length (2x+3), height (x-2), with all dimensions in meters. Solve a polynomial equation to determine the dimensions of the section if the volume is 117m cubed.
This is my approach.
1) Sub in knowns.
V = lwh
117 = (2x-7) (2x+3) (x-2)
2) Expand and set equation equal to 0
117 = (2x-7) (2x+3) (x-2)
117 = (4x^2 -8x - 21) (x-2)
117 = (4x^3 -8x^2 - 21x - 8x^2 - 16x +42)
117 = (4x^3 - 16x^2 - 5x + 42)
0 = 4x^3 - 16x^2 - 5x + 42 - 117
0 = 4x^3 - 16x^2 - 5x -75
3) Now I have no clue what to do.