On a Saturday, Saul can cut 4 lawns in 6 hours. If Mitch can mow lawns at the same rate, how long will it take him to

mow 9 lawns?

Answers

Answer 1

Answer:

13 1/2 hours

Step-by-step explanation:

4/6=9/x then find the rate and solve


Related Questions

use technology to find the multiple regression model. assume that x1 corresponds to 1/sq ft and x2 corresponds to parking/sq ft.

Answers

To find the multiple regression model, you can use statistical software like R or Python with packages such as statsmodels, scikit-learn, or MATLAB.

Collect the dataset: Gather the data for the independent variables (x1 and x2) and the dependent variable (y) for each observation.

Prepare the data: Organize the dataset into a structured format, typically in a tabular form such as a spreadsheet or a CSV file. Each row represents an observation, and the columns correspond to the variables (x1, x2, and y).

Choose the regression model: Decide on the type of multiple regression model you want to use. Common choices include ordinary least squares (OLS), ridge regression, or LASSO regression. The choice depends on the specific characteristics of your data and the goals of your analysis.

Perform the regression analysis: Use the selected statistical software or library to fit the regression model to your dataset.

Evaluate the model: Examine the results of the regression analysis, including the coefficients, p-values, R-squared value, and other relevant statistics.

Interpret the results: Based on the coefficients and statistics obtained from the regression analysis, you can interpret the relationships between the independent variables and the dependent variable.

The actual implementation may vary depending on the specific software or programming language you are using.

Learn more about multiple regression model here : brainly.com/question/28167705

#SPJ11

Isabella will earn $30 per hour at her new job. During training, she will earn $20
per hour. What percent of Isabella's regular hourly rate will she earn during
training?

Answers

By solving a little system of equations we will see that the percentage is 66.67%

What percent of the regular hourly rate will she earn during training?

We know that the regular hourly rate is $30 per hour, and that is the 100% in our case.

So we can write the relation:

$30 = 100%.

We know that when she is on training, she will earn $20, and this is a percentage X that we don't know yet, now we can write the relation:

$20 = X

So we have two equations:

$20 = X

$30 = 100%.

If we take the quotient between these two we will get:

$20/$30 = X/100%

If we multiply both sides by 100% (so we solve the equation for X) we will get:

($20/$30)*100% = X

66.67% = X

So she will get a 66.67% of the regular hourly rate.

Learn more about percentages:

https://brainly.com/question/843074

#SPJ1

I am stuck please help​

I am stuck please help

Answers

Answer:

\(x = \frac{z}{y} \)

Step-by-step explanation:

according to the equation in the statement the answer is

=> x = z/y

please please help me with this, i’ll be waiting

please please help me with this, ill be waiting

Answers

Answer:

I think you have it

Step-by-step explanation:

It's not -4.44, and if it was -3.14 it would be closer to the -3 tick on the line. With the negative square root of 17 being 4.12 it's not that either. -11/3 is 3.6666667 or something along those lines so it would be closer to the -4 tick on the line, so I'm pretty sure you got it.

please help! :)

Answer question B.

Thank you!​

please help! :)Answer question B.Thank you!

Answers

Answer:

t f dis say mane ion speak italian

Step-by-step explanation:

ion think anyone can read that

What Theorem can you use to show that the quadrilateral is a parallelogram

Answers

Using opposite sides or angles which must be congruent we can prove that a quadrilateral is a parallelogram.

There are several theorems that can be used to show that a quadrilateral is a parallelogram, depending on the given information. Here are a few:

If both pairs of opposite sides are parallel, then the quadrilateral is a parallelogram (the definition of a parallelogram).If both pairs of opposite sides are congruent, then the quadrilateral is a parallelogram (the opposite sides of a parallelogram are congruent).If both pairs of opposite angles are congruent, then the quadrilateral is a parallelogram (the opposite angles of a parallelogram are congruent).If one pair of opposite sides is both parallel and congruent, then the quadrilateral is a parallelogram (the diagonals of a parallelogram bisect each other).

