In a student president race student A received 9 votes received by student B if student A received 540 votes, how many votes did student B receive?

Answers

Answer 1

Answer: 60 Votes

Step-by-step explanation:

540 divded by 9 which equals 60 votes.

So Student B received 60 votes.

Answer 2

60 votes was received by student B.

540/9=60


Related Questions

Question 1 (4 points)

(09.01 LC)

Choose the equation that represents the fraction one twelve . (4 points)


one whole partitioned into twelve parts with one part shaded


a

12 ÷ 1 = ________


b

12 ÷ 11 = ________


c

1 ÷ 12 = ________


d

11 ÷ 12 = ________


Question 2 (4 points)

(09.01 LC)

A cake is cut into 6 equal-sized pieces. Each piece is one sixth of the whole. Choose the equation that represents this fraction. (4 points)


a

5 ÷ 6 = ________


b

6 ÷ 5 = ________


c

1 ÷ 6 = ________


d

6 ÷ 1 = ________


Question 3 (4 points)

(09.01 LC)

Choose the division equation that represents the fraction shown. (4 points)


one fourteenth = ________


a

1 ÷ 14 = ________


b

14 ÷ 11 = ________


c

13 ÷ 14 = ________


d

14 ÷ 13 = ________


Question 4 (4 points)

(09.01 LC)

Choose the division equation that represents the fraction shown. (4 points)


one seventh = ________


a

6 ÷ 7 = ________


b

7 ÷ 6 = ________


c

7 ÷ 1 = ________


d

1 ÷ 7 = ________


Question 5 (4 points)

(09.01 LC)

Choose the equation that represents the fraction one eighth . (4 points)


one whole partitioned into eight parts with one part shaded


a

7 ÷ 8 = ________


b

1 ÷ 8 = ________


c

8 ÷ 7 = ________


d

8 ÷ 1 = ________

Answers

1. c
2. c
3. a
4. d
5. b

Solve these problems and give the answer with the correct number of significant figures: (4.307×10^4)×(6.2×10^−3)= 26.127+3.9+0.0324=

Answers

The answer is 267 with three significant figures.The answer is 30.1 with one decimal place.

Let's solve the problems and provide the answers with the correct number of significant figures:

(4.307 × 10^4) × (6.2 × 10^-3)

Multiplying the numbers:

(4.307 × 6.2) × (10^4 × 10^-3) = 26.6974 × 10^1

Since the result is in scientific notation, we multiply the decimal part by the power of 10:

26.6974 × 10^1 = 266.974

To express the answer with the correct number of significant figures, we consider the least number of significant figures in the original values, which is three significant figures in this case.

Therefore, the answer is 267 with three significant figures.

26.127 + 3.9 + 0.0324

Adding the numbers:

26.127 + 3.9 + 0.0324 = 30.0594

To express the answer with the correct number of significant figures, we consider the least number of decimal places in the original values, which is one decimal place in this case.

Therefore, the answer is 30.1 with one decimal place.

To learn more about notation visit;

https://brainly.com/question/29132451

#SPJ11

Several sources estimate that the average single family home in the United States uses about 420 pounds of copper within the plumbing, appliances, and building wires. In the 21st century, and average copper grade ore might be -0.6% copper. a) How many pounds of 0.6% grade copper ore needs to be mined in order to obtain 420 pounds of copper? Show your work. 2.52 pounds (420x0.6) = 252/100 = 2.52 pounds b) Tailings are the waste (ground rock and process effluent) left over from the mining process. The disposal of tailings is commonly identified as the single most important source of environmental impact from many mining operations. How much ground rock would be left to dispose of?

Answers

70,000 pounds of 0.6% grade copper ore needs to obtain 420 pounds of copper and 69,580 pounds of ground rock would be left after extracting 420 pounds of copper from the 0.6% grade copper ore.

How to find pounds of copper for different conditions?

To find out how many pounds of 0.6% grade copper ore needs to be mined to obtain 420 pounds of copper, we need to set up a proportion.

