Question 1009150
80+(80*.25)= new cost (you punch calculator keys)
---------------------------------
A short cut: whenever you want to know how much is a+(a*.x) you can do this:
a*1.x In your problem:
80*1.25 Do the calculation, you'll get the same result as above with one less calculation, above you had to multiply and then add while here you just multiply.
J