Roman C. answered 09/14/15
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Let N is the number of pennies. Then N is the number of times 2.5 grams goes into 453.6 grams so this is a division problem
N = ⌈453.6 / 2.5⌉ = 182
Here ⌈ x ⌉ os the least integer n≥x (called the "ceiling of x")
We took the ceiling since the floor is 181 pennies which is less than 1 pound.