Learn more about the parallelogram at

https://brainly.com/question/22735574

#SPJ4

Rectangles P, Q, R, and S are scaled copies of one another. For each pair, decide if the scale factor from one to the other is greater than 1, equal to 1, or less than 1. Four rectangles, labeled P, Q, R and S. Each rectangle is a scaled copy of one another. Ranked in order from least to greatest, the area of the rectangles are as follows: the area of P is equal to S, which are less than the area of Q, which is less than the area of R. From P to Q from P to R from Q to S from Q to R from S to P from R to P from P to S

Answers

I attached a diagram that will aid the understanding of the question.

Firstly, I would love to review what a scale factor is before going into the question.

If you have two shapes that are similar, that is they have corresponding angles, then the scale factor of one to the other is simply the ratio of any two corresponding lengths in the two similar geometric figures.

Looking at these figures in the question, we see that R is an enlargement of the other rectangles while Q is an enlargement of P and S. With this information we can answer the questions:

1. From P to Q, the scale factor greater than one because Q is bigger than P.

2. From P to R, the scale factor is greater than one for the same reason.

3. From Q to S, the scale factor is less than one because S is smaller than Q.

4. From Q to R, the scale factor is greater than one because R is bigger than Q.

5. From S to P, the scale factor is equal to one because they are equal.

6. From R to P, the scale factor is less than one because p is smaller than R.

7. From P to S, the scale factor is equal to one because they are equal.

Rectangles P, Q, R, and S are scaled copies of one another. For each pair, decide if the scale factor

The unemployment rate in a city is 16%. If 8 people from the city are sampled at random, find the probability that fewer than 3 of them are unemployed. Carry your intermediate computations to at least four decimal places, and round your answer to two decimal places. (If necessary, consult a list of formulas.)

Answers

The probability that fewer than 3 of the 8 sampled people are unemployed is approximately 0.91, indicating that there is a high chance of having at least 3 employed people in the sample.

It can be solved using the binomial distribution formula.

Let X be the number of unemployed people in a sample of 8 from the city.

Then X follows a binomial distribution with parameters n = 8 and p = 0.16, since the probability of an individual being unemployed is 0.16.

The probability of fewer than 3 people being unemployed is the probability of X = 0, 1, or 2.

We can compute this probability as:

P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2)

Using the binomial distribution formula:

P(X = k) = (n choose k) * p^k * (1 - p)^{(n - k)}

We can compute each term separately:

P(X = 0) = (8 choose 0) * 0.16⁰ * 0.84⁸ ≈ 0.3252

P(X = 1) = (8 choose 1) * 0.16¹* 0.84⁷ ≈ 0.3772

P(X = 2) = (8 choose 2) * 0.16² * 0.84⁶ ≈ 0.2035

Therefore,

P(X < 3) ≈ 0.3252 + 0.3772 + 0.2035 ≈ 0.906

Rounding to two decimal places, the probability that fewer than 3 of the 8 sampled people are unemployed is approximately 0.91.

To learn more about binomial distribution:

https://brainly.com/question/15246027

#SPJ11

Write the domain AND range of the following graph.

Write the domain AND range of the following graph.

Answers

Answer:

Domain: (-∞,∞), Range: [2,∞)

What is the slope of a line with points of (-2,0) (2,1)

Answers

Answer:

The slope is 1/4!

Step-by-step explanation:

The formula to find slope is y2-y1 the x2-x1. Hope this helps!

What is the slope of a line with points of (-2,0) (2,1)

WHOEVER ANSWERS THE QUESTION FIRST WILL GET 15 POINTS!!!!!

WHOEVER ANSWERS THE QUESTION FIRST WILL GET 15 POINTS!!!!!

Answers

Answer:

b

Step-by-step explanation:

the answer is b

in the problem you can put the expression into a calculator and you will get the answer 3

in option b, y+2=3 bc a variable is always equal to one so your basically adding 1+2 which is equal to 3

