Assuming that a personal space is 3ft squared. Estimate how many people can fit into a circular arena a diameter of 100 yards?

Answers

Answer 1

Answer

2617.

Step-by-step explanation

To estimate the number of people that can fit into a circular arena with a diameter of 100 yards, we first need to find the area of the arena. To do this, we can use the formula for the area of a circle, which is equal to pi times the radius squared. Since the diameter of the arena is 100 yards, the radius would be half of that, or 50 yards. Plugging this value into the formula for the area of a circle, we get:

Area = pi * 50^2

Since pi is approximately equal to 3.14, we can plug this value into the equation to get:

Area = 3.14 * 50^2

This simplifies to:

Area = 3.14 * 2500

Which gives us an area of approximately 7850 square yards.

Since one person requires a personal space of 3 square feet, we can divide the total area of the arena by 3 to find the number of people that can fit in the arena. This gives us:

7850 square yards / 3 square feet/person = 2616.666... people

Rounded to the nearest whole number, this means that approximately 2617 people could fit in the circular arena with a diameter of 100 yards.


Related Questions

A shipping container will be used to transport several 120-kilogram crates across the
country by rail. The greatest weight that can be loaded into the container is 24000
kilograms. Other shipments weighing 5900 kilograms have already been loaded into
the container. What is the greatest number of 120-kilogram crates that can be loaded
into the shipping container?

Answers

Answer:

150.833... or 150 and 5/6 crates

Step-by-step explanation:

We can create an equation to solve this.

Let x represent the number of 120 kilogram crates that can be loaded into the chipping container.

120x (weight of the crates) + 5900 (weight already in the container) = 24000 (max weight in the container)

We'll start by subtracting 5900 from both sides to try to isolate x, the number of containers we still need to meet 24000 kilograms.

120x = 18100

Now we just have to isolate x by dividing by 120.

x = 150.83333333333333333333333333333

If you want to use a mixed fraction form for this solution since the 3's keep repeating, it would be 150 and 5/6 crates.

For the question of total area of the cuboid is 200cm^.
I understand where we divide 150 by 4.
But why do I need to multiply by 5, when there are 6 faces.

Answers

You need to multiply by 5 instead of 6 because each pair of opposite faces on a cuboid has the same area, so by considering one face from each pair, you ensure that you don't count any face twice.

When calculating the total surface area of a cuboid, you need to understand the concept of face pairs.

A cuboid has six faces, but each face has a pair that is identical in size and shape.

Let's break down the reasoning behind multiplying by 5 instead of 6 in the given scenario.

To find the surface area of a cuboid, you can add up the areas of all its faces.

However, each pair of opposite faces has the same area, so you avoid double-counting by only considering one face from each pair. In this case, you have five pairs of faces:

(1) top and bottom, (2) front and back, (3) left and right, (4) left and back, and (5) right and front.

By multiplying the average area of a pair of faces by 5, you account for all the distinct face pairs.

Essentially, you are considering one face from each pair and then summing their areas.

Since all the pairs have the same area, multiplying the average area by 5 gives you the total surface area.

When dividing 150 by 4 (to find the average area of a pair of faces), you are essentially finding the area of a single face.

Then, by multiplying this average area by 5, you ensure that you account for all five pairs of faces, providing the total surface area of the cuboid.

Thus, multiplying by 5 is necessary to correctly calculate the total surface area of the cuboid by accounting for the face pairs while avoiding double-counting.

For similar question on cuboid.

https://brainly.com/question/29568631  

#SPJ8

A 35-foot tall pole is leading towards a building. To stop the pole from leaning
further, a 48-foot long cable is secured from the top of the pole to a stake in the
ground opposite of the building. If the stake is 30 feet from the pole, what angle
does the cable make with the pole?

Answers

9514 1404 393

Answer:

  38.5°

Step-by-step explanation:

You are given all three side lengths of the relevant triangle, so the Law of Cosines can be used to find any desired angle. If we call the desired angle C, then that law tells you ...

  C = arccos((a² +b² -c²)/(2ab))

where a and b are the triangle side lengths adjacent to the angle of interest, and c is the side opposite. Here, 'a' and 'b' are the pole and cable lengths, and 'c' is the distance of the stake from the pole.

  C = arccos((35² +48² -30²)/(2·35·48)) = arccos(2629/3360)

  C ≈ 38.515°

