we are asked whether revenue from songs was greater than revenue from podcasts
we are told:
number of songs streamed = 3 times number of podcasts
let number of podcast streams = p
then number of song streams = 3p
let revenue per podcast = r
let revenue per song = s
then total revenue from podcasts = p × r
total revenue from songs = 3p × s = 3ps
we need to determine whether 3ps > pr → divide both sides by p (since p > 0)
we need to determine whether 3s > r
so the actual question is: is 3 × (song revenue per stream) > (podcast revenue per stream)
statement 1: podcast revenue per stream is 12 cents more than song revenue
so r = s + 0.12
substitute: is 3s > s + 0.12 → 3s − s > 0.12 → 2s > 0.12 → s > 0.06
this gives us a condition, but we don’t know the value of s
so we don’t know whether s is greater than 6 cents or not
for example, if s = 5 cents, then total song revenue = 3p × 0.05 = 0.15p
podcast revenue = p × 0.17 = 0.17p → podcast revenue is higher
but if s = 7 cents, then song revenue = 0.21p, podcast revenue = 0.19p → song revenue is higher
so statement 1 is not sufficient
statement 2: average revenue across all streams is more than 20 cents
total streams = p + 3p = 4p
total revenue = pr + 3ps
average = (pr + 3ps) / 4p = (r + 3s) / 4 > 0.20
so r + 3s > 0.80
this gives a condition, but we can’t isolate whether 3s > r
so this is also not sufficient
now combine statements 1 and 2
from 1: r = s + 0.12
substitute into statement 2:
(s + 0.12) + 3s > 0.80 → 4s + 0.12 > 0.80 → 4s > 0.68 → s > 0.17
then 3s > 0.51
also r = s + 0.12 > 0.29
so now check: is 3s > r?
compare 3s vs r
3s > s + 0.12 is always true if s > 0.06
but we just found s > 0.17
so 3s > s + 0.12
so 3s > r
so answer to original question is yes
statements together are sufficient
final answer is c