175k views
4 votes
Consecutive even integer word problem help please!!​​

Consecutive even integer word problem help please!!​​-example-1
User TorvaldsDB
by
4.9k points

1 Answer

3 votes

Answer:

Width: 16 in., Length: 18 in.

Explanation:

Consecute even/odd problems seem a bit weird at first.

You choose a variable to represent the first integer, say n . Assume it's even (no symbolic way to tell!). If n is even, then the next consecutive integer is n + 2. You add two because you want to skip one integer.

Width: n

Length: n + 2

Area is length multiplied by width, so


n(n+2)=224\\\\n^2+2n=224\\\\n^2+2n-224=0\\\\(n+14)(n-16)=0\\\\n+14=0 \text{ or } n-16=0\\\\n=-14 \text{ or }n=16

The negative solution makes no sense, so use n = 16

Width: 16

Length: 18

User Grant Lay
by
5.6k points