I HOPE I HELPED A BIT<3

1. Describe the basic characteristics of an independent
measures, or a between-subjects, research study.

Answers

The main advantage of an independent measures design is that it reduces the risk of order or practice effects and minimizes the influence of individual differences between participant

Describing the basic characteristics

An independent measures design, also known as a between-subjects design, is a type of research study in which different groups of participants are used for each condition being tested.

In other words, each participant is only exposed to one condition, and the data from each group is analyzed and compared to determine if there are any significant differences between the groups.

The main characteristics of an independent measures design are:

Participants are randomly assigned to one of the groups. Each group of participants is exposed to only one level of the independent variableData is collected from each group and compared to determine if there are any significant differences between the groups. The design requires a larger sample size compared to a within-subjects design because each participant can only be in one group.

Read more about research study at

https://brainly.com/question/13274149


#SPJ1

we have 36 ft2 of material to build a box of maximum volume with a square base and no top. what is the area of the square base?

Answers

Answer:If 1200 square inch of material is available to make a box with a square base and no top

Step-by-step explanation:

Describe and correct the error in finding the value of x.

HELP ASAP!!

Describe and correct the error in finding the value of x.HELP ASAP!!

Answers

4x + 6 isnt equal to 3x + 9

it is equal to 5x - 1

May I please get help with this. For I am confused and have tried multiple times

May I please get help with this. For I am confused and have tried multiple times

Answers

Solution

Given the graphs below

For the graph of figure A and B:

Figure A and figure B are congruent.

Hence, yes they are congruent.

The transformation that map figure A onto figure B is to rotate figure A clockwise 90° about the origin.

For the graph of C and D:

Figure C and figure D are congruent.

Hence, yes they are congruent.

The transformation that map figure C onto figure D is reflect figure C over the y-axis

Can anyone help me with functions

Can anyone help me with functions

Answers

Answer:

b

Step-by-step explanation:

. A battery manufacturer claims that the lifetime of a certain type of battery has a population mean of 40 hours and a standard deviation of 5 hours. Let X represent the mean lifetime of the batteries in a simple random sample of size 100. a. If the claim is true, what is P(X 36.7)? b. Based on the answer to part (a), if the claim is true, is a sample mean lifetime of 36.7 hours unusually short? c. If the sample mean lifetime of the 100 batteries were 36.7 hours, would you find the manufacturer's claim to be plausible? Explain. d. If the claim is true, what is P(X 39.8)? e. Based on the answer to part (d), if the claim is true, is a sample mean lifetime of 39.8 hours unusually short?

Answers

a. If the claim is true, the probability of a sample mean lifetime of 36.7 hours is virtually zero.

b. Yes, a sample mean lifetime of 36.7 hours would be unusually short if the claim is true.

c. If the sample mean lifetime of 36.7 hours is observed, the manufacturer's claim becomes less plausible.

d. If the claim is true, the probability of a sample mean lifetime of 39.8 hours is approximately 0.3446.

e. No, a sample mean lifetime of 39.8 hours would not be considered unusually short if the claim is true.

Let us discuss each section separately:

a. The probability of a sample mean lifetime of 36.7 hours, given that the claim is true, can be calculated using the Z-score formula. The Z-score represents the number of standard deviations a given value is from the population mean. In this case, we can calculate the Z-score as follows:

Z = (X - μ) / (σ / √n)

where X is the sample mean, μ is the population mean, σ is the standard deviation, and n is the sample size.

Plugging in the values:

Z = (36.7 - 40) / (5 / √100)

Z = -3.3 / 0.5

Z = -6.6

Using a standard normal distribution table or a calculator, we can find the probability corresponding to a Z-score of -6.6, which is virtually zero.

Therefore, P(X < 36.7) ≈ 0.

b. If the claim is true, a sample mean lifetime of 36.7 hours would be unusually short. The probability of observing a sample mean of 36.7 hours, given that the claim is true, is nearly zero. This suggests that obtaining such a low sample mean is highly unlikely if the manufacturer's claim of a population mean of 40 hours is accurate.

