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
Word Problems: Geometry
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Geometry Word Problems
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)
(
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).