help me with this please pleaseee!

Help Me With This Please Pleaseee!

Answers

Answer 1

Answer:

2

Step-by-step explanation:

Since the two rectangles are similar, the ratio of their similar sides will be a constant k

Hence;

18/9 = 12/6 = k

Since they are all the same, then;

k = 18/9

k = 2

Hence the scale factor is 2

Answer 2

Answer:

D. 1/2

Step-by-step explanation:

The scale factor is the ratio of corresponding sides:

k = 9/18 = 1/2

or

k = 6/12 = 1/2

Correct choice is D


Related Questions

How many different committees can be formed from 12 teachers and 43 students if the committee consists of 3 teachers and 4 ​students?
The committee of 7 members can be selected in BLANK
different ways.

Answers

Answer:

27150200

Step-by-step explanation:

Combination of 3 teachers out of 12:

12C3 = 12!/9!3! = 10*11*12/2*3 = 220

Combination of 4 students out of 43:

43C4 = 43!/39!4! = 40*41*42*43/2*3*4 = 123410

Total combinations:

220*123410 = 27150200

prove that

[tex]2 \tan30 \div 1 + tan ^{2} 30 = sin60[/tex]
prove that

.

Answers

Step-by-step explanation:

2tan 30° / 1 + tan² 30° =

2(⅓√3) /1 + (⅓√3)² =

⅔√3 / 1+ ⅓ =

⅔√3 / 4/3 =

2/4 √3 =

½3 = sin 60° (proven)

Type your answer
(1 out of 4)
What is the value of the function when x = 3 in the
piecewise function
g(x) =
3x when x > 1
- 2x when x < 1

Answers

Answer:

9

Step-by-step explanation:

1. Willow Brook National Bank operates a drive-up teller window that allows customers to complete bank transactions without getting out of their cars. On weekday mornings, arrivals to the drive-up teller window occur at random, with an arrival rate of 24 customers per hour or 0.4 customers per minute.
a. What is the mean or expected number of customers that will arrive in a five-minute period?
b. Assume that the Poisson probability distribution can be used to describe the arrival process. Use the arrival rate in part (a) and compute the probabilities that exactly 0, 1, 2, and 3 customers will arrive during a five-minute period.
c. Delays are expected if more than three customers arrive during any five-minute period. What is the probability that delays will occur?
2. In the Willow Brook National Bank waiting line system (see Problem 1), assume that the service times for the drive-up teller follow an exponential probability distribution with a service rate of 36 customers per hour, or 0.6 customers per minute. Use the exponential probability distribution to answer the following questions:
a. What is the probability that the service time is one minute or less?
b. What is the probability that the service time is two minutes or less?
c. What is the probability that the service time is more than two minutes?

Answers

Answer:

1.

a. 2

b. 0.1353 probability that exactly 0 customers will arrive during a five-minute period, 0.2707 that exactly 1 customer will arrive, 0.2707 that exactly 2 customers will arrive and 0.1805 that exactly 3 customers will arrive.

c. 0.1428 = 14.28% probability that delays will occur.

2.

a. 0.4512 = 45.12% probability that the service time is one minute or less.

b. 0.6988 = 69.88% probability that the service time is two minutes or less.

c. 0.3012 = 30.12% probability that the service time is more than two minutes.

Step-by-step explanation:

Poisson distribution:

In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:

[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]

In which

x is the number of sucesses

e = 2.71828 is the Euler number

[tex]\mu[/tex] is the mean in the given interval.

Exponential distribution:

The exponential probability distribution, with mean m, is described by the following equation:

[tex]f(x) = \mu e^{-\mu x}[/tex]

In which [tex]\mu = \frac{1}{m}[/tex] is the decay parameter.

The probability that x is lower or equal to a is given by:

[tex]P(X \leq x) = \int\limits^a_0 {f(x)} \, dx[/tex]

Which has the following solution:

[tex]P(X \leq x) = 1 - e^{-\mu x}[/tex]

The probability of finding a value higher than x is:

[tex]P(X > x) = 1 - P(X \leq x) = 1 - (1 - e^{-\mu x}) = e^{-\mu x}[/tex]

Question 1:

