How do I compare a different objects with three rates? For instance, if I were to compare the price of apartments I would look at the price per square foot, a rate with two factors. But if I wanted to add a third value, let's say distance from town, which would increase gas consumption by a certain amount, how would I go about this?
For the two factor situation, I would divide the monthly cost of the apartment by the square footage and rank them. To add the third factor, would I divide the rate by the distance from town? Could a rate have more than two variables?
Rates are, by definition, a comparison of two different variables. However, if one wants do a comparison of more than two variables, we can take a lesson from multivariable calculus and compare multiple different rates (in your case, price vs. square feet, square feet vs. distance from town, and price vs. distance from town). Alternatively, you could assign different "weights" to different factors and compare it that way. For instance you could assign a score to each of the three factors, perhaps in the interval $[0,1]$, and conclude that the higher score is better at the end. The problem with this method, however, is that it introduces a certain subjectivity that math likes to pride itself on avoiding.