Answer:
3.728 cm²
90
Step-by-step explanation:
To built the envelope I am using a rectangular piece of material 28 m long and 12 m wide.
Out of this material, I have to cut patches that are 1/12 the length and 2/15 the width of the whole material.
So, the length of the patches is
m and the width of the patches is
m.
Therefore, the area of the patches is (1.6 × 2.33) = 3.728 m² each. (Answer)
Now, the area of the rectangular piece of material is (28 × 12) = 336 m²
Hence,
≈ 90 such patches can be made out of the whole material. (Answer)
3.25*(x-3)
Just take out a 3.25
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
The solution to the inequality is -20.8 > p (imagine the symbol is the symbol for at least)
Answer: Hello your question some data but i will provide a general solution based on the scope of your question making some suggestions as well
answer : Summation of displacements ( back and forth distance ) / Number of Runners
Step-by-step explanation:
Given that ; the aim of the race is to raise money
The number of miles/ distance covered will determine how much money that would be raised
Formula to resolve the problem = Summation of displacements ( back and forth distance ) / Number of Runners
<em>Lets assume: ( example ) </em>
<em> Distance between the Park and the City hall is = 6 miles </em>
<em>Number of runners = 4</em>
<em>Given that the runners Run from the Park to the City hall and then run back</em>
<em>Total miles covered by each runner = ( 6 + 6 )/ 4 = 12/4 = 3 miles </em>