The cable makes an angle of about 38.5° with the pole.

A 35-foot tall pole is leading towards a building. To stop the pole from leaningfurther, a 48-foot long

What's next in this sequence? 4,8,16,32,64 _?

Answers

128 !
Explanation: in order for 4 to go to 8 you have to times 2, 8 times 2 is 16, 16 times 2 is 32, so finally 64 times 2 would be 128.
i hope this helps!

A message is coded into the binary symbols 0 and 1 and the message is sent over a communication channel.
The probability a 0 is sent is 0.4 and the probability a 1 is sent is 0.6. The channel, however, has a random error that
changes a 1 to a 0 with probability 0.1 and changes a 0 to a 1 with probability 0.2. Show your work below.


a. What is the probability a 1 is received?
b. If a 1 is received, what is the probability a 0 was sent?

Answers

Answer:

A: the probability that a 1 is received is 0.56.

B:  the probability that a 0 was sent given that a 1 is received is (2/25) * (1 - P(0 sent)).

Step-by-step explanation:

To solve this problem, we can use conditional probabilities and the concept of Bayes' theorem.

a. To find the probability that a 1 is received, we need to consider the two possibilities: either a 1 was sent and remained unchanged, or a 0 was sent and got flipped to a 1 by the random error.

Let's denote:

P(1 sent) = 0.6 (probability a 1 is sent)

P(0→1) = 0.2 (probability a 0 is flipped to 1)

P(1 received) = ?

P(1 received) = P(1 sent and unchanged) + P(0 sent and flipped to 1)

= P(1 sent) * (1 - P(0→1)) + P(0 sent) * P(0→1)

= 0.6 * (1 - 0.2) + 0.4 * 0.2

= 0.6 * 0.8 + 0.4 * 0.2

= 0.48 + 0.08

= 0.56

Therefore, the probability that a 1 is received is 0.56.

b. If a 1 is received, we want to find the probability that a 0 was sent. We can use Bayes' theorem to calculate this.

Let's denote:

P(0 sent) = ?

P(1 received) = 0.56

We know that P(0 sent) + P(1 sent) = 1 (since either a 0 or a 1 is sent).

Using Bayes' theorem:

P(0 sent | 1 received) = (P(1 received | 0 sent) * P(0 sent)) / P(1 received)

P(1 received | 0 sent) = P(0 sent and flipped to 1) = 0.4 * 0.2 = 0.08

P(0 sent | 1 received) = (0.08 * P(0 sent)) / 0.56

Since P(0 sent) + P(1 sent) = 1, we can substitute 1 - P(0 sent) for P(1 sent):

P(0 sent | 1 received) = (0.08 * (1 - P(0 sent))) / 0.56

Simplifying:

P(0 sent | 1 received) = 0.08 * (1 - P(0 sent)) / 0.56

= 0.08 * (1 - P(0 sent)) * (1 / 0.56)

= 0.08 * (1 - P(0 sent)) * (25/14)

= (2/25) * (1 - P(0 sent))

Therefore, the probability that a 0 was sent given that a 1 is received is (2/25) * (1 - P(0 sent)).

A message is coded into the binary symbols 0 and 1 and the message is sent over a communication channel. The probability a 0 is sent is 0.4 and the probability a 1 is sent is 0.6. The channel, however, has a random error that changes a 1 to a 0 with probability 0.2 and changes a 0 to a 1 with probability 0.1. (a) What is the probability a 0 is received? (b) If a 1 is received, what is the probability a 0 was sent?

Which set of values could be the side length of a 30 60 90 triangle? A. {5,5v3,10}

Answers

Therefore, the answer is A. {5, 5√3, 10}.

The set of values {5, 5√3, 10} could be the side lengths of a 30-60-90 triangle.

In a 30-60-90 triangle, the sides are in a specific ratio. The ratio is 1 : √3 : 2, where the shortest side (opposite the 30-degree angle) has length x, the side opposite the 60-degree angle has length x√3, and the hypotenuse (opposite the 90-degree angle) has length 2x.

Let's check if the given set of values satisfies this ratio:

   If x= 5, then the side opposite the 60-degree angle should be 5√3, and the hypotenuse should be 10. These values match the ratio, so the set {5, 5√3, 10} could be the side lengths of a 30-60-90 triangle.

For such more question on lengths

https://brainly.com/question/28322552