0.6% copper in ore = 0.006 (as a decimal)
Let x be the pounds of copper ore needed to be mined.

So, the proportion is:
0.006x = 420

Now, we solve for x:
x = 420 / 0.006
x = 70,000 pounds

So, 70,000 pounds of 0.6% grade copper ore needs to be mined to obtain 420 pounds of copper.

To find out how much ground rock would be left to dispose of, we need to subtract the 420 pounds of copper from the total 70,000 pounds of copper ore.

Ground rock to dispose = Total copper ore - Copper obtained
Ground rock to dispose = 70,000 - 420
Ground rock to dispose = 69,580 pounds

Thus, 69,580 pounds of ground rock would be left to dispose of after extracting 420 pounds of copper from the 0.6% grade copper ore.

Learn more about ground rock

brainly.com/question/13314395

#SPJ11

1. Use Horner's algorithm to find p(4), where p(z) = 3z^2 – 7z^4 – 5z^3+z^2 -- 8z +2. 2. (Continuation) For the polynomial of preceding problem, find its expansion in a Taylor series about the point z0 = 4. 3. (Continuation) For the polynomial of Problem 3.5.1 (above), start Newton's method at the point z0 = 4. What is z1?

Answers

Evaluating p(4) using Horner's algorithm:

1. To use Horner's algorithm, we write the polynomial in nested form as follows:

p(z) = ((3z - 7)z - 5)z^2 + (z - 8)z + 2

Now, we can evaluate p(4) by starting from the inside and working our way out:

p(4) = ((3(4) - 7)4 - 5)4^2 + (4 - 8)4 + 2

= (5)4^2 - 4 + 2

= 78

Therefore, p(4) = 78.

2. Finding the Taylor series expansion of p(z) about z0 = 4:

To find the Taylor series expansion of p(z) about z0 = 4, we need to compute the derivatives of p(z) at z0 = 4. First, we compute p'(z) = 6z^2 - 28z^3 - 10z^2 + 2z - 8, then p''(z) = 12z - 84z^2 - 20z + 2, p'''(z) = 12 - 168z - 20, and so on.

Using these derivatives, we can write the Taylor series expansion of p(z) about z0 = 4 as follows:

p(z) = p(4) + p'(4)(z - 4) + p''(4)(z - 4)^2/2! + p'''(4)(z - 4)^3/3! + ...

Substituting in the values we computed, we get:

p(z) = 78 + 10(z - 4) - 41(z - 4)^2/2! - 14(z - 4)^3/3! + ...

Therefore, the Taylor series expansion of p(z) about z0 = 4 is:

p(z) = 78 + 10(z - 4) - 20.5(z - 4)^2 - 2.333(z - 4)^3 + ...

3. Using Newton's method to find a root of p(z):

To use Newton's method to find a root of p(z), we start with an initial guess z0 = 4 and iterate the formula z1 = z0 - p(z0)/p'(z0) until we reach a desired level of accuracy.

4. We already computed p'(z) in part 2, so we can use the formula to compute z1 as follows:

z1 = z0 - p(z0)/p'(z0)

= 4 - (78 + 10(4) - 20.5(4 - 4)^2 - 2.333(4 - 4)^3)/[6(4)^2 - 28(4)^3 - 10(4)^2 + 2(4) - 8]

= 3.9167

We can continue to iterate using this formula to get better approximations for the root of p(z).

Horner's algorithm is a fast and efficient way to evaluate a polynomial at a particular point. It involves using the distributive property of multiplication to rewrite a polynomial in a nested form, then evaluating the polynomial from the inside out.

In this problem, we will use Horner's algorithm to evaluate p(4) for a given polynomial, find its Taylor series expansion about the point z0 = 4, and then use Newton's method to find an approximation for a root of the polynomial.

Know more about "Horner's algorithm" here:-

https://brainly.com/question/5150902#

#SPJ11

The imaginary coefficient of 18 + 15i is?

Answers

Answer:

I bc it has an invisible 1 at the side