c. If the sample mean lifetime of the 100 batteries were 36.7 hours, it would cast doubt on the manufacturer's claim. The calculated probability of P(X < 36.7) ≈ 0 implies that the observed sample mean is extremely unlikely to occur if the manufacturer's claim is true. Thus, the claim becomes less plausible in light of the obtained sample mean.

d. Using the same formula as in part (a), we can calculate the probability of a sample mean lifetime of 39.8 hours, given that the claim is true:

Z = (39.8 - 40) / (5 / √100)

Z = -0.2 / 0.5

Z = -0.4

Using the standard normal distribution table or a calculator, we find the probability corresponding to a Z-score of -0.4 to be approximately 0.3446.

Therefore, P(X < 39.8) ≈ 0.3446.

e. If the claim is true, a sample mean lifetime of 39.8 hours would not be considered unusually short. The calculated probability of P(X < 39.8) ≈ 0.3446 indicates that obtaining a sample mean of 39.8 hours is reasonably likely if the manufacturer's claim of a population mean of 40 hours is accurate.

To know more about Z-scores and their calculation, refer here:

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

#SPJ11

write an equation for a degree 6 polynomial with a root at 3, a double root at 2, and a triple root at -1, and has a y-int at 5..

Answers

The equation of the degree 6 polynomial with a root at 3, a double root at 2, and a triple root at -1, and y-intercept at y = 5 is given as follows:

y = -5/12(x - 3)(x - 2)²(x + 1)³.

How to define the polynomial?

The equation of the function is obtained considering the Factor Theorem, as a product of the linear factors of the function.

The zeros of the function, along with their multiplicities, are given as follows:

Zero at x = 3 with a multiplicity of 1.Zero at x = 2 with a multiplicity of 2.Zero at x = -1 with a multiplicity of 3.

Then the linear factors of the function are given as follows:

(x - 3).(x - 2)².(x + 1)³.

The function is then defined as:

y = a(x - 3)(x - 2)²(x + 1)³.

In which a is the leading coefficient.

When x = 0, y = 5, due to the y-intercept, hence the leading coefficient a is obtained as follows:

5 = -12a

a = -5/12

Hence the polynomial is:

y = -5/12(x - 3)(x - 2)²(x + 1)³.

More can be learned about functions at https://brainly.com/question/24808124

#SPJ1

Simplify the quantity negative 7 times a to the 3rd power times b to the negative 3 power end quantity divided by the quantity 21 times a times b end quantity.

Answers

The simplified form of the expression \((-7a^3b^{-3})\) / (21ab) is \((-a^2) / (3b^3),\) removing negative exponents and canceling out common factors.

To simplify the given expression, let's break it down step by step.

The expression is:

\((-7a^3b^{-3}) / (21ab)\)

First, we can simplify the numerator by applying the exponent rules.

The negative exponent in the numerator can be rewritten as a positive exponent in the denominator:

\((-7a^3) / (21ab^3)\)

Next, we can simplify the fraction by canceling out common factors in the numerator and denominator. In this case, we can cancel out the common factor of 7:

\((-a^3) / (3ab^3)\)

Now, we can simplify the remaining terms by canceling out the common factor of 'a':

\((-a^2) / (3b^3)\)

Finally, we have simplified the expression to \((-a^2) / (3b^3)\).

In this simplified form, the expression no longer contains negative exponents or common factors in the numerator and denominator.

To summarize, the simplified form of the expression \((-7a^3b^{-3}) / (21ab)\) is \((-a^2) / (3b^3).\)

For more question on simplified visit:

https://brainly.com/question/723406

#SPJ8