#SPJ8

Please answer this correctly without making mistakes

Please answer this correctly without making mistakes

Answers

Step-by-step explanation:

First we will Rearrange after replacing 9 with 6

1 3 3 6 6 6 6 6 8 8

Mode = 6

A one-question survey is to be distributed to a random sample of 1500 adults in Ohio. The question asks if they support an increase in the state sales tax from 5% to 6%, with the additional revenue going to education. Let p-hat denote the proportion of adults in the sample who say they support the increase. Suppose that 40% of all adults in Ohio support the increase. What is the probability that p-hat will be more than 50%

Answers

Solution :

It is given that :

Total number of adults in the sample of Ohio, n = 1500

Increase in the sale tax = 5% to 6 %

Let \($\hat p$\) = proportion of the adults that supported the increase in the sales tax.

        = 40%

        = 0.40

Therefore the probability that \($\hat p$\)  will be more than 50% will be :

   \($P(\hat p > 0.50) = P\left( \frac{\hat p - E(\hat p)}{\sigma_{\hat p}} > \frac{0.50-0.40}{0.0123}\right)$\)

                    \($=P(z>7.936508)$\)

                    \($=1-P(Z<7.936508)$\)

                    = 1 - 1

                    = 0

A manufacturer of MP3 players surveyed one hundred retail stores in each of the firm's sales regions. An analyst noticed that in the South Atlantic region the average retial price was $165 (mean) and the standard deviation was $30. However, in the Mid-Atlantic region the mean price was $170, with a standard deviation of $15. What do these statistics tell us about these two sales regions

Answers

Answer:

Kindly check explanation

Step-by-step explanation:

Given :

South Atlantic region :

Mean price = $165

Standard deviation = $30

Mid-Atlantic region :

Mean price = $170

Standard deviation = $15

Based on the mean price computed for the 100 retail stores in the study, we can conclude that the price of MP3 in the south Atlantic region is lesser than that of the mid Atlantic region ;

$165 < $170

However, we can conclude that the variation in the prices of MP3 varies greatly from one store to another in the south Atlantic region with a standard deviation of $30 while in the Mid Atlantic region, the prices are closer and less variable from one store to the other.

NO LINKS!!! URGENT HELP PLEASE!!!

Express the statement as an inequality.

a. x is negative
1. x = 0
2. x < 0
3. x > 0
4. x ≥ 0
5. x ≤ 0

b. y is nonnegative .
1. y < 0
2. y ≥ 0
3. y ≤ 0
4. y = 0
5. y > 0

c. q is less than or equal to π
1. q = π
2. q < π
3. q > π
4. q ≥ π
5. q ≤ π

Answers

Answer:

Step-by-step explanation:

a. x is negative: x < 0

b. y is nonnegative: y ≥ 0

c. q is less than or equal to π: q ≤ π

Answer:

a.

2. x < 0

b.

2. y ≥ 0

c.

5. q ≤ π

Step-by-step explanation:

To express the given statements as an inequality, we need to determine the relationship between the given quantities.

a. The statement "x is negative" means that x is less than 0. Mathematically, we can represent this as x < 0.

b. The statement "y is nonnegative" means that y is greater than or equal to 0. Mathematically, we can represent this as y ≥ 0.

c. The statement "q is less than or equal to π" means that the value of q is either equal to π or less than π. Mathematically, we can represent this as q ≤ π.

Please help me understand this handwriting can some pls re write and label I DONT UNDERSTAND CURSIVE :(

Please help me understand this handwriting can some pls re write and label I DONT UNDERSTAND CURSIVE

Answers

Answer:

7:01

29%

Doyan of low

Shiman 1-R-1

Flous 1-1 Gambe 1-4-20

12 dual purpose

Martins 1-2-3 Flores 1-2, 1-3, 14

Gamba 2-1-5

Custand 1-4, 2-1

Conditions " humanitarian groups Salahiel 1-1-1, 1-1-2, 1-2-3 1-R-5, 2-L-2, 2-L-3, 2-14, 2-1-5, 2-RI

Flores 1-30

Munting 1-2-4

Gumbon 1-1-3 CDP 1-1-3

Status oppose ending 742 Montoya 1-1, 1-2, 1-3

federal courts challenge

Gamboa 1-R-2 Custom 1-7

CDP 1-L-36, 1-2-4

de Vogue 1-2-1, 2-1-5, 2-L-6

7 expulsions at boders

root causes textul Amer.

Cop 1-L-34, 1-1-2, 1-R-4

Border Report 1-2

CDP 1-R-2, 1-R-3 Montoya 1-8

Custarda 2-2

=

CLOSE

Hopes this helps :)