a. What is the mean or expected number of customers that will arrive in a five-minute period?

0.4 customers per minute, so for 5 minutes:

[tex]\mu = 0.4*5 = 2[/tex]

So 2 is the answer.

Question b:

[tex]P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}[/tex]

[tex]P(X = 0) = \frac{e^{-2}*2^{0}}{(0)!} = 0.1353[/tex]

[tex]P(X = 1) = \frac{e^{-2}*2^{1}}{(1)!} = 0.2707[/tex]

[tex]P(X = 2) = \frac{e^{-2}*2^{2}}{(2)!} = 0.2707[/tex]

[tex]P(X = 3) = \frac{e^{-2}*2^{3}}{(3)!} = 0.1805[/tex]

0.1353 probability that exactly 0 customers will arrive during a five-minute period, 0.2707 that exactly 1 customer will arrive, 0.2707 that exactly 2 customers will arrive and 0.1805 that exactly 3 customers will arrive.

Question c:

This is:

[tex]P(X > 3) = 1 - P(X \leq 3)[/tex]

In which:

[tex]P(X \leq 3) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3)[/tex]

The values we have in item b, so:

[tex]P(X \leq 3) = 0.1353 + 0.2707 + 0.2707 + 0.1805 = 0.8572[/tex]

[tex]P(X > 3) = 1 - P(X \leq 3) = 1 - 0.8572 = 0.1428[/tex]

0.1428 = 14.28% probability that delays will occur.

Question 2:

[tex]\mu = 0.6[/tex]

a. What is the probability that the service time is one minute or less?

[tex]P(X \leq 1) = 1 - e^{-0.6} = 0.4512[/tex]

0.4512 = 45.12% probability that the service time is one minute or less.

b. What is the probability that the service time is two minutes or less?

[tex]P(X \leq 2) = 1 - e^{-0.6(2)} = 1 - e^{-1.2} = 0.6988[/tex]

0.6988 = 69.88% probability that the service time is two minutes or less.

c. What is the probability that the service time is more than two minutes?

[tex]P(X > 2) = e^{-1.2} = 0.3012[/tex]

0.3012 = 30.12% probability that the service time is more than two minutes.

Find the area of the figure

Answers

i think it is 24 hope it helps

Answer:

24

Step-by-step explanation:

divide the area in 2 regions

4 x 2 = 8 (area of one region)

4 x 4 = 16 (area of second region)

8 + 16 = 24 (sum of areas of the two regions)

Simplify this algebraic expression.
y-3/3 +12
O A. y-11
O B. y + 13
O c. y-5
O D. y+ 11

Answers

Answer:

D

Step-by-step explanation:

[tex]y - \frac{3}{3} + 12[/tex]

[tex]y - 1 + 12[/tex]

[tex]y + 11[/tex]

​Thirty-six percent of customers who purchased products from an​ e-commerce site had orders exceeding 110. If ​17% of customers have orders exceeding 110 and also pay with the​ e-commerce site's sponsored credit​ card, determine the probability that a customer whose order exceeds 110 will pay with the sponsored credit card.

Answers

Answer:

The right solution is "0.5".

Step-by-step explanation:

According to the question,

P(pay with the sponsored credit card | order exceeds $110)

= [tex]\frac{P(Pay \ with \ the \ sponsored \ credit\ card\ and\ order\ exceeds\ 110)}{P(order \ exceeds \ 110)}[/tex]

= [tex]\frac{P(A \ and \ B)}{P(A)}[/tex]

By putting the values, we get

= [tex]\frac{0.17}{0.34}[/tex]

= [tex]0.5[/tex]

Thus, the above is the right solution.

Round off to the underlined place values. 1 0.5242 2. 2.1616 3. 5.4852 4. 0.5862 5. 5.9658 6. 2.8959 7. 8.2584 8. 8.8956 9. 4.1492 1 5481​

Answers

Answer:

wheres the underline pls let me know what is underlined ill answer it on comment

Which of the following is not true regarding the flow of information from the adjusted trial balance on the end-of-period spreadsheet?

Answers

The revenue and expense account balances flow into the income statement.

The correct statement about the flow of information from the adjusted trial balance on the end-of-period spreadsheet is A. The revenue and expense account balances flow into the income statement.