Lol can someone write me a haiku, it’s a poem with 3 lines. The first line needs 5 syllables the second 7 and the last 5 again. Wrote about anything pls LOLLL

Answers

Answer:

The flowers wither

Bean etch the weight of the sun

Yet the weeds stand proud

Hope you like it, Its weird I find Haikus cringed but Have a good day! =)

smell of salt water

as waves break over the bow

Bright yellow happy!

Hope this helps!

Which of the following could be the graph of the line y = 3x - 2?

Answers

You didn't give a graph but I will visualize what it looks like for you.

The line is going through (0,-2) because that is the y-intercept.

The line has a slope of 3.

So, the line goes through:

(1,1)

(2,4)

(3,7)

(4,10)

(5,13)

Since there is no picture provided, I can't give you the answer, but I can help you solve it.  

To solve this you have to first look at the b part of the formula y=mx+b, so -2.

Then, you can find -2 on the y-axis (the vertical axis)

and then you could move upwards 3 spaces, then right 1 space.

You would do this as the slope is 3/1 (the mx part of the equation).

Finally, you continue to move up 3, and right 1 until there are enough points on the graph to make a line, and that will help you see what graph is correct.

It should look something like this:

Which of the following could be the graph of the line y = 3x - 2?

16. Jack goes fishing on Saturday and catches 32 fish. On Sunday, he catches 1/4 the amount of fish he caught on Saturday. On Monday he catches 1/2 the fish he caught on Saturday and Sunday combined. How many fish did he catch on Monday

Answers

Answer:

20fish

Step-by-step explanation:

1/2 of 32 is 16

so 1/2 of 16 is 8

or 1/4 of 32 is 8

so 8+32=40

40 1/2 is 20

so 20 fish caught on Monday

Help me please , will mark

Help me please , will mark

Answers

40 percent you were right

Complete the square

x^2 - 2x - 14 = 0

Answers


To complete the square for the equation x^2 - 2x - 14 = 0, follow these steps:

1. Move the constant term to the right side of the equation: x^2 - 2x = 14

2. Take half of the coefficient of x, square it, and add it to both sides of the equation: x^2 - 2x + 1 = 15

3. Factor the left side of the equation as a perfect square: (x - 1)^2 = 15

4. Take the square root of both sides of the equation, remembering to include both the positive and negative square roots: x - 1 = ±√15

5. Add 1 to both sides of the equation to isolate x: x = 1 ± √15

Therefore, the solutions to the equation x^2 - 2x - 14 = 0 are x = 1 + √15 and x = 1 - √15.

Can I Please Get Help I Need The Units With The Answer Too

Can I Please Get Help I Need The Units With The Answer Too

Answers

The rate of change of the the given table is: 3/4soda per dollar.

What is the Rate of Change?

Rate of change = change in total cost / change in number of sodas.

Using (24, 18) and (28, 21), we would have:

Rate of change = (21 - 18)/(28 - 24)

Rate of change = 3/4

Therefore, the rate of change is 3/4soda per dollar.

Learn more about the rate of change on:

https://brainly.com/question/8728504

#SPJ1

Find the value of x and y

Find the value of x and y

Answers

Answer: 15, 9

Step-by-step explanation:

By the corresponding angles theorem,

\(10x-6=8x+24\\\\2x-6=24\\\\2x=30\\\\x=15\\\\\)

Using vertical angles,

\(12y+36=10x-6\\\\12y+36=10(15)-6=144\\\\12y=108\\\\y=9\)

a certain test is worth 135 points. how many points (rounded to the nearest point) are needed to obtain a score of 85%?

Answers

To obtain a score of 85% on a test worth 135 points, one needs to get 115 points. By using proportions, we get the required value.

How to write proportions?

A proportion is defined as an equality between two ratios.

Consider two ratios a:b and c:d. Then, the proportion we can write,

a: b = c : d

Then, the simplification we have for this proportion is

a/b = c/d or ad = bc

Calculation:

It is given that, a certain test is worth 135 points.

