Problem 49067. Area Conversion 1
Solution Stats
Problem Comments
-
5 Comments
need to use 3.28089357 and then round 4...
round to 4 places
conv ratio is 10.76425 by revers result i has it.remember round to 4
This is an amazingly ill-specified problem. A foot is exactly 0.3048 meters by definition, and the test suite apparently uses a different value, in addition to requiring rounding to four decimal digits (which is neither necessary nor correct).
Never use equality tests with floats.
Solution Comments
-
1 Comment
You should give the conversion for this problem.
-
1 Comment
Since when is 1 inch = 2.5399684423 cm??
-
2 Comments
The problem is too badly formed and needs to be structured with the test suits or at least mention the conversion factor
1 ft is exactly equal to 0.3048 meters (1 in = 2.54 cm). The conversion factor for this problem needs to be updated to reflect this value else correctly solving for each solution set is more trial and error and less math.
Problem Recent Solvers397
Suggested Problems
-
640 Solvers
-
Check if number exists in vector
8713 Solvers
-
432 Solvers
-
312 Solvers
-
156 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!