What is an Adjusted Trial Balance?

This refers to the general ledger balance after some changes have been done an account balance such as accrued expenses, depreciation, etc.

Therefore, we can see that from the complete information, the statement that is false about the adjusted trial balance on the end-of-period spreadsheet is option A because the revenue and expense account balances does not flow into the income statement.

The other options from the complete text are:

a. The revenue and expense account balances flow into the income statement.b. The asset and liability account balances flow into the retained earnings statement.c. The revenue and expense account balances flow into the retained earnings statement.d. The retained earnings and dividends account balances flow into the balance sheet.


Read more about adjusted trial balance here:

https://brainly.com/question/14476257

#SPJ6

halla la suma y el producto de la PG 3,9,27,81,243​

Answers

Answer:

huh ano yan huhu paki ayos ng sagot

Step-by-step explanation:

hahahhaa

Two competitive brothers, who work in two different industries, were comparing their salaries. Because there is a difference of 4 years in their respective work experience, they decided to compare, not their actual salaries, but to compare their salaries against their company averages to see who is doing better. The following gives the brothers salaries, companies mean, and standard deviation for each company
Brother Salary P sd
Tom 84000 75000 7000
Andy 70578 60000 8200
What is the 2-score of Andy's salary?
a. 1.89
b. 1.89
c. 1.29
d. 0-129

Answers

Answer:

c. 1.29

Step-by-step explanation:

Z-score:

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Andy 70578 60000 8200

This means that [tex]X = 70578, \mu = 60000, \sigma = 8200[/tex]

What is the z-score of Andy's salary?

This is Z, so:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

[tex]Z = \frac{70578 - 60000}{8200}[/tex]

[tex]Z = 1.29[/tex]

So the correct answer is given by option c.

will give brainyest (m^2/3 n^-1/3)^6

Answers

Step-by-step explanation:

here is the answer to your question

What is the inverse of function f? f(x)=3-x/7

Answers

Answer:

[tex] {f}^{ - 1} (x) = \frac{x}{3} + \frac{7}{3} [/tex]

hence option d is the correct option.

Answer:

Option C is answer.

Step-by-step explanation:

Hey there!

Given;

f(x) = (3-x) /7

Let f(x) be "y".

y = (3-x) /7

Interchanging "x" and "y".

x = (3-y)/7

7x = 3-y

y = 3-7x

Therefore, f'(x) = 3-7x.

Hope it helps!

If f(x) = 3X + 10x and g(x) = 4x - 2, find (f+g)(x).
O A. 17x - 2
O B. 3* + 6x + 2
O C. 3* - 6x + 2
D. 3X + 14x-2



help!!!

Answers

17x-2 just add the two functions

Which of these is an example of technology?
an idea for a story
the first wheel ever built
an engineer

Answers

Answer:

the first wheel ever built

Answer:

The first wheel ever built

Step-by-step explanation

(*) Sorry for my late answer but I hope this helps others that are looking for this.

100% in the test :)

Which of the following is the value of a when the function (x) - 3|xlis written in the standard form of an absolute value
function?

Answers

Answer:1

Step-by-step explanation:2

2

The value of a when the function f(x) = 3|xl is written in the standard form of an absolute value function is 3.

What is meant by an absolute function ?

An absolute function is defined as a function which consists of an algebraic expression that is within absolute value symbols.

Here,

The standard form of the absolute value function is written by,

f(x) = a|x|

Given that,

f(x) = 3|x|

Comparing this with the standard form, we get,

a|x| = 3|x|

Therefore, a = 3

Hence,

The value of a when the function f(x) = 3|xl is written in the standard form of an absolute value function is 3.

To learn more about absolute function, click:

https://brainly.com/question/14364803

#SPJ7

How many outcomes (sample points) for a deal of two cards from a 52-card deck are possible? Report your answer as an integer.

Answers

Answer:

1326

Step-by-step explanation:

[tex]{52\choose2}=\frac{52!}{(52-2)!2!}=\frac{52!}{50!*2!}=1326[/tex]

what is the difference between the products of the digits in 425 and the sum of the digits in the numeral 92784​

Answers

Answer: 10

Step-by-step explanation:

