Interview Question

Created by admin on Mon, 19/11/2012 - 16:56
Explanation: 

a percent of b : (a/100) * b
b percent of a : (b/100) * a
a percent of b divided by b percent of a : ((a / 100 )*b) / (b/100) * a )) = 1.

Question: 

what is a percent of b divided by b percent of a?

Answer: 

1.