One to get 85% on this test, he/she needs to get X number of points.

So, we can write the proportions as

X : 135 = 85 : 100

⇒ X/135 = 85/100

⇒ X = 85/100 × 135

∴ X = 114.75 ≅ 115 points

Learn more about proportions at the following link:

https://brainly.com/question/140018

#SPJ4

The segments shown below could form a triangle. A True B. False​

The segments shown below could form a triangle. A True B. False

Answers

Answer:

False

Step-by-step explanation:

It’s false put falseee

At LaGuardia Airport for a certain nightly flight, the probability that it will rain is 0.14 and the probability that the flight will be delayed is 0.06. The probability that it will not rain and the flight will leave on time is 0.82. What is the probability that it is raining and the flight is delayed? Round your answer to the nearest thousandth.

Answers

Answer:

0.892

Step-by-step explanation:

The probability that it is raining and the flight is delayed is 0.008.

What is the probability?

Probability can be defined as the ratio of the number of favourable outcomes to the total number of outcomes of an event.

We know that, probability of an event = Number of favourable outcomes/Total number of outcomes.

Given that, the probability that it will rain is 0.14 and the probability that the flight will be delayed is 0.06.

Let P(A)=0.14 and P(B)=0.06

Here, P(A and B)=P(A)×P(B)

=  0.14 ×0.06

= 0.0084

= 0.008

Therefore, the probability that it is raining and the flight is delayed is 0.008.

To learn more about the probability visit:

https://brainly.com/question/11234923.

#SPJ2

determine whether the sequence converges or diverges. if it converges, find the limit. (if an answer does not exist, enter dne.) an = tan 5n 3 20n

Answers

The given sequence converges.

The limit of the given sequence is :  1/4.

The given sequence is an = tan(5n)/(3 + 20n).
To determine if the sequence converges or diverges, we can use the limit comparison test.
We know that lim n→∞ tan(5n) = dne, since the tangent function oscillates between -∞ and +∞ as n gets larger.
Thus, we need to find another sequence bn that is always positive and converges/diverges.

Let's try bn = 1/(20n).
Then, we have lim n→∞ (tan(5n)/(3 + 20n)) / (1/(20n))
= lim n→∞ (tan(5n) * 20n) / (3 + 20n)
= lim n→∞ (tan(5n) / 5n) * (5 * 20n) / (3 + 20n)
= 5 lim n→∞ (tan(5n) / 5n) * (20n / (3 + 20n))

Now, we know that lim n→∞ (tan(5n) / 5n) = 1, by the squeeze theorem.

And we also have lim n→∞ (20n / (3 + 20n)) = 20/20 = 1, by dividing both numerator and denominator by n.

Therefore, the limit comparison test yields:
lim n→∞ (tan(5n)/(3 + 20n)) / (1/(20n)) = 5

Since the limit comparison test shows that the given sequence is similar to a convergent sequence, we can conclude that the given sequence converges.

To find the limit, we can use L'Hopital's rule to evaluate the limit of the numerator and denominator separately as n approaches infinity:
lim n→∞ tan(5n)/(3 + 20n) = lim n→∞ (5sec^2(5n))/(20) = lim n→∞ (1/4)sec^2(5n) = 1/4.

Therefore, the limit of the given sequence is 1/4.

To learn more about sequences visit : https://brainly.com/question/28169281

#SPJ11

if two tables have a one-to-many relationship, which of the following do you typically need to add to the table on the "many" side?

Answers

When two tables have a one-to-many relationship, you typically need to add a foreign key to the table on the "many" side to link the records to the corresponding record in the "one" table.

In a one-to-many relationship, the table on the "one" side is usually the primary key table, and the table on the "many" side is usually the foreign key table. The foreign key is used to link the records in the "many" table to the corresponding record in the "one" table. This is done by adding a column to the "many" table that contains the primary key value from the "one" table.

