At a local school dance, the booster club is having a fundraiser selling pictures. Pictures without frames sell for $5, and with a frame sell for $10. They made $875 selling 100 pictures. How many of the had frames?
Please show working

Respuesta :

let p = pictures only
let f = pictures with frames

p + f = 100
5p + 10f = 875

Solve for one variable in the first equation then plug into the second

p = 100 - f
5(100 - f) + 10f = 875
500 - 5f + 10f = 875
500 + 5f = 875
5f = 375
f = 75

75 pictures with frames were sold