SOLUTION: Write a formula for the given quanity: the nth odd number,O(1is the first odd number, 3 is the second odd number and so on) the n is in italics

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: Write a formula for the given quanity: the nth odd number,O(1is the first odd number, 3 is the second odd number and so on) the n is in italics      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 353649: Write a formula for the given quanity:
the nth odd number,O(1is the first odd number, 3 is the second odd number and so on)

the n is in italics

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
highlight%28O%28n%29=1%2B2%2A%28n-1%29%29
.
.
.
n=1,O%281%29=1
n=2,O%282%29=1%2B2%2A1=3
.
.
.