When designing a database, it is important to establish relationships between tables to ensure data integrity and avoid redundant data. In a one-to-many relationship, one record in the primary key table can be associated with many records in the foreign key table. To establish a one-to-many relationship, you need to create a primary key in the "one" table and a foreign key in the "many" table. The foreign key is a column that contains the primary key value from the "one" table. For example, if you have a "customers" table and an "orders" table, the "customers" table would be the primary key table and the "orders" table would be the foreign key table. Each record in the "orders" table would have a foreign key column that contains the customer ID from the "customers" table.

To know more than tables visit :-

https://brainly.com/question/14231889

#SPJ11

(Easy) PLEASE HELP! I REALLY NEED TO GET THESE QUESTIONS RIGHT!

1. For the given equation, find the value of M when x=5. x + 3M = 14

2. What is the standard form for an exponential equation? Explain how you know if an exponential equation show’s growth or decay

Answers

M=3 bc x(5) +3M(3•3) = 14 aka 9 + 5.

Help me solve this problem please

Help me solve this problem please

Answers

Answer:

a² + b² + c² - 2ab + 2bc - 2ac

Step-by-step explanation:

Answer:

\(b=\frac{c+2}{a}\:\)

Step-by-step explanation:

\(ab-c=2\\\\\add(c)\\\\ab=2+c\\\\divide(a)\\\)

\(\frac{c+2}{a}\:\)

on average, 8 potatoes cost $1.50 at a farmers market. fernando needs to buy 22 potatoes
a. estimate the cost of 22 potatoes. explain
b. how much will it cost fernando to buy 22 potatoes? how does this compare to your estimate ?
c. how many potatoes could fenando buy with $7 ?
d. what is the unit cost per potato

Answers

Answer: a) it will cost him $4.13 rounded

B)about 36

C)$ 0.19 (rounded) per potato

Find the indicated probability In a batch of 8000 clock radios 8% are defective. A sample of 11 clock radios is randomly selected without replacement from the 8,000 and tested. The entire batch will be rejected if at least one of those tested is defective. What is the probability that the entire batch will be rejected? a. 0.909 b. 0.400 c. 0.0600 d. 0.0000

Answers

Based on the information, the probability that the entire batch will be rejected is  

C. 0.6000

How to calculate the probability

The probability that the entire batch will be rejected is equal to the probability that at least one of the 11 clock radios tested is defective. This can be calculated as follows:

The probability that all 11 clock radios tested are not defective is (0.92)¹¹

=0.40

The probability that at least one of the 11 clock radios tested is defective is:

= 1 - 0.40

=0.60

Therefore, the probability that the entire batch will be rejected is 0.60

Learn more about probability on

https://brainly.com/question/24756209

#SPJ4

Identify the property:
2/5 + 5/2
1) commutative property of addition
2) associative property of addition

Answers

Answer:1) commutative property of addition

Step-by-step explanation:

There are 12 balls numbered 1 through 12 placed in a bucket. What is the probability of reaching into the bucket and randomly drawing three balls numbered 10, 5, and 6 without replacement, in that order? Express your answer as a fraction in lowest terms or a decimal rounded to the nearest millionth.

Answers

The probability of randomly drawing three balls numbered 10, 5, and 6 without replacement from a bucket containing 12 balls numbered 1 through 12 is \(\(\frac{1}{220}\)\) or approximately 0.004545 (rounded to the nearest millionth).

To calculate the probability, we need to determine the number of favourable outcomes (drawing balls 10, 5, and 6 in that order) and the total number of possible outcomes. The first ball has a 1 in 12 chance of being ball number 10. After that, the second ball has a 1 in 11 chance of being ball number 5 (as one ball has been already drawn). Finally, the third ball has a 1 in 10 chance of being ball number 6 (as two balls have already been drawn).

Therefore, the probability of drawing these three specific balls in the specified order is \(\(\frac{1}{12} \times \frac{1}{11} \times \frac{1}{10} = \frac{1}{220}\)\) or approximately 0.004545.

To learn more about probability refer:

https://brainly.com/question/25839839

#SPJ11

