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 Solvers111
Suggested Problems
-
Find the sum of all the numbers of the input vector
55233 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15815 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3730 Solvers
-
558 Solvers
-
1784 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'.