Please Scroll Down to See Forums Below
napsgear
genezapharmateuticals
domestic-supply
puritysourcelabs
UGL OZ
UGFREAK
napsgeargenezapharmateuticals domestic-supplypuritysourcelabsUGL OZUGFREAK

C++ and Math Experts... need help

now what the hell is all that? Man, we talking about about a math problem. that is too much shit right there.

LOL
 
oubeta said:
Nevermind that got a little fucked when I cut and pasted it.

I'll say.


Shit, that didn't have one thing of the problem we have in it.
 
It's a math problem relating to sales of differnt computer models.
Shouldn't be that hard to delete and modify it to your needs if you know the equation. I think I have a few more that are geared more to what you are doing.
 
THE PROBLEM IS NOT IN THE COMPUTER PROGRAM, BUT THE MATH!!!&*($#($&#
 
didn't read the whole post. shouldn't be too hard to figure out.
Le me know if you need help with the C part. I got a C in most my math classes..lol
 
I know the formulas...

Let

L = amount of loan
i = monthly interest rate (so assume the APR has been divided by 12 already)
n = number of payments
R = amount of each level payment

Then

R = L * i / (1 - v^n)
where v = 1/(1+i)

total amount of all payments = n * R
total interest paid = n * R - L
 
thats the exponential compounding function formula, I didnt recognize the way he presented it in his post. Now it makes sense
 
  • Like
Reactions: AAP
Top Bottom