A farmer wants to build a rectangular pen using 20 feet of fencing, but the length is to be 4 feet more than the width. What is the length of the pen, in feet?

Answers

Answer:

The length of the rectangular pen is 40ft. The width of the rectangular pen is 20ft

Answer:

7ft

Step-by-step explanation:

2W+2L=20

2(W+L)=20

2(W+(W+4))=20

4W+8=20

4W=12

W=3

or

If 20 is the total length of fencing used, the length of the fence is to be 4 ft longer than the width, and we know this is a rectangular pen (meaning it has 4 sides), we first multiply 4 (the additional ft for the length side) by two to get 8. Next we subtract 8 from the total amount of fencing (20) to get 12. Finally, since we know there are 4 sides to a rectangle, we divide 12 by 4 to get the width. Now since the length is 4 ft longer than the width, and we are looking for the length, then we add 3+4 to equal 7.

7 is the length.

Find x and y please help.

Find x and y please help.

Answers

Answer:

X=11º

Y=26º

Step-by-step explanation:

77=7x      11=x

180=77+77+y        26=y

Find the ordered pairs for the x- and y-intercepts of the equation 3x − 2y = 18 and select the appropriate option below. (5 points)

The x-intercept is (3, 0); the y-intercept is (0, –2).
The x-intercept is (6, 0); the y-intercept is (0, –9).
The x-intercept is (0, 6); the y-intercept is (–9, 0).
The x-intercept is (0, 3); the y-intercept is (–2, 0).

Answers

Answer:

The correct answer is (second option):

The x-intercept is (6, 0); the y-intercept is (0, –9).

Step-by-step explanation:

Intercepts of a real function

Given a function y=f(x), the x-intercepts of f are those values of x that make y=0. The y-intercepts are those values of y that make x=0.

Our function is:

3x - 2y = 18

To find the x-intercept(s), we set y=0:

3x - 2(0) = 18

3x = 18

Solving:

x = 18 / 3 =6

The x-intercept is the point (6,0)

Now for the y-intercept(s), we set x=0:

3(0) - 2y = 18

-2y = 18

Solving:

y = 18 / (-2) = -9

The y-intercept is the point (0,-9)

The correct answer is (second option):

The x-intercept is (6, 0); the y-intercept is (0, –9).

The x-intercept is (6, 0); the y-intercept is (0, –9).

Which graph is an example of a function?
A) A
B) B
C) C
D) D

Which graph is an example of a function? A) A B) B C) C D) D

Answers

your answer should be d

The definiton of a function is that "for every x-value/input there is exactly one y-value/output."

When working with graphs, you can judge if this is true by using the vertical line test:

If you can draw any vertical line that hits the graph more than once, then the graph is NOT the graph of a function.  

Which graph passes the vertical line test?

what is 972 two the greatest power

Answers

Answer:

23

Step-by-step explanation:

PLS HELP I NEED HELP

PLS HELP I NEED HELP

Answers

Answer:

8

Step-by-step explanation:

A shipping carton is in the shape of a triangular prism. The base area of the triangle is 6 inches squared and the the height of the prism is 15 inches. how many cubic inches of space are in the carton?

Answers

51

Step-by-step explanation:

uajdnensjdkalsnnamakksls

Determine the values of x in the equation x2 = 64.

Answers

Answer = 32

Explain= When a variable(the letter next to the number in this case the “x”) is placed next two a coefficient(the number next to a variable, in this case “2”), that means the variable is being multiplied by that number. To solve for x, we must divide the sum of x2 (64) by the coefficient. The number will equal x.

x2=64? X = 32!

Use a calculator to find the trigonometric ratio. Round your answer to four decimal places
sin 98°~

Answers

Using a calculator, the trigonometric ratio of sin 98 is approximately 0.9848.

How to Find the Trigonometric Ratio?

One of the trigonometric ratio we have in mathematics is the sine ratio. We can use calculator to find the sine of an angle without making use of tables. To do this on your calculator, enter the sine function followed by the degree of the angle you want to find its sine. You will get your answer.

