Plz, help me with this question.

Plz, Help Me With This Question.

Answers

Answer 1

the answer i got was -28 and i used a calculator


Related Questions

URGENT HELP!!!!!!!!!!!!!!!!!


Please don’t link any files!!

URGENT HELP!!!!!!!!!!!!!!!!! Please dont link any files!!

Answers

Answer:

C

Step-by-step explanation:

There are 5 Frogs that jumped between 50 to 100. We don't know if any jumped 60

Answer:

C is the answer by default

You have $5 and your opponent has $10. You flip a fair coin and if heads comes up, your opponent pays you $1. If tails comes up, you pay your opponent $1. The game is finished when one player has all the money or after 100 tosses, whichever comes first. Use simulation to estimate the probability that you end up with all the money and the probability that neither of you goes broke in 100 tosses.

Answers

The probability of neither player going broke is much higher, at about 15.25%.

What is probability?

Probability is a way to gauge how likely something is to happen. Many things are difficult to predict with absolute certainty.

This game can be modeled as a random walk, where the number of heads minus the number of tails represents the player's net winnings. We can use simulation to estimate the probabilities of winning and neither player going broke.

Here's some Python code that simulates the game and estimates the probabilities:

import random

def play_game():

   # Initial state: you have $5, opponent has $10

   your_money = 5

   opponent_money = 10

   

   # Coin flip function

   def flip_coin():

       return random.choice(['H', 'T'])

   

   # Main game loop

   for _ in range(100):

       # Flip the coin

       outcome = flip_coin()

       

       # Update the money

       if outcome == 'H':

           your_money += 1

           opponent_money -= 1

       else:

           your_money -= 1

           opponent_money += 1

       

       # Check if either player has gone broke

       if your_money == 0 or opponent_money == 0:

           break

   

   # Return the winner of the game (if any)

   if your_money == 0:

       return 'opponent'

   elif opponent_money == 0:

       return 'you'

   else:

       return None

# Run the simulation 10,000 times

num_simulations = 10000

wins = 0

no_one_goes_broke = 0

for i in range(num_simulations):

   winner = play_game()

   if winner == 'you':

       wins += 1

   elif winner is None:

       no_one_goes_broke += 1

# Estimate the probabilities

prob_win = wins / num_simulations

prob_no_one_goes_broke = no_one_goes_broke / num_simulations

print("Probability of winning: {:.4f}".format(prob_win))

print("Probability of neither player going broke: {:.4f}".format(prob_no_one_goes_broke))

Running this code gives us an estimate of the probabilities:

Probability of winning: 0.0082

Probability of neither player going broke: 0.1525

So the probability of you winning the game is quite low, only about 0.8%. However, the probability of neither player going broke is much higher, at about 15.25%. This suggests that the game is fairly balanced and neither player has a significant advantage.

Learn more about probability on:

https://brainly.com/question/13604758

#SPJ4

What is the slope of the graph of 6x+18=42?

Answers

6 is the m or the slope but the y intercept would be 24


What is the value of -3 + |-17|?

Answers

The answer is 14. Absolute value of -17 is 17. -3+17=14

If M is the midpoint of XY, XM=2x+5 and YM=25, find XY.

If M is the midpoint of XY, XM=2x+5 and YM=25, find XY.

Answers

Answer:

50

Step-by-step explanation:

Since M is the midpoint of XY, this means that XM and MY must be equivalent from the definition of midpoint.

So:

\(XM=MY\)

The entire length of the segment (XY) is:

\(XY=XM+MY\)

We know that XM is equivalent to MY. Substitute MY for XM:

\(XY=MY+MY\)

Combine like terms;

\(XY=2MY\)

We are told that YM (or MY) is 25. So:

\(XY=2(25)\)

Multiply:

\(XY=50\)

So, the length of XY is 50.

And we're done!

50?

X_________M__________Y

2x + 5 = 25

x = 10 so 2(10) + 5 = 25

25 + 25 = 50

Which type of factoring is used to factor the following expression:
52 + 15 + y + 3y

Answers

Answer:

67+4y

Step-by-step explanation:

PLEASE HELP!
The relative frequency table describes the relationship between students who completed an exam review and their performance on the exam.



Passed exam///Did not pass exam///Row Totals

Completed exam review ///55% | 10% | 65%

Did not complete exam review //.20% | 15% | 35%

Column Totals///. 75% | 25% | 100%



