A function machine accepts inputs as ordered pairs. The Components of the order pairs are natural numbers and the first components is the length of the rectangle and the second componet is the width . The given machine computs the perimeter.

Find the out put for (1,3)

rectangle is 2L + 2W

L = 1

W = 3

2(1) + 2(3)
2 + 6
8

To find the output for the input (1,3) using the given function machine, which computes the perimeter of a rectangle, we need to substitute the values into the perimeter formula.

The perimeter formula for a rectangle is given by P = 2L + 2W, where L represents the length and W represents the width.

For the ordered pair (1,3), the first component represents the length (L) and the second component represents the width (W).

Substituting the values into the formula, we have:

P = 2(1) + 2(3)

Simplifying:

P = 2 + 6

P = 8

Therefore, the output for the input (1,3) is 8.