A 2-column table with 9 rows. The first column is labeled x with entries negative 4, negative 3, negative 2, negative 1, 0, 1, 2, 3, 4. The second column is labeled f of x with entries 18, 9, 6, 3, 0, negative 3, negative 6, negative 9, negative 18. Based on the table, which best predicts the end behavior of the graph of f(x)? As x → ∞, f(x) → ∞, and as x → –∞, f(x) → ∞. As x → ∞, f(x) → ∞, and as x → –∞, f(x) → –∞. As x → ∞, f(x) → –∞, and as x → –∞, f(x) → ∞. As x → ∞, f(x) → –∞, and as x → –∞, f(x) → –∞.

Answers

Answer:

(C)As x → ∞, f(x) → –∞, and as x → –∞, f(x) → ∞.

Step-by-step explanation:

Given the values in the table:

\(\left|\begin{array}{c|c}x&f(x)\\--&--\\-4&18\\-3&9\\-2&6\\-1&3\\0&0\\1&-3\\2&-6\\3&-9\\4&-18\end{array}\right|\)

We observe from the table that:

As x increases, the value of f(x) decreases

i.e. Over time, when x → ∞, f(x) → –∞

As x decrease, the value of f(x) increases

Similarly, when x → –∞, f(x) → ∞.

Therefore: that which best predicts the end behavior of the graph of f(x) is:

(C)As x → ∞, f(x) → –∞, and as x → –∞, f(x) → ∞.

please help me solve this problem emergency

please help me solve this problem emergency

Answers

The height of the soccer ball when it was hit is 3 feet. It takes approximately 0.66 seconds for the soccer ball to reach its maximum height. The maximum height is approximately 10.89 feet.

To solve the given problem, we'll use the provided quadratic function h(t) = -16t^2 + 21t + 3, which represents the height of the soccer ball at time t.

(a) To find the height of the soccer ball when it was hit, we need to evaluate h(0) since t represents the time in seconds. Substituting t = 0 into the function, we get:

h(0) = -16(0)^2 + 21(0) + 3 = 3

Therefore, the height of the soccer ball when it was hit is 3 feet.

(b) To determine the time it takes for the soccer ball to reach its maximum height, we need to find the vertex of the parabolic function, which represents the maximum point. The time at the vertex can be found using the formula:

t = -b / (2a)

For the function h(t) = -16t^2 + 21t + 3, a = -16 and b = 21.

t = -21 / (2 * -16) ≈ 0.66 seconds (rounded to 3 decimal places).

(c) The maximum height can be found by substituting the time from part (b) back into the function. Evaluating h(0.66), we get:

h(0.66) = -16(0.66)^2 + 21(0.66) + 3 ≈ 10.89 feet (rounded to 3 decimal places).

Therefore, the maximum height of the soccer ball is approximately 10.89 feet.

For more such questions on maximum height

https://brainly.com/question/12446886

#SPJ8

Which angle relationship means two angles add up to 90
degrees?

Answers

When two angles add to 90°, we say they "Complement" each other.

So if two angles are complementary,

then the sum of their measures is 90 degrees.

For example, if we had a 62 degree angle and an 18 degree angle,

these two angles are complementary because they add to 90 degrees.

HELP QUICK!!WILL FIVE BRAINLIEST

HELP QUICK!!WILL FIVE BRAINLIEST

Answers

A

Think of (x, y)

Is there already a zero in for the x?

If I get it wrong then I’m so sorry

I’m not that great at explaining

how many 1-digit or 2-digit numbers must be in a set in order to apply the pigeonhole principle to conclude that there are two distinct subsets of the numbers whose elements sum to the same value?

Answers

The smallest value of |S| that guarantees the existence of two distinct subsets of S whose elements sum to the same value is 289.

Let S be a set of 1-digit or 2-digit numbers. We want to find the smallest value of |S|, the cardinality of S, such that there exist two distinct subsets of S whose elements sum to the same value.

Consider the largest possible sum of two elements in S. If the largest possible sum is less than or equal to 100, then every subset of S must have a sum less than or equal to 200, since at most two elements can be selected from S to form a sum greater than 100. Therefore, if |S| > 200, then by the Pigeonhole Principle, there must be two distinct subsets of S whose elements sum to the same value.

