SOLUTION: How would I write, Three times the sum of half a natural number and twice the number before it. I think it might be 3(n/2+2(n+1)) I'm just not sure. n/2 is a fraction by th

Algebra ->  Human-and-algebraic-language -> SOLUTION: How would I write, Three times the sum of half a natural number and twice the number before it. I think it might be 3(n/2+2(n+1)) I'm just not sure. n/2 is a fraction by th      Log On


   



Question 974993: How would I write, Three times the sum of half a natural number and twice the number before it.
I think it might be 3(n/2+2(n+1)) I'm just not sure. n/2 is a fraction by the way, n over 2.
Thank you

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
n = some unknown natural number

n/2 = half of that natural number

n-1 = number right before the unknown natural number

2*(n-1) = twice the number before the natural number n

-------------------------------------------------------

So you should have this instead 3%2A%28n%2F2%2B2%2A%28n-1%29%29

------------------------------------------------------------------------------------------------------------------------

If you need more one-on-one help, email me at jim_thompson5910@hotmail.com. You can ask me a few more questions for free, but afterwards, I would charge you ($2 a problem to have steps shown or $1 a problem for answer only).

Alternatively, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Any amount is greatly appreciated as it helps me a lot. This donation is to support free tutoring. Thank you.

Jim
------------------------------------------------------------------------------------------------------------------------