Solved by pluggable solver: SOLVE quadratic equation (work shown, graph etc) |
Quadratic equation For these solutions to exist, the discriminant First, we need to compute the discriminant Discriminant d=5008 is greater than zero. That means that there are two solutions: Quadratic expression Again, the answer is: 18.230602004318, 6.43606466234862. Here's your graph: |
(28-2x)*(32-2x) = 192 (the area of the picture, in square inches) (14-x)*(16-x) = 48 x^2 - 30x + 14*16 - 48 = 0 x^2 - 30x + 176 = 0. Factor it <<<---=== re-edited starting from this point (x-8)*(x-22) = 0. The roots are x= 8 and x= 22. Due to the problem's meaning, only the root x= 8 is the possible width of the frame (22 is not). Thus the dimensions of the picture are 28-2*8 = 12 inches and 32 - 2*8 = 16 inches. ANSWER