4 x 2 x 5 = 40

9 + 2 + 7 + 8 + 4 = 30

40 - 30 = 10

= 10

A student estimated based on the video that the ball left my hand 1.65 meters off the ground, and after 0.58 seconds the ball reached the maximum height of 3.26 meters. Use this information to find an equation of the form h = a ( t − t 1 ) 2 + h 1 for the height of the ball, in meters, after t seconds. h =

Answers

9514 1404 393

Answer:

  h = -4.79(t -0.58)^2 +3.26

Step-by-step explanation:

The coordinates (t1, h1) are the time and height at the maximum. Then 'a' can be found from ...

  h = a(t -t1)^2 +h1

  1.65 = a(0 -0.58)^2 +3.26

  -1.61 = 0.3364a . . . . . subtract 3.26

  -4.786 = a . . . . . . . divide by the coefficient of a

The equation is ...

  h = -4.79(t -0.58)^2 +3.26

Make a substitution to express the integrand as a rational function and then evaluate the integral. int_(25)^(81) sqrt(x)/(x-1) dx

Answers

Let y = √x, so that y ² = x and 2y dy = dx. Then the integral becomes

[tex]\displaystyle \int_{25}^{81} \frac{\sqrt x}{x-1}\,\mathrm dx = \int_{\sqrt{25}}^{\sqrt{81}} \frac y{y^2-1}(2y\,\mathrm dy) = 2 \int_5^9 \frac{y^2}{y^2-1}\,\mathrm dy[/tex]

Now,

y ² / (y ² - 1) = 1 + 1 / (y ² - 1) = 1 + 1/2 (1/(y - 1) - 1/(y + 1))

so integrating gives us

[tex]\displaystyle 2\int_5^9\frac{y^2}{y^2-1}\,\mathrm dy= \int_5^9\left(2+\frac1{y-1}-\frac1{y+1}\right)\,\mathrm dy \\\\= (2y+\ln|y-1|-\ln|y+1|)\bigg|_5^9 \\\\= \boxed{8+\ln\left(\dfrac65\right)}[/tex]

Moses receives a gift that is wrapped in a cube shaped box. The volume of the box is 1331/8 cubic inches.Find the length of a side of the box

Answers

Answer:

5.5inches

Step-by-step explanation:

1331/8=166.375

then length of a side is = cubic root of 166.375

=³√166.375

5.5

Barnaby decided to count the number of ducks and geese flying south for the winter. On the first day he counted 175 ducks and 63 geese. By the end of migration, Barnaby had counted 4,725 geese. If the ratio of ducks to geese remained the same (175 to 63), how many ducks did he count?

Answers

Answer:

13,125 ducks

Step-by-step explanation:

The ratio of ducks:geese on the first day was:

175:63

On the last day (end of migration), he counted 4,725 geese.

To find the number of ducks using the same ratio, we are first going to divide 4,725 by 63 to find what number all the ducks and geese multiplied by:

4,725/63 = 75

The geese multiplied by 75. This means the ducks also multiplied by 75:

175*75 = 13,125

Barnaby counted 13,125 ducks.

Hope it helps (●'◡'●)

13,125 i hope this helps!!

Lunch break: In a recent survey of 643 working Americans ages 25-34, the average weekly amount spent on lunch as $43.21 with standard deviation $2.95. The weekly amounts are approximately bell-shaped. Part: 0 / 30 of 3 Parts Complete Part 1 of 3 Your Answer is incorrect (a) Estimate the percentage of amounts that were less than $40.26. Round the answer to one decimal place. Approximately % of the amounts were less than $40.26.

Answers

Answer:

107%

Step-by-step explanation:

Round up all possible algorithms

The accompanying data represent the homework scores for material for a random sample of students in a college algebra course.
36
47
54
58
60
66
66
68
69
70
72
75
77
77
78
78
78
79
79
79
79
79
80
82
84
85
86
86
86
87
89
89
91
92
92
93
93
94
96
99
​(a) Construct a relative frequency distribution with a lower class limit of the first class equal to 30 and a class width of 10.
(b) What is the probability a randomly selected student fails the homework​ (scores less than​ 70)? (The standard deviation is 13.64)
Simplify your answer to two decimal​ places.

