Trapeziod
'Base 1' = 110
'Base 2' = 2x^2
Midsegment = 16x - 8
Solve for the length of the midsegment.
If anyone would be so kind as to demonstrate the correct way to solve this,
it would be greatly appreciately.
Thanks,
Richard
> Given:
> Trapeziod
Typo: Trapezoid
> 'Base 1' = 110
> 'Base 2' = 2x^2
> Midsegment = 16x - 8
> Solve for the length of the midsegment.
Your subject line already has the right equation:
16x - 8 = (110 + 2x^2)/2
Multiply both sides by 2:
32x - 16 = 110 + 2x^2
Bring everything to one side and simplify:
0 = 126 - 32x + 2x^2
0 = 63 - 16x + x^2
To solve this, either use the quadratic formula, or, more
easily, factor it:
0 = (x - 7)(x - 9)
x - 7 = 0 or x - 9 = 0
x = 7 or x = 9
16x - 8 = 112 - 8 = 104 or 16x - 8 = 144 - 8 = 136
Either the base is 2 * 7^2 = 98 and the midsegment is 104,
or the base is 2 * 9^2 = 162, and the midsegment is 136.
[...]
Brian
Thank you.
> 0 = (x - 7)(x - 9)
> x - 7 = 0 or x - 9 = 0
> x = 7 or x = 9
> 16x - 8 = 112 - 8 = 104 or 16x - 8 = 144 - 8 = 136
>
> Either the base is 2 * 7^2 = 98 and the midsegment is 104,
> or the base is 2 * 9^2 = 162, and the midsegment is 136.
>
> [...]
>
> Brian
Immensely appreciated. Thank you Brian.
Or save yourself some work and do the division that is already
indicated on the right-hand side:
16x - 8 = 55 + x^2
--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com
Shikata ga nai...
Thanks Stan.
I was able to simplify it several ways, but for the life of me I could not
remember how to properly factor it.
Thank you for that kind advise. Since I have been out of school for some 30
years now, I am a little rusty currently. The kindness some here have been
gracious enough to show, has helped immensely in helping me to recall things
that I am sure are elementary to most here.
As for doing the work myself: I can assure you that with the exception of
that one problem, I have worked through the rest unassisted.
Again, thank you,
Richard
Factoring may not always be intuitive. The quadratic formula will
always work and is not that much more effort.
--
Remove del for email
> >Stan Brown wrote:
> >>
> >> 16x - 8 = 55 + x^2
> >
> Factoring may not always be intuitive. The quadratic formula will
> always work and is not that much more effort.
In this case it is
0 = 63 - 16x + x^2
that is to be solved, so the op needs to ask: what numbers multiply to
give 63 and add to give -16? Since the factors of 63 are
1 and 63
3 and 21
7 and 9
and those negated, it is not a difficult question. The problem with the
quadratic formula is that students love formulae into which they can
plug numbers, do a bit of manipulation, and have the answer pop out
_without any thought whatsoever_.
--
I can't go on, I'll go on.
Solution:
16x - 8 = (110+2x^2)/2
Carry the 2 to the left
32x - 16 = 110 + 2x^2
Bring all terms to the right, yo now have a quadratic
2x^2 -32x + 126 = 0
Normalize with respect to 2
x^2 - 16x + 63 = 0
Solve the quadratic
x = {16 +- (16^2-4*1*63)^.5}/(2*1)
x = (16 +- 2)/2
1st root, x = 18/2 = 9
2nd root, x = 14/2 = 7
> Solution:
I don't disagree with your solution, but at two points you chose a
harder way instead of an easier way of doing things.
> 16x - 8 = (110+2x^2)/2
>
> Carry the 2 to the left
I *guess* you mean "multiply both sides by 2":
> 32x - 16 = 110 + 2x^2
But it's easier instead to do the indicated division on the right:
16x - 8 = 55 + x^2
Always try to keep numbers from getting any larger than necessary.
In particular, quadratics are easier to solve when the coefficient of
x^2 is 1.
> Bring all terms to the right, yo now have a quadratic
>
> 2x^2 -32x + 126 = 0
0 = x^2 - 16x + 63
> Solve the quadratic
> x = {16 +- (16^2-4*1*63)^.5}/(2*1)
> x = (16 +- 2)/2
> 1st root, x = 18/2 = 9
> 2nd root, x = 14/2 = 7
Yes, but this one is *very* easy to factor. You need two numbers
that multiply to 63; and because you have +63 and -16 you know that
the two numbers must both be negative. The solution jumps out:
0 = (x-7)(x-9) ==> x = 7 or 9