My tv has a length of 78.4 inches and a width of 44.1 inches. If I wanted to sell my tv, what single-number size should I list it as?

Answers

Answer:

89.9 inches

Step-by-step explanation:

√(78.4)²+(44.1)² =√6146.56 + 1944.81

=√8091.37= 89.9 inches

joe scored in the 20th percentile on a standardized test. he brags to his friends that he scored better than 80% of the people who took the test. joe is .

Answers

Joe is incorrect in claiming that he scored better than 80% of the people who took the test.

The 20th percentile means that Joe's score was equal to or greater than 20% of the other test takers, but lower than 80%. The percentile is not a percentage, so the statement Joe made is false.

It is important to understand that percentile rankings are not the same as percentages. Percentile rankings measure how one’s score compares to others who have taken the same test. For example, if Joe scored in the 20th percentile, it means that 20% of the other test takers had the same or lower scores. On the other hand, percentages measure a proportion of the whole. In Joe's case, 80% would mean that 80 out of 100 test takers had a higher score than Joe.

To be more accurate, Joe could have said that he scored better than 20% of the people who took the test. Percentile rankings are often used to measure an individual's performance in comparison to a larger group of peers. Although Joe might have performed well, it is important to understand the difference between percentile and percentage.

See more about percentile at: https://brainly.com/question/27903388

#SPJ11

Answer for brainliest (easy question)

Answer for brainliest (easy question)

Answers

answer: b= 22

you plug in a point from your table,(chose the first point) and it should be 46=17(4)-b. you solve for b and you should get your y-intercept as 22.

.................period

40 percent of employess judge their peers by their cleaniliness of the workspace

Answers

The number of employees who judge their cleanliness in their workplaces are: P(x=0) = 0.0168, P(x=1)= 0.0896, P(x=2) =0.2090, P(X=3)= 0.2787,

P(X=4)= 0.2322, P(X=5)= 0.1239, P(X=6)= 0.0413, P(x= 7)= 0.0079 and P(x=8)= 0.0007.

Binomial distribution :

A binomial distribution is a distribution whose experiment has two possible outcomes, a success and failure. The outcomes of the experiment do not depend on each other. In probability theory and statistics, the binomial distribution with the parameters n and p is a discrete probability distribution of the number of successes in a series of n independent experiments, each asking a yes or no question, each with its own Boolean result. : success (with probability p) or failure (with probability q=1-p). A pass/fail experiment is also called Bernoulli's trial or Bernoulli's experiment, and a sequence of results is called Bernoulli's process; for a single trial, i.e. n = 1, the binomial distribution is the Bernoulli distribution.

According to the Question:

For n trials in a binomial distribution, the probability of getting success:

\(P(X=x) = \frac{n!}{(n-x)!x!} * p^x *q^{(n-x)}\)

Where p = success

q = failure

n = 8, p= 40% = 0.4

q = 1-0.4 = 0.6

After calculating, we get the values:

P(x=0) = 0.0168,                               P(x=1)= 0.0896,

P(x=2) =0.2090,                               P(X=3)= 0.2787,

P(X=4)= 0.2322,                               P(X=5)= 0.1239,

P(X=6)= 0.0413,                                P(x= 7)= 0.0079

and P(x=8)= 0.0007.

Complete Question:

40% of employees judge their peers by the cleanliness of their workspaces. You randomly select 8 employees and ask them whether they judge their peers by the cleanliness of their workspaces. The random variable represents the number of employees who judge their peers by the cleanliness of their workspaces.

P(x)=0,1,2,3,4,5,6,7, 8

Learn more about Number:

https://brainly.com/question/17429689

#SPJ4

The vertices of a triangle are A(0,3) B(-2,-4) and C(1,5) find the new vertices

Use the rule (x,y) (x-2,y+4) to translate each vertex.

Answers

Answer:

see explanation

Step-by-step explanation:

Using the translation rule (x, y ) → (x - 2, y + 4 )

Subtract 2 from the original x- coordinate and add 4 to the original y- coordinate, thus