Part A: What is the percentage of students who failed the exam, given that they completed the exam review? Round to the nearest percentage. (2 points)


Part B: What is the percentage of students who failed the exam, given that they did not complete the exam review? Round to the nearest percentage. (2 points)


Part C: Is there an association between failing the exam and completing the exam review? Justify your answer. (2 points)

Answers

a) The percentage of students who failed the exam, given that they completed the exam review, is of: 15.38%.

b) The percentage of students who failed the exam, given that they did not complete the exam review, is of: 42.86%.

c) There is a negative association between failing the exam and completing the exam review.

How to calculate a percentage?

A percentage is obtained by the division of the desired amounts by the total amounts, which is then multiplied by 100%.

For item a, these amounts are given as follows:

Desired: 10% of students that failed and completed the review.Total: 65% of the students that completed the review.

Hence the percentage is of:

p = 10/65 x 100% = 15.38%.

Then, for item b, the desired and total amounts are given, respectively, by:

Desired: 15% of students that failed and did not complete the review.Total: 35% of the students that did not complete the review.

Hence the percentage is obtained as follows:

p = 15/35 = 0.4286 = 42.86%.

Thus it can be concluded that there is a negative association between failing the exam and completing the exam review, as not completing the exam review makes you significantly likelier to not pass.

More can be learned about percentages at brainly.com/question/843074

#SPJ1

can u pls help me with this question asap ​

can u pls help me with this question asap

Answers

Ok. Add all the values up and then divide by the number of values (5). That is the mean, or average. The actual answer is -6.8.

what is the probability that you are dealt with two queens as private cards? you need not simplify your answer.

Answers

The probability that we dealt with two queens as private cards is = 0.0046 .

In the question ,

it is given that ,

the two cards are drawn as private cards,

we have to find the probability that you are dealt with two queens .

the total number of cards in deck is = 52 ,

total number of queens in the deck is = 4 ,

So , the number of ways 2 queens can be drawn from 4 queens is = ⁴C₂ ways .

So , the total number of ways 2 cards can be drawn is = ⁵²C₂

So , the required probability is = ⁴C₂ / ⁵²C₂ .

= 6/1326

= 0.0046

Therefore , the required probability is 0.0046  .

Learn more about Probability here

https://brainly.com/question/28894419

#SPJ4

The geometry of the clf3 molecule is best described as
a. distorted tetrahedral.
b. tetrahedral.
c. trigonal pyramidal.
d. trigonal planar.
e. t-shaped.

Answers

Answer:

The right option is option e.T-shaped.

Step-by-step explanation:

The molecular geometry or shape of clf3 is T-shaped. It acquires such shape because of presence of two lone pairs which take equatorial position and there are greater repulsions. The hybridisation is sp3d and it has 2 lone pairs

#SPJ4

Learn more about electron bonding at

https://brainly.com/question/2159156

The geometry of the clf3 molecule is best described as a. distorted tetrahedral. b. tetrahedral. c. trigonal

Option e) T-shaped

Hybridization in chemistry is defined as the concept of mixing two atomic orbitals to create a new type of hybridized orbital.

This mixing often leads to the formation of hybrid orbitals of different energies, shapes, etc. completely different.

