Respuesta :
Varaibles:
l: length
w: width
Restrictions:
1) l ≤ 12
2) l + l + w + w < 30 => 2l + 2w < 30 => l + w < 30
3) l > 0
4) w > 0
System of equations (answer)
l ≤ 12
l + w < 30
l > 0
w > 0
l: length
w: width
Restrictions:
1) l ≤ 12
2) l + l + w + w < 30 => 2l + 2w < 30 => l + w < 30
3) l > 0
4) w > 0
System of equations (answer)
l ≤ 12
l + w < 30
l > 0
w > 0