SOLUTION: I have a maths c/w on Pythagorean triples (gcse level) and we are using the quadratic formula: . a + d (n-1) + 0.5 c (n-1) (n-2) . for the sequence of Pythagorean triples multi

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: I have a maths c/w on Pythagorean triples (gcse level) and we are using the quadratic formula: . a + d (n-1) + 0.5 c (n-1) (n-2) . for the sequence of Pythagorean triples multi      Log On


   



Question 117346: I have a maths c/w on Pythagorean triples (gcse level) and we are using the quadratic formula:
.
a + d (n-1) + 0.5 c (n-1) (n-2)
.
for the sequence of Pythagorean triples multiplied by 4.
where:
.
a = first term
d = first difference
c = second difference
.
length of middle side: 16, 48, 96, 160, 240
.
I have done so far:
.
a = 16
d = 32
c = 16
.
substitute:
.
16 + 32 (n-1) + 0.5 * 16 ( n-1) (n-2)
.
giving me:
.
16%2B+32+n+-32+%2B+16n%5E2+-+48+n+%2B+32
.
simplified:
.
16n%5E2+-16n+%2B+16
.
BUT when i am checking it against the third term (96) the 16 at the end of the equation is
left as extra and the answer I seem to get is 112 (an extra plus 16)
.
please help me urgently

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
I am not completely sure of what you are doing in this problem, but it appears to me that you
have made a mistake as noted below. If this answer doesn't help you, please re-post the
problem and maybe another tutor will be able to get you through it.
.
You wrote:
.
I have a maths c/w on Pythagorean triples (gcse level) and we are using the quadratic formula:
.
a + d (n-1) + 0.5 c (n-1) (n-2)
.
for the sequence of Pythagorean triples multiplied by 4.
where:
.
a = first term
d = first difference
c = second difference
.
length of middle side: 16, 48, 96, 160, 240
.
I have done so far:
.
a = 16
d = 32
c = 16
.
substitute:
.
16+%2B+32+%28n-1%29+%2B+0.5+%2A16+%28+n-1%29%28n-2%29 <==== here it appears that you forgot to use the 0.5 multiplier
.
giving me:
.
16+%2B+32n+-+32+%2B+16n%5E2+-+48n+%2B+32 <=== the 0.5 multiplier would make this 16+%2B+32n+-+32+%2B+8n%5E2+-+24n+%2B+16
.
simplified:
.
16n%5E2+-16n+%2B+16 <=== this then should be 8n%5E2+%2B+12n
.
Hope this helps you complete the problem correctly