During  hybridization, atomic orbitals of equivalent energies are mixed  and mainly involves the fusion of two "s" or two "p" orbitals, or the mixing of "s" orbitals with the "p"" orbitals as well as "s` orbitals with  `d` orbitals.

The newly formed orbitals are called hybrid orbitals.

The shape or molecular geometry  of ClF₃ is T-shaped. It acquires such a shape due to the presence of two lone pairs in the equatorial position and has greater repulsion. The hybrid is sp³d and it has 2 lone pairs.

Learn more about electron bonding here

https://brainly.com/question/1604211

#SPJ4

The height of a building is proportional to the number of floors. The figure shows the height of a building is 104 with 8 floors. Complete parts a and b. Question content area bottom Part 1 a. Write the ratio of height of the building to the number of floors.​ Then, find the unit​ rate, and explain what it means in this situation. Fill in the correct answers to complete the sentences. The ratio of height of the building to the number of floors is enter your response here. The unit rate is enter your response here. This means that each floor of the building is enter your response here ft high.

Answers

Answer:

The ratio of height of the building to the number of floors is 104:8.

The unit rate is 13.

This means that each floor of the building is 13 ft high.

Step-by-step explanation:

The ratio of height of the building to the number of floors can be expressed as 104:8 or 13:1. The unit rate is found by dividing the height by the number of floors: 104 ÷ 8 = 13. This means that each floor of the building is 13 feet high, which is the constant of proportionality in this situation. As the number of floors increases, the height of the building also increases in a proportional manner.

(10 pts) Order the following three functions so that each one is Big-Oh of the next one. Justify your answer: (logn) 2
n

4 log n

n

logn Your answer will have a list of the three functions and arguments that the first in the list is Big-Oh of the second, and the second in the list is Big-Oh of the third.

Answers

The three functions that need to be ordered so that each one is Big-Oh of the next one are given below : log n2n4 log n nlog The correct order of these functions would be: nlog(n) << n^(1/2) << n^2 << n^(log(n)) << 2^n

Justification: To determine the order of these functions, let's first compare log n2 with n. As n tends to infinity, n increases much faster than log n2. Thus, n is the Big-Omega of log n2. We can write it as: log n2 = O(n).Next, let's compare n with 4 log n.

For large values of n, the term 4 log n is much smaller than n. Therefore, we can say:n = O(4 log n)Next, we need to compare 4 log n with nlogn. Using logarithmic identities, we can write 4 log n as log n^4. Now, let's compare this with nlogn:log n^4 = 4 log n = O(n log n)

Hence, we can say that 4 log n is Big-Oh of nlogn. Now, we need to compare nlogn with n^(logn). One way to compare these two functions is to take their ratio and see what happens as n tends to infinity: lim n→∞ (nlogn / n^(logn))= lim n→∞ (n^logn / n^(logn))= lim n→∞ n^0= 1

Thus, we can say that nlogn is Big-Oh of n^(logn).

Hence, the correct order of these functions is:log n2 << n << 4 log n << nlogn << n^(logn).

To know more about Big-Oh refer here:

https://brainly.com/question/33326172

#SPJ11

Given f(x) = 5 – 3x2, use a table to estimate the slope of the tangent line to f at the point P(0,5). 1. Find the slope of the secant line PQ for each point Q(x, f(c) with the x values given in the table. (Round each answer to 6 decimal places if necessary.) 2. Use the answers from the table to estimate the value of the slope of the tangent line at the point P. (Round your answer to the nearest integer.)

Answers

The value of the points in the graph is a (2,80).

According to the statement

We have to find that the points on the graph.

So, For this purpose, we know that the

A graph can be defined as a pictorial representation or a diagram that represents data or values in an organized manner.

From the given information:

f(x)=\(x^{3}\)+6\(x^{2}\)+17x+14​; slope of the tangent line=5

Then

f(x)=\(x^{3}\)+6\(x^{2}\)+17x+14

Now find the drivative then

f'(x)=3x^2+12x+17

Then slope of the tangent line=5

Now,

3\(x^{2}\)+12x+17 = 5

3\(x^{2}\)+12x+12 = 0

\(x^{2}\)+4x+4 = 0

Now solve the equation then

\(1x^{2}\)+2x+2x+4 = 0

x(x+2) +2(x+2) = 0

(x+2) (x+2) = 0

Here the values of the x become -2,-2.

Then

When x = 2

f(x)=\(2x^{3}\)+\(6^{2}\)+17(2)+14

f(x)=8+24+34+14

f(x) = 80.

So, The value of the points in the graph is a (2,80).

Learn more about graph here

brainly.com/question/4025726

#SPJ4

The length of a rectangle is four times its width.
If the perimeter of the rectangle is 100m, find its length and width.

Answers

Answer:

200points

\(x6)266(6( \times \)

hatodf jahahshshshshfidba

a type of diagram that is used to graphically show the relationship between two numerical variables.

Answers

The type of diagram used to graphically show the relationship between two numerical variables is called a scatter plot.

A scatter plot is a visual representation of data points plotted on a graph, with one variable represented on the x-axis and the other variable represented on the y-axis.

Each data point on the plot corresponds to a pair of values from the two variables being analyzed. The position of each point on the graph indicates the values of both variables, allowing us to examine the relationship between them.

The main purpose of a scatter plot is to visualize the correlation or relationship between the two variables. The pattern formed by the data points on the plot can indicate the direction, strength, and nature of the relationship.

For example, if the points on the scatter plot tend to form a linear pattern, it suggests a linear relationship between the variables. On the other hand, if the points are scattered randomly with no clear pattern, it indicates a weak or no relationship between the variables.

Scatter plots are commonly used in various fields, including statistics, data analysis, and scientific research. They provide a visual way to explore and interpret relationships between variables, identify outliers, detect trends, and assess the strength and direction of associations.

To know more about graph click here

brainly.com/question/2025686

#SPJ1

Which of the following ratios is in proportion to the ratio 3:4? (choose any that work)
5:6
12:14
12:16
6:7
4:5
6:8

Answers

Answer: 12:16

Step-by-step explanation: If you simply the ratio by dividing each side by 4 you are left with 3:4

Answer: 12:16,6:8

Step-by-step explanation:

simplify

12:16=3:4

6:8=3:4

If Sally's school is 2.5 km long. How many meters long is Sally's school?

Answers

Answer:

2500 m long

Step-by-step explanation:

Answer:

2,500 meters

Step-by-step explanation:

There are 1000 meters in a kilo meter so just multiply 2.5 x 1000

how do I find the length of the side of a pentagon?

Answers

Answer:

The equation to find the length of one side of a pentagon using the radius looks like this: {display style side length=2rsin ({frac {180} {n}})}. It may look a little complicated, but you can easily plug in the numbers that you already know to simplify the equation and find the length of a side. r represents the radius of the pentagon.

Given the following limits, calculate the limits below, if they exist. (If it does not exist, enter NONE.)
lim_(x->2) f(x) = 1
lim_(x->2) g(x) = -4
lim_(x->2) h(x) = 0

Answers


To calculate the limits below, we can use basic limit rules and arithmetic operations.

lim_(x->2) [f(x) + g(x)]

= lim_(x->2) f(x) + lim_(x->2) g(x) (by limit laws)

= 1 + (-4)

= -3

We can use the limit laws to add the limits of f(x) and g(x) since they are both approaching the same point, 2. Then, we can simply add the values of the limits to get the limit of their sum.

lim_(x->2) [g(x) - f(x)h(x)]

= lim_(x->2) g(x) - lim_(x->2) [f(x)h(x)] (by limit laws)

= -4 - [lim_(x->2) f(x)] [lim_(x->2) h(x)] (by limit laws and arithmetic operations)

= -4 - 1(0)

= -4



Again, we can use the limit laws to subtract the limit of f(x) multiplied by h(x) from the limit of g(x). To find the limit of f(x) multiplied by h(x), we can use the product rule for limits and multiply the limits of f(x) and h(x) together.

lim_(x->2) [g(x)/f(x)]

= [lim_(x->2) g(x)] / [lim_(x->2) f(x)] (by limit laws)

= -4 / 1

= -4



We can use the limit laws to divide the limit of g(x) by the limit of f(x) since they are both approaching the same point, 2.



The limits of [f(x) + g(x)], [g(x) - f(x)h(x)], and [g(x)/f(x)] as x approaches 2 are -3, -4, and -4, respectively.

To know more about divide visit :-

https://brainly.com/question/15381501

#SPJ11

4x =4 i need help yall

Answers

Answer:

\(\huge\boxed{\sf x = 1}\)

Step-by-step explanation:

4x = 4

Dividing both sides by 4

x = 1

\(\rule[225]{225}{2}\)

Hope this helped!

~AnonymousHelper1807

Jacob ate 21 Chips Ahoy cookies in 1 hour and Bryant ate 25 Chips Ahoy cookies in the same time. At this rate, how many whole cookies could Bryant eat in 80 minutes?

help asp
explain please!! ​

Answers

Answer:

55 cookies in 80 mins

Step-by-step explanation:

1 hour has 60 mins

so 25/60=0.417

0.417/3=0.139

0.139x4=0.556

so he can eat 55 cookies in 80 mins

your math club has 20 members. in how many ways can it select a president, a vice-president, and a treasurer if no member can hold more than one office?

Answers

There are 20 ways to select president, 19 ways to select vice-president, 18 ways to select treasurer.

In this case, the task is to select a president, a vice-president, and a treasurer from the math club, and no member can hold more than one office. There are 20 choices for the president, since there are 20 members in the club and each member is eligible to be president. There are then 19 choices for the vice-president, since the president cannot also be the vice-president. Finally, there are 18 choices for the treasurer, since the president and vice-president cannot also be the treasurer.

To know more about permutation

https://brainly.com/question/1216161

#SPJ4

Find all solutions to the equation $10x^2 - 7x - 6 = 0$.

Answers

The required solutions are x = 6/5 and x = -1/2 to the given quadratic equation 10x² - 7x - 6 = 0.

What is a quadratic equation?

The quadratic equation is defined as a function containing the highest power of a variable is two.

The quadratic equation is given in the question:

10x² - 7x - 6 = 0

We have to determine all solutions to the given equation

As per the given question, we have

10x² - 7x - 6 = 0

10x² - 12x + 5x - 6 = 0

2x(5x - 6) + 1(5x - 6) = 0

(5x - 6)(2x + 1) = 0

Equating the above factors to zero, we get

5x - 6 = 0 and 2x + 1 = 0

5x = 6 and 2x = -1

x = 6/5 and x = -1/2

Therefore, the required solutions are x = 6/5 and x = -1/2 to the given quadratic equation 10x² - 7x - 6 = 0.

Learn more about quadratic function here:

brainly.com/question/14083225

#SPJ1

what does 3½-1⅞ equal???​

Answers

Answer: 1 5/8
Explanation:

Problem 2 (20 point) Find the area of the surface. The part of the z=3x2+3y2 the cylinder x2+y2=25 Problem 3. (20 points) Use Green's Theorem to evaluate the line integral along positively oriented curve ∫C​2y2dx+3x3dy,C is the circle x2+y2=16

Answers

The area of the surface formed by the equation z = 3x^2 + 3y^2 within the cylinder x^2 + y^2 = 25 can be found by evaluating the integral ∫∫√(36x^2 + 36y^2) dA, where A represents the region defined by the cylinder.

Problem 2: To find the area of the surface formed by the equation z = 3x^2 + 3y^2 within the cylinder x^2 + y^2 = 25, we need to integrate the square root of the sum of the squared partial derivatives of x and y.

First, let's find the partial derivatives of z with respect to x and y:

∂z/∂x = 6x

∂z/∂y = 6y

Next, we calculate the magnitude of the partial derivatives:

|∂z/∂x| = √(36x^2)

|∂z/∂y| = √(36y^2)

To find the area, we integrate the magnitude of the partial derivatives over the region defined by the cylinder:

A = ∫∫√(36x^2 + 36y^2) dA

Converting to polar coordinates, we have:

A = ∫∫√(36r^2) r dr dθ

Since we are integrating over a circular region with radius 5 (from the cylinder), we can evaluate the integral as follows:

A = ∫[0,2π]∫[0,5] 6r^2 dr dθ

Evaluating this integral will give us the area of the surface.

Problem 3: To evaluate the line integral ∫C(2y^2 dx + 3x^3 dy) along the positively oriented curve C, where C is the circle x^2 + y^2 = 16, we can use Green's Theorem.

Green's Theorem states that for a vector field F = (P, Q) and a region R bounded by a simple closed curve C with positive orientation, the line integral of F along C is equal to the double integral of the curl of F over the region R.

In this case, F = (2y^2, 3x^3) and C is the circle x^2 + y^2 = 16.

To use Green's Theorem, we need to calculate the curl of F:

∂Q/∂x - ∂P/∂y = ∂(3x^3)/∂x - ∂(2y^2)/∂y = 9x^2 - 4y

Now, we can rewrite the line integral as a double integral:

∫C(2y^2 dx + 3x^3 dy) = ∬R(9x^2 - 4y) dA

Since C is a circle with radius 4, we can evaluate the double integral over the region R (the interior of the circle) as follows:

∫[-4,4]∫[-√(16-x^2),√(16-x^2)] (9x^2 - 4y) dy dx

Evaluating this double integral will give us the value of the line integral along the given curve.

To know more about equation:

https://brainly.com/question/29657983


#SPJ11

write the trigonometric expression in terms of sine and cosine

Answers

The trigonometric simplified form of sinθ secθ is tanθ.

To write the trigonometric expression sinθ secθ in terms of sine and cosine, we can use the reciprocal identity for secant:

secθ = 1/cosθ

Substituting this into the expression, we have:

sinθ secθ = sinθ (1/cosθ)

Now, to simplify the expression, we can multiply sinθ by 1/cosθ:

sinθ (1/cosθ) = sinθ/cosθ

Using the quotient identity for tangent, we can rewrite sinθ/cosθ as tanθ:

sinθ/cosθ = tanθ

Therefore, the simplified form of sinθ secθ is tanθ.

The complete question is:

Write the trigonometric expression in terms of sine and cosine, and then simplify.

sinθ secθ

To know more about trigonometric:

https://brainly.com/question/29156330


#SPJ4

1 - {6/7 + (1/10 - 3/8 - 3 }

Answers

677/280 that is the answer

A customer needs 60 pencils. if he buys them on sale, how many of the sixty pencils can he get for free?
SALE
Buy 4 pencils get 5th pencil for free.

Answers

since there’s 60 pencils there will be 12 groups of 5 pencils so 12 free
By dividing 60/4 = 15
The customer will have to buy 15 times before he gets the 60 pencils he needed
By buying 15 times he gets 15 pencils free.

Find the slope of the line that contains the points (-2, 1) and (-2,-9)

Answers

Answer:

Slope of the line if two points are known

Step-by-step explanation:

Formula is y2-y1/x2-x1

so that 1-(-9)/-2-(-2)

10/0 is undefined that means line is parallel to y-axis

when a line is parallel to y axis it has no slope.

Please answer it in two minutes

Please answer it in two minutes

Answers

Answer:

21/20, or 1.05.

Step-by-step explanation:

In this case, the measure of angle R is the same as angle V.

To find the tangent of a triangle, you do opposite over adjacent.

So, the tangent of angle V is 21 / 20.

That means that tan(R) = 1.05.

Hope this helps!

Other Questions
The average reading score on certain tests is given by y = 0.153x + 255.4, where x is the number of years past 1970. In what year would the average reading scorebe 259.378 if this model is accurate?The average reading score would be 259.378 in (Type a whole number) Can u please help with this two tasks?Workbook:complete physics for Cambridge secondary first Hi I need help differentiating question 1 f please, Thanks PracticeSolving Any Linear Equation2(x +5) = 3x + 1 I have a question about geometric sequences with infinite sums picture included rho= - 0.2, approximately what would x2 have to be, so that along with x1=0.5, the consumer would be indifferent to (1,1)? which of the following processes does not involve redox reactions? select only one answer choice.A. Glycolysis B. The Citric Acid Cycle C. Electron Transport Chain D. All of the above involve redox reactions E. Only B and C involve redox reactions How can Climate Change impact the formation of Hurricanes?I will give brainlist SOLVE THIS PROOF PLEASE What does saturns atmosphere constantly produce that rains down the moons icy surface, cloaking it in soot and forming liquid methane and ethane lakes. Need help with this Enzo is buying wallpaper. He can choose one colour, one texture and one thickness for his wallpaper. At his local DIY store, Enzo can choose from 27 different colours 14 different textures. The total number of options available to enzo for his wallpaper is 2268. Work out the number of different wallpaper thicknesses that enzo can choose from. which of the following is not true of a theory? a. it must be testable, meaning we can conduct research to observe whether or not it is accurate. b. it is used to make predictions about the likely outcomes of our efforts. c. must be agreed to by the majority of people in a profession to be true d. it attempts to explain why something is the way it is. A stem-and-leaf plot is made using the following values. Which does NOT correctly represent a line of stem and leaves from the plot?70, 57, 68, 80, 72, 72, 59, 67, 72, 65, 79, 68, 76, 63, 74Select one:7 | 0 2 2 2 48 | 06 | 3 5 7 8 85 | 7 9 CAN SOMEONE PLEASE HELP MEExplain why it is often milder in areas such as coastal Maryland while areas such as Kansas or Iowa have more extremes in temperature? (Take into account the geographical location of Maryland and Kansas) Help me please!!!!!!!!!! In response to the 2008 recession, the United States Federal Reserve enacted Quantitative Easing 1 and 2. The main purpose of these two rounds of quantitative easing was to increase the U.S. money supply. Suppose quantitative easing succeeded in increasing the U.S. monetary supply. How, if at all, should quantitative easing change the following variables? Use the neoclassical aggregate demand"aggregate supply model.A. U.S. interest rates B. U.S. exchange rate, in units of foreign currency per U.S. dollar C. U.S. exports D. U.S. imports E. U.S. price level F. U.S. nominal output Conditional ProbabilityProbability and StatisticscellusP(A/B) ==P(An B)P(B)FreshmenSophomoresJuniorsSeniorsBoys3142Girls796521 16. Write the inequality that is shown on the graph. you can buy 8 juice boxes for 2, how many can u buy