Answers

Answer:

[tex]\begin{array}{ccc}{Class} & {Frequency} & {Relative\ Frequency} &{30-39} & {1} & {0.025} & {40-49} & {1} & {0.025} & {50 - 59} & {2} & {0.050} & {60 - 69} & {5} & {0.125} & {70 - 79} & {13} & {0.325} & {80 - 89} & {10} & {0.250} & {90 - 99} & {8} & {0.200} &{Total} & {40} & {1}\ \end{array}[/tex]

[tex]P(x < 70) = 0.225[/tex]

Step-by-step explanation:

Given

[tex]Lower = 30[/tex]

[tex]Width = 10[/tex]

Solving (a): The relative frequency table

First, we construct the frequency table using the given parameters.

[tex]\begin{array}{cc}{Class} & {Frequency} &{30-39} & {1} & {40-49} & {1} & {50 - 59} & {2} & {60 - 69} & {5} & {70 - 79} & {13} & {80 - 89} & {10} & {90 - 99} & {8} & {Total} & {40}\ \end{array}[/tex]

The relative frequency (RF) is calculated as:

[tex]RF = \frac{Frequency}{Total}[/tex]

Using the above formula to calculate the relative frequency, the relative frequency table is:

[tex]\begin{array}{ccc}{Class} & {Frequency} & {Relative\ Frequency} &{30-39} & {1} & {0.025} & {40-49} & {1} & {0.025} & {50 - 59} & {2} & {0.050} & {60 - 69} & {5} & {0.125} & {70 - 79} & {13} & {0.325} & {80 - 89} & {10} & {0.250} & {90 - 99} & {8} & {0.200} &{Total} & {40} & {1}\ \end{array}[/tex]

Solving (b): [tex]P(x < 70)[/tex]

To do this, we add up the relative frequencies of classes less than 70.

i.e.

[tex]P(x < 70) = [30 - 39] + [40 - 49] + [50 - 59] + [60 - 69][/tex]

So, we have:

[tex]P(x < 70) = 0.025 + 0.025 + 0.050 + 0.125[/tex]

[tex]P(x < 70) = 0.225[/tex]

Please help i need answer asap

Answers

Answer:

23

Step-by-step explanation:

The first five terms of an arithmetic sequence are shown below:
20, 17, 14, 11, 8, . . .
Let n represent the term number and f(n) the term in the sequence.
Choose a function that represents the sequence.

The answer to this question is f(n) = -3 + 23

Now my question is, how do you find the solution? I was taught the explicit formula is f(n) = m(n) + b, but no matter how many times I've tried to plug in the numbers I cannot seem to get the right answer. Please help me and do show the entire process and the steps.

Answers

Answer:

The function represents the sequence is - 3 n + 23.

Step-by-step explanation:

20. 17, 14, 11, 8,......

Here, the first term is

a = 20

Common difference, d = -3

Let the nth term is Tn.

Tn = a + (n -1) d

Tn = 20 + (n -1) x (-3)

Tn = 20 - 3 n + 3

Tn = 23 - 3 n = - 3 n + 23

So, the function represents the sequence is - 3 n + 23.

Answer:

Y'all know what it is already, but I want points, so: f(n) = -3n + 23

had
n=2
n²-n-2
n² – 5n+6

Answers

Answer:

0,0

Step-by-step explanation:

n=2,

[tex] {2}^{2} - 2 - 2 = 0 [/tex]

[tex] {2}^{2} - 5 \times 2 + 6 = 0[/tex]

please solve both i have been struggling

Answers

Answer:

3

Step-by-step explanation:

make a column of x ,f, fx

then write income in x and no.of workers in f

andthen multiply both just like 100*3 ,100*2, 300*p, 400*2,500*1 write its answer fx

add the all fx and use this formula

mean =fx /n

260=adding total of fx divide by 5

Repeat same formula in no 2

f(x) = 1
g(x) = x - 4
Can you evaluate (g•f)(0)? Explain why or why not?

Answers

Answer:

This is a multiplication of functions g and f, and these functions have no restrictions(such as a even root or a fraction), and thus [tex](g \mult f)(0) = g(0)f(0) = -4(1) = -4[/tex]

