Bunuel
How many square floor tiles with each side x will it take to cover a rectangular kitchen floor?
(1) The width of the kitchen floor is 10x.
(2) The length of the kitchen floor is 30x.
Statement 1Width is 10x, so from width side, we would need to place 10 small square tiles (since each has a side x), but since we don't know the length, we cannot say how many tiles should be placed along the length.
Not sufficient.
Statement 2Length is 30x, so from length side, we would need to place 30 small square tiles (since each has a side x), but since we don't know the width, we cannot say how many tiles should be placed along the width.
Not sufficient.
Combining the statements,
exactly 10 tiles needed along the width and exactly 30 tiles needed along the length. So total small square tiles required = 10*30 = 300.
Sufficient.
Hence
C answer