Problema Solution
john has $9.60 in penNies and nickels> if there are thrice as many nickels as pennies, how many pennies does john havE? how many nickels does joHn havE?
Answer provided by our tutors
1 penny = 1 cent
1 nickle = 5 cents
let
p = the number of pennies, p>0, p is integer
n = the number of nickels, n>0, n is integer
john has $9.60 = 960 cents in pennies and nickels:
1*p + 5*n = 960
there are thrice as many nickels as pennies:
n = 3p
by solving the system of equations:
1*p + 5*n = 960
n = 3p
we find:
p = 60 pennies
n = 180 nickels
click here to see the step by step solution of the system of equations:
John has 60 pennies and 180 nickles.