Step-by-step explanation:

We are given the following functions:

[tex]f(x) = 1[/tex]

[tex]g(x) = x - 4[/tex]

Can you evaluate (g•f)(0)?

This is a multiplication of functions g and f, and these functions have no restrictions(such as a even root or a fraction), and thus [tex](g \mult f)(0) = g(0)f(0) = -4(1) = -4[/tex]

Answer:

To evaluate the composition, you need to find the value of function f first. But, f(0) is 1 over 0, and division by 0 is undefined. Therefore, you cannot find the value of the composition.

You must evaluate the function f first.

Division by 0 is undefined.

The composition cannot be evaluated.

7. What is given in the problem?
A. Radius of 80m C. Radius of 80 ft.
B. Diameter of 40 ft. D. Diameter of 40 m paki sagot

Answers

Answer:

radius of 80cm is the answer

Other Questions
What is 12 x 12 ?A. 12b. 144c. 147d. 2574 Question 24 of 42Which of the following conditions is not sufficient to show that the twotriangles are congruent?AAAX 5-A. AABC and Axyz have the same orientation.B. The rise and run of the translation between each pair ofcorresponding points are the same.A A company uses two vans to transportworkers from a free parking lot to theworkplace between 7:00 and 9:00 a.m.One van has 6 more seats than the other.The smaller van makes two trips everymorning while the larger one makes onlyone trip. The two vans can transport 57people, maximum.How many seats does the larger van have? (17)^ 3 *(289)^ -6 =(17)^ 2m - 1 There has been a decentralization of the justice system in America. What does that mean?A. Put it back in the hands of the statesB. Put it back in the hands of the federal governmentC. Allow the states and the federal government to work together more easilyD. Create nonpartisan judges to make final decisions As increased global trade had effects across the globe, the extent and nature of cultural exchange differed from one place to another. West Africa was deeply involved in this growing economy through the slave trade, but how did this affect West African cultures Mi novio, ernesto, y yo fuimos (went) el domingo a un centro comercial a comprar repa. Nosotros llegamos a las nueve y media de la manana Find the measure of the indicated side Tommy fell and skinned his knee. The scrape did not bleed. He must have only damaged the __________. if C{1,2} and D={4,5,6}, find CD by tabulation method. i need for exam According to the authors, price controls on water, designed to ensure that lower income people can afford water, have resulted in The velocity of an object increases at a constant rate from 20 m/s to 50 m/s in 10 s.Find the acceleation convert 56km/h to m/s. Which of the following describes the proper treatment of discontinued operations on the income statement. A. Discontinued operations are included as part of income from continuing operations. B. Discontinued operations are a separate line item, but tax is applied to total net income. C. Discontinued operations are a separate line item reported net of tax. What is your opinion about the domestic investment in the project? Project your logics Question 45 ptsCalories from fat should be at leastcalories.less than the total number of3/4 (three-fourths)1/3 (one-third)1/2 (one-half) explain briefly features of creativity Rearrange the incomplete sentences below and rewrite the complete short message in the space provided Furthermore, you have play it before in primary school It's nice to hear from you, little sister You are fairly active and fit, but you rarely I think that you should choose netball Football can be rough and I'm not sure you will like that. play it However, So, You are tall and you like being part of team Badminton is good too Take care and bye. it will be much easier for you to simply catch up on your skills. so any one of sports would be great for you. I have to pen off now. A 1500 kg car traveling at 20 m/s suddenly runs out of gas while approaching the valley shown in the figure. The alert driver immediately puts the car in neutral so that it will roll.What will be the cars speed as it coasts into the gas station on the other side of the valley? Question 3 4 Marks Mi Tierra Driving School charges $680 per student to prepare and administer written and driving tests. Variable costs of $408 per student include trainers wages, study materials, and gasoline. Annual fixed costs of $63,920 include the training facility and fleet of cars. Requirements 1. For each of the following independent situations, calculate the contribution margin per unit and the breakeven point in units by first referring to the original data provided: a. Breakeven point with no change in information. b. Decrease sales price to $544 per student. c. Decrease variable costs to $340 per student. d. Decrease fixed costs to $53,040.