Using a calculator, we can find the sine of 98 degrees as follows:

sin 98° ≈ 0.9848

Rounding this to four decimal places, we get:

sin 98° ≈ 0.9848

Therefore, sin 98° is approximately equal to 0.9848.

Learn more about trigonometric ratio on:

https://brainly.com/question/10417664

#SPJ1

Adam sleeps for nine hours each night, five nights a week, and 11 hours for two nights a week.
Which is closest to the percentage of the whole week that Adam spends sleeping?
A) 25%
B) 30%
C) 33%
D) 40%
E) 50%

Answers

Answer:

E

Step-by-step explanation:

The percentage of the whole week that Adam spends in sleeping is 33%.

What is percentage?

A percentage is a portion of a whole expressed as a number between 0 and 100 rather than as a fraction.

How to find percentage of a number?

A percentage is a number or ratio that can be expressed as a fraction of 100. If we have to calculate percent of a number, divide the number by the whole and multiply by 100.

According to the give question.

Adams sleeps for nine hours each night, five nights a week.

⇒ Number of hours he sleep for five nights = 5 × 9 = 45 hours

Also, 11 hours for two nights a week.

So, the total number of hours Adam sleeps in a week = 45 + 11 = 56 hours

And, total number of hours in a week = 24 × 7 = 168

Therefore,

The percentage of the whole week that Adam spends in sleeping

= (total number of hours Adam sleep in a week/Total numbers of hour in a week) × 100

\(=\frac{56}{168}\) × 100

= 33.33%

= 33%

Hence, the percentage of the whole week that Adam spends in sleeping is 33%.

Find out more information about percentage here:

https://brainly.com/question/24159063

#SPJ2

As Jupiter and Earth travel along their respective orbits, what happens to the one-way communication time of radio waves carrying information between the two planets?

Answers

The one-way communication time between the Jupiter and Earth increases.

What are radio waves?

Radio waves are a type of electromagnetic radiation with the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300 Ghz and below.

Given is that Jupiter and Earth travel along their respective orbits.

As the Jupiter and Earth travel along their respective orbits, they start to get apart from each other. This leads to an increase in one-way communication time.

Therefore, the one-way communication time increases as the Jupiter and Earth travel along their respective orbits.

To solve more questions on Radio waves, visit the link below -

https://brainly.com/question/28874040

#SPJ1

A wooden lead pencil is in the shape of a cylinder. The pencil is 21 cm long with radius 0,4 cm and its lead is of radius 0,1 cm. What is the volume of wood in the pencil? 1.9.0 cm³ 2.9.4 cm³ 3.9.9 cm³ 4.10.1 cm³​

Answers

Answer:

Answer3. 9.9cm^3

Step-by-step explanation:

First calculate the volume of the whole pencil. Next, calculate the volume of the lead. Last, subtract. Take away the volume of the lead from the volume of the pencil:

VolWood =

VolPencil - VolLead

First, Volume of the pencil:

vol = pi•r^2•h

= 3.14•(.4)^2•21

= 10.5504 cm^3



Next, volume of lead:

vol = pi•r^2•h

= pi•(.1)^2•21

= .6594cm^3

Last, subtract:

VolWood =

VolPencil - VolLead

= 10.5504 - .6594

= 9.891

~= 9.9cm^3

The volume of the wood is 9.9cm^3.

Never mind i got it!

Answers

Answer:

OOk

Step-by-step explanation:

Raoul has 72 wristbands and 96 movie passes to put in gift bags. The greatest common factor for the number of wristbands and the number of movie passes is qual to the number of gift bags. Raoul needs to make. Then find how many wristbands and how many movie passes raoul can put in each gift bag if he evenly distributes the items.


Please help I am stuck I am doing work nonstop on all weekends if I don’t get this right and done please help and will give brainlesst for the correct answer

Answers

Answer:

Step-by-step explanation:

I do know give me brainliest first

Answer:

24 gift bags

Step-by-step explanation:

Well first the question says to find the GCF and you find that by finding prime factors in each number. Then you would want to subtract 96-72 and get the answer of 24 so you would be able to make 24 gift bags. Hope this helps!!

May I have heart, 5 star, and brainliest please?

f(x) = x^2 + 2x – 4
f(3) = ?

Answers

Answer:

11

Step-by-step explanation:

f(3)=(3)^2+2(3)-4

