- diegocuenca
- Senior | Next Rank: 100 Posts
- Posts: 32
- Joined: Thu Feb 24, 2011 1:17 pm
A fly flies from one corner of a rectangular room to the opposite corner using the shortest possible route. The room is x meters long, y meters wide and z meters high. What is the distance in meters that the fly travels?
A. sq rt (z*x*y)
B. sq rt (z^2 + x^2 + y^2)
C. (z + x + y)
D. sq rt (z^2*x^2*y^2)
E. (z^2 + x^2 + y^2)
I had some issues with this problem, can anyone offer assistance?
A. sq rt (z*x*y)
B. sq rt (z^2 + x^2 + y^2)
C. (z + x + y)
D. sq rt (z^2*x^2*y^2)
E. (z^2 + x^2 + y^2)
I had some issues with this problem, can anyone offer assistance?