A(0, 3 ) → A'(0 - 2, 3 + 4 ) → A'(- 2, 7 )

B(- 2, - 4 ) → B'(- 2 - 2, - 4 + 4 ) → B'(- 4, 0 )

C(1, 5 ) → C'(1 - 2, 5 + 4 ) → C'(- 1, 9 )

Whats the answer y’all

Whats the answer yall

Answers

The expressions that will give you a difference of 5 are: -3 - (-8) and 1 - (-4).

What is the Difference of Two Expressions?

The difference of two expressions is determined by subtracting one from the other.

Find the difference of each of the expressions given to determine which will give us 5.

-3 - (-8)

= -3 + 8

= 5

-2 - 3 = -5 [this is not the same as 5]

1 - (-4)

= 1 + 4

= 5

7 - (-2)

= 7 + 2

= 9

-3 - (-8) and 1 - (-4) will give us a difference of 5.

Learn more about Difference of Two Expressions on:

https://brainly.com/question/28986379

#SPJ1

The number of pounds of dog food that a pet store has is represented by the equation y = negative 15 x + 430, where x represents the number of days that the store is open and y represents the pounds of dog food in stock in the store. How many pounds of dog food will the pet store have after 21 days? 92 115 315 336

Answers

Answer:  B) 115 pounds

Step-by-step explanation:

Because x is the number of days passed, after 21 days, x = 21.

\(y = -15(21)+430\\\\Multiply\\\\y = -315+430\\\\y=115\)

Hope it helps <3

Answer:

115

Step-by-step explanation:

got it correct on edge 2020

Other Questions
Crate 3 rumors about Boo Radley. Each rumor has to be at least 5 sentences long. Provide evidence to support each rumor. (To Kill a Mockingbird) in which section of the sds can you find information on how to properly discard a medication? What is the value of k Which of the following is an appropriate response to a strong capability?a. How can this activity be outsourced at a lower cost?b. How can we choose a strategy that allows us to not use this capability?c. How do we ensure that our competitors do not have the same capability?d. More than one of the above are correcte. None of the above are correct The coaches of the East Side Sports Club want to buy a lunch for each of the 209 members. What is the total cost of the lunch if they buy The Works (pizza, salad, fruit, and juice) for each member? Show your work and explain how you found your answer. If a company purchases a bond with the expectation that it will be held until maturity, it will most likely be recorded on the balance sheet at: Question 6 options: its fair market value. its amortized cost. its historical cost. vt cht tn ti khch quan hay ch quan? v sao? Find the present value of the ordinary annuity. Payments of \( \$ 18.000 \) made annually for 10 yran at \( 6.5 \% \) compounded annually what type of government did the articles of confederation createA one branch government A two branch of governmentA three branch governmentA four branch governmenti need it now please please help! will mark brainlist Which of the following composers was most influenced by Indian music?A. Henry Cowell B. Terry RileyC. Edgard Varse The table shows (lifetime) peptic ulcer rates (per 100 population) for various family incomes as reported by the National Health Interview Survey. Income Ulcer rate (per 100 population) $4,000 14.1 $6 Wildhorse Co. issues $355,000, 20-year, 6% bonds at 103. Prepare the journal entry to record the sale of these bonds on June 1, 2022. (Credit account titles are automatically indented when amount is entered. Do not indent manually.) Account Titles and Explanation Debit Credit as one proceeds from left to right across a given period on the periodic table, and top to bottom, the atomic radius of the elements generally: According to the authors, why did newspapers seek to discredit radio as a source of newsafter the broadcast of the War of the Worlds radio play PLEASE HELP ME ASAPWORTH 10 POINTS A local bagel shop has a sign showing the price of various numbers of bagels.CostBagels4$1.406$2.1012 $4.20Find the constant of proportionality or unit rate. Each bagel costs Pls help fast thank you Who is the President in 2020? ____ is the loss of body fluids and leads to muscle fatigue and a loss of coordination. (1 point)ThirstHungerHydrationDehydration How do you organize a nursing report sheet?