On the other hand, if the largest possible sum of two elements in S is greater than 100, then we can consider the set S' obtained by removing all elements of S greater than 100. Since S' consists of only 1-digit and 2-digit numbers, the largest possible sum of two elements in S' is 99 + 99 = 198. Therefore, if |S'| > 198, then by the Pigeonhole Principle, there must be two distinct subsets of S' whose elements sum to the same value.

But note that |S'| is at most the number of 1-digit and 2-digit numbers, which is 90 (10 1-digit numbers and 90 2-digit numbers). Therefore, if |S| > 90 + 198 = 288, then by the Pigeonhole Principle, there must be two distinct subsets of S whose elements sum to the same value.

Thus, the smallest value of |S| that guarantees the existence of two distinct subsets of S whose elements sum to the same value is 289.

To learn more about Pigeonhole Principle visit: https://brainly.com/question/30322724

#SPJ11

Pweeze help and i will give brainliest UwU <3

Pweeze help and i will give brainliest UwU &lt;3

Answers

Answer:

See below for answers

Step-by-step explanation:

1st blank: 2*2*2*2*2*2*2

2nd blank: 2

3rd blank: 7*7

4th blank: 7

5th blank: no

6th blank: doesn't equal

what is 2 3/10 in decimal form​

Answers

Answer:

2.3

Step-by-step explanation:

3/10= 30/100=.3

Add the whole number and you get 2.3

Hope this helps! :)

The value of the fraction 2 3/10 in decimal number is D = 2.3

What are decimal numbers?

The decimal numbers can only be expressed as fractions since they contain a fractional component. The accepted method for representing both integer and non-integer numbers is the decimal numeral system. There are 10 single-digit numbers in the decimal system:

0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. After the number 9, comes 10, then comes 11, then 12, and so on. Each time the digit to the right exceeds 9, the number on the left is increased by 1.

Given data ,

Let the mixed number be represented as n = 2 3/10

Now , let the decimal number be represented as D

And , the value of n as fraction is

Multiply the whole number 2 by 10 and add the numerator 3

So , the fraction is = 23/10

Now , the decimal number D = 2.3

Hence , the decimal number is D = 2.3

To learn more about decimal numbers click :

https://brainly.com/question/18373225

#SPJ5

the record high January temperature in Austin, Texas, is 90F. the record low January temperature is -2F. Find the difference between the high and low temperatures.

Answers

Answer:

92F

Step-by-step explanation:

the record high January temperature in Austin, Texas, is 90F. the record low January temperature is -2F. Find the difference between the high and low temperatures.

= 90 - (-2)

= 90 + 2

= 92F

What are the zeros of this function?
A. x = 2 and x = -6
B. x = 0 and x = -5
C. x = 0 and x = 5
D. X = 0 and x = -6

What are the zeros of this function?A. x = 2 and x = -6B. x = 0 and x = -5C. x = 0 and x = 5D. X = 0

Answers

Answer:

C

Step-by-step explanation:

The zeros are the values of x on the x- axis where the graph crosses.

the graph crosses the x- axis at 0 and 5

then the zeros are x = 0 and x = 5 → C

Nicole received a $15.00 gift card for a photo center. She used it to buy prints that cost 7 cents each. The remaining balance, B (in dollars), on the card after buying x prints is given by the following.
What is the remaining balance on the card if Nicole bought 50 prints?

Answers

Answer:

$11.50

Step-by-step explanation:

Since it's 7 cents to buy 1 print, you do 7 times 50 = 350 cents for 50 prints which is $3.50 so then we do $15.00 - $3.50 = $11.50

Therefore, the remaining balance on the card is $11.50

Please mark my answer as brainliest, it will help a lot.

What is the slope of the line passing through the points (4, 5) and (0, -7)? Show all your work.

Answers

Answer:

slope = 3

Step-by-step explanation:

calculate the slope m using the slope formula

