A function machine accepts inputs as ordered pairs. the componets of the ordered pairs are natural numbers and the first component is the length of rectangle and the second comonet is the width . the given machince comptes the perimiter .

find the out ut for (3,7) (7,3) (5,7)

rectangle 2L +2W
IF THE INPUT GIVES AN OUT PUT OF 12.

(3,7): 2*3+2*7 = 20

and so on

To find the output for the given inputs (3,7), (7,3), and (5,7) using the function machine that calculates the perimeter of a rectangle, we can use the formula 2L + 2W, where L represents the length of the rectangle and W represents the width.

For the first input (3,7), the length is 3 and the width is 7. Plugging these values into the formula, we get:
2(3) + 2(7) = 6 + 14 = 20.

So the output for the first input (3,7) is 20.

For the second input (7,3), the length is 7 and the width is 3. Plugging these values into the formula, we get:
2(7) + 2(3) = 14 + 6 = 20.

So the output for the second input (7,3) is also 20.

For the third input (5,7), the length is 5 and the width is 7. Plugging these values into the formula, we get:
2(5) + 2(7) = 10 + 14 = 24.

So the output for the third input (5,7) is 24.

Therefore, the outputs for the given inputs (3,7), (7,3), and (5,7) using the function machine that calculates the perimeter of a rectangle are 20, 20, and 24 respectively.