At a store, the average price of German nutcrackers is $225 while the average price of the total nutcrackers is $205.(Let NC denote nutcrackers to help us not go nuts while writing the solution!)Let there be x number of German NC and y number of non-German NC
Let average price of non-German NC = z
=> Avg price of German NC * No. of German NC + Avg price of non-German NC = Avg price of all NC * Total number of NCs
=> 225 * x + z * y = 205 * (x+y) ...(1)
[ so we need to find values of z to get the answer ]
Calculate the average price of non-German nutcrackers?STAT 1: The combined price of all the nutcrackers is $2050.=> Avg price of all NC * Total number of NCs = 2050
=> 205 * (x+y) = 2050
=> x + y = 10
But we do not know the value of z
=>
NOT SUFFICIENTSTAT 2: 60% of the nutcrackers in the store are German.=> % of non-German NC = 40%
=> Ratio of German to Non-German NC = \(\frac{60}{40}\) = 1.5
=> \(\frac{x}{y}\) = 1.5
=> x = 1.5y
Substituting in 1 we get
225 * (1.5y) + z * y = 205 * (1.5y+y)
=> 225*1.5 + z = 205*2.5 = 512.5
=> z = 175
=>
SUFFICINETSo,
Answer will be BHope it helps!