m = \(\frac{y_{2}-y_{1} }{x_{2}-x_{1} }\)

with (x₁, y₁ ) = (4, 5 ) and (x₂, y₂ ) = (0, - 7 )

m = \(\frac{-7-5}{0-4}\) = \(\frac{-12}{-4}\) = 3

rise over run

you can also use the y2-y1/x2-x1 but these numbers where small enough where graphing can help visually

What is the slope of the line passing through the points (4, 5) and (0, -7)? Show all your work.
Other Questions
Module III Corporate Finance3. (d) Discuss the Importance of the Inclusion of Financial Statements in Corporate Annual Reports.(e) What is an "Audit"?(f) Why is it necessary to audit Financial Statements? if the population mean is unknwon, we form a confidence interval for it around PLEASE HELP! DUE IN LESS THAN 2 HOURS! IM STUCK! PLEASE HELP ME! THANKS QUESTION DOWN BELOW!!! PLEASE SHOW THE WORK! DETERMINE THE NUMBER OF LINE SEGMENTS IN THE 100TH PATTERN! What is the factor tree of 18 Grace has a segment with endpoints A (3, 2) and B (6, 11) that is partitioned by a point C such that AC and BC form a 2:3 ratio. She knows the distance between the x coordinates is 3 units. Which of the following fractions will let her find the x coordinate for point C Why do publications use study guides Why was Lizzie's love of mountaineering seen as scandalous? Using a p-value of .05 means that there is a 95% chance that the results of a study are truly statistically significant. This means that there is still a 5% chance those results are due to chance. This, combined with ________, are two main contributing factors to the reproducibility crisis. They came to the finishing line still holding hands and a standing ovation and nine beaming faces said more than these words ever will1) Who is the poet referring to?2) Why where 'they' holding hands? What does it signify?3) What does the poet mean by the last two lines of the extract?Pls answer properly.Don't copy from g..o..o..g..l..e Riverside Bank offers to lend you $50,000 at a nominal rate of 6.5%, compounded monthly. The loan (principal plus interest) must be repaid at the end of the year. Midwest Bank also offers to lend you the $50,000, but it will charge an annual rate of 6.3%, with no interest due until the end of the year. How much higher or lower is the effective annual rate charged by Midwest versus the rate charged by Riverside?Answer:-.30%-.40%-.38%-.43%-.49% How many pilgrims die within the first three months? ASK ME ANY QUESTION U WANT THE FIRST PERSON WILL GET BRAINLEST AND EXTRA POINTS The demand for cigarettes is quite interesting to observe. When considering the price elasticity of demand, some people consider the demand for cigarettes to be inelastic; others consider it to be elastic. And since cigarettes are expensive, some may consider cigarettes a luxury good, but others may say it an inferior good. What is your opinion on these two points? Please briefly discuss using concepts of elasticities we learn in class to support your arguments. SUMMARIZE: How did the first people come to the Americas, and how did they live once they were here? What are the things to be considered in making an argumentative essay? Write 96% as a fraction. a party caucus is a meeting of . a. state politicians who send themselves to the national convention b. the national party committee to assign delegates to the national convention c. local party members who choose delegates for the national convention d. voters to decide which parties make it onto the ballot A consumer has the utility function u(x,y)=x+2y, and an income of $200. The price of x is $10 and the price of y is $5. If she spends all her money on x, she will have a utility of or alternatively if she spends all her money on y, she will have a utility of a. 40;60 b. 20;60 c. 20;80 d. 40;80 "Leaving Venezuela"By Laya YagersysWhat does the change in the way the author sees her surroundings indicate?a. her deep political support for Hugo Chavezb. how the landscape of her home changed naturally over timec. a contrast between her current home and the new one she will haved. a foreshadowing of the difficulties that Venezuela experienced after Hugo Chavez's death Which best describes what the Bill of Rights does for citizens' rights?a. It revises them.b. It outlines themc. It amends themd. lt guarantees them