Re: Number of values of floor perimeter possible
[#permalink]
16 Aug 2020, 15:43
Longer Way:
Since the floor will use all 400 tiles its area is 400
Therefore length*width=400
Since the tiles are 1*1 units. We want to find all the possible pairs of positive integers that multiple to 400. THis is equivalent to finding all possible different perimeter values.
(1,400)
(2,200)
(4,100)
(5,80)
(8,50)
(10,40)
(16,25)
(20,20)
Total: 8
Final Answer: C
Quick Way:
Prime factorization of 400 is 2^4*5^2
The number of factors of 400 is therefore (4+1)(2+1)= 5*3 =15
15 is odd therefore one factor multiplies with itself to get 400. (20*20)
14/2=7 distinct pairs
7+1=8
(we added one to count the pair 20*20)
Final Answer: C