What does (5+(10(n-1))^2 equal?

dighn

Lifer
Aug 12, 2001
22,820
4
81
well 5 + 10(n-1) is an arithemtic series that goes like 5, 15, 25... and ^2 is the square of that . what do you mean waht is that equal do? i dont understna d your question
 

Howard

Lifer
Oct 14, 1999
47,982
11
81
Yes, I needed to find an equation that would represent integers that end in 5. But I need to square it and I don't know how to do that.
 

HonkeyDonk

Diamond Member
Oct 14, 2001
4,020
0
0
(5+(10(n-1))^2 doesn't equal anything because its an expression.

Unless you give a value for n, then will it equal something.
 

dmw16

Diamond Member
Nov 12, 2000
7,608
0
0
ok

first let's make that equation into:

(5 + 10n -10)^2

now that is the same as:

(10n - 5)^2

and that is trivial to do...

100n^2 - 100n + 25

thats it.
-doug
 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
simplified it is 100n^2-100n+25 I think and you can factor out 25 and get 25(5n^2-5n+1) now you can solve if you cant set it equal to something, but you said nothing about that.
 

Kadarin

Lifer
Nov 23, 2001
44,296
16
81
Step by step..

(5+(10(n-1))^2
(5+10n-10)^2
(10n-5)^2
(10n-5)(10n-5)
100n2-100n+25
 

Howard

Lifer
Oct 14, 1999
47,982
11
81
Originally posted by: Astaroth33
Step by step..

(5+(10(n-1))^2
(5+10n-10)^2
(10n-5)^2
(10n-5)(10n-5)
100n2-100n+25
That really cleared it up. Thank you!
 

Kyteland

Diamond Member
Dec 30, 2002
5,747
1
81
Um, there's an extra open parenthesis there. I 'll assume that the last one goes on the end, like so: (5+(10(n-1))^2)

(5+(10(n-1))^2)
(5+(10*n-10)^2)
(5+(100*n^2-200*n+100))
(100*n^2-200*n+105)

Depending on where that closing parenthesis goes, you get different answers
 

jonmullen

Platinum Member
Jun 17, 2002
2,517
0
0
Originally posted by: Astaroth33
Step by step..

(5+(10(n-1))^2
(5+10n-10)^2
(10n-5)^2
(10n-5)(10n-5)
100n2-100n+25

Thats not simplified though, you can still factor 25 out.