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 Solvers403
Suggested Problems
-
Find nearest prime number less than input number
461 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
476 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
451 Solvers
-
Matlab Basics - Convert a row vector to a column vector
564 Solvers
-
771 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!