Math Problem Statement

  1. You are given a bag filled with squares made out of wire. No two squares have the same size. The bag contains a

single square of length equal to every possible integer between 37 and 73 inclusive. You must discard from the bag

only those squares that have an odd area.

(a) What the the total length of wire used to make all the remaining squares in the bag?

(b) Write a pseudo code algorithm entitled SUM_SQUARES that solves this problem using a loop.

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Geometry
Perimeter calculation

Formulas

Perimeter of a square: 4 * side length

Theorems

-

Suitable Grade Level

Grades 7-9