SOLUTION: A rectangle has a perimeter of 10. If the lengths of its sides are integers, enumerate all possible values for its length l and width w.

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: A rectangle has a perimeter of 10. If the lengths of its sides are integers, enumerate all possible values for its length l and width w.       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 627558: A rectangle has a perimeter of 10. If the lengths of its sides are integers, enumerate all possible values for its length l and width w.

Answer by richard1234(7193) About Me  (Show Source):
You can put this solution on YOUR website!
2(l+w) = 10 --> l+w = 5

Therefore (l,w) = (4,1), (3,2), (2,3), (1,4).