For a rectangle, if x is the length and 2x is the width. Then find out x from the area of the rectangle?
if the area is equal to 200 then the length of the rectangle is 10.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers109
Suggested Problems
-
Project Euler: Problem 7, Nth prime
1753 Solvers
-
Back to basics 9 - Indexed References
462 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
Find the index of n in magic(n)
272 Solvers
-
Find the distance traveled by a car given velocity and time.
130 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Usually, if the dimensions of a rectangle are x and 2*x, then 2*x would be called its 'length', and x would be called its 'width'.