f(3)=9+2(3)-4

f(3)=9+6-4

f(3)=15-4

f(3)=11

What are the coordinates of the image of (3,5) after a counter
clockwise rotation of 90° about the origin?

Answers

Answer:ANS: (3,4)

(x,y) (x,y)

Step-by-step explanation:

Which expression shows 48+16 in the form of C(a+b) where C is the greatest common factor of 48 and 16

Answers

Answer:

Step-by-step explanation:

a i promise

4. What is the equation of the given graph?
1
A) y=-2x-3
B) y = -1/2x +3
C) y=1/2x-3
D)y=1/2x-3

4. What is the equation of the given graph?1A) y=-2x-3B) y = -1/2x +3C) y=1/2x-3D)y=1/2x-3

Answers

Answer: D

Step-by-step explanation:

The equation for a linear function is y = mx + b

We first need to find the slope of the object, we can see here than it perfectly lands on the point, (0, -3) and (6,0). We can use this formula to determine the slope:

(y2 - y1)/(x2 - x1)

Now let's plug in the numbers.

(0 + 3) / (6 - 0)

3/6

1/2

Now we know the slope is 1/2 and the y-intercept is -3, so let's make it into a slope-intercept form.

y = 1/2x - 3

Determine the explicit form of the arithmetic sequence given the following information.
a3 = 11 and a6 = 20

Answers

Answer:

Step-by-step explanation:

a3 = 11

a6 = 20

11 = a1 + (n - 1)*d

11 = a1 + (3 - 1)*d

11 = a1 + 2*d

20 = a1 + (n - 1)*d

20 = a1 + (6-1)*d

20 = a1 + 5*d

11 = a1 + 2d                   Subtract to get rid of the a1

9 = 3d                           Divide by 3

9/3 = d

d = 3

11 = a1 + 2*3

11 = a1 + 6                     Subtract 6

11-6 = a1

a1 = 5

tn = 5 + (n - 1)^3

tn = 5 + 3n - 3

tn = 5 - 3 + 3n

tn = 2 + 3n

Other Questions
Compute the estimated energy expenditure (ml kg1 min 1) during horizontal treadmill walking for the following examples:a. Treadmill speed = 50 m min 1 Subjects weight = 62 kgb. Treadmill speed = 80 m min 1 Subjects weight = 75 kg a sequential circuit with two d flip-flops a and b, two inputs, x and y, and one output z is specified by the following next-state and output equations: Teri is designing a question for the "Guess the rule" game.Input values Output values1 22 63 124 20Which of the following equations represents a function that includes the functional pairs in the table? 7.provide an example of a social way of communicating risk and provide an example of an antisocial way of communicating risk. What do mitochondria do inside the cell? Which word best describes the figure below?a. Angleb. Rayc. Line Segmentd. Line ________________ is the term given to how you say what you say. paralanguage pseudo-language verbal behavior double messages please help me with this pentomino question. In unicorns, sparkly hooves (S) are dominant to brown hooves (s). You cross a male unicorn with a homozygous dominant hoof phenotype with a female unicorn with a homozygous recessive hoof phenotype. Complete a Punnett Square of the cross and provide the genotypic ratio and the phenotypic ratio. 4. In unicorns, blue tails (B) are dominant to rainbow tails (b). You cross a homozygous dominant male with a heterozygous female. Complete a Punnett Square of the cross and provide the genotypic ratio and the phenotypic ratio. Mitosis maintains chromosomes in each {blank} while meiosis maintains chromosome number in the {blank}. two examples of the use of pricing tactics When an action potential occurs, _____ gates open, resulting in the inside of the cell becoming more _____ relative to the outside. how can you tell if an element has been reduced? Let A = [1 1 1 3 4 7]. Construct a 2 x 3 matrix C (by trial and error) using only 1, -1, and 0 as entries, such that CA = l_2. Compute AC and note that AC notequalto l_3. HELP HELP HELP HELP!!! Simplify to create an equivalent expression.2-4(5p+1)}24(5p+1) If the total assets to equity ratio of a company is increasing, it is possible that: what counterargument is made to the claim that direct-to-consumer ads should be banned? 3.7+5.894+782.52= in sig fig rules consider two firms producing smartphones. one uses a highly automated robotics process, whereas the other uses workers on an assembly line and pays overtime when there is heavy production demand.