Solve for S

3/ -s + 1 = 6/ s + 4

Solve For S3/ -s + 1 = 6/ S + 4

Answers

Answer 1
3(s+4)=6(-s+1)

Distribute
3s+12=-6s+6

Move = change sign and collect term

9s=6-12

Divide by 9

S= -2/3


Related Questions

Apply Math Models You have 20 quarters. You
find 40% more quarters in your room. Then you go
shopping and spend 50% of the total number of
quarters.
a. Write an expression that represents the
total number of quarters you take with
you when you go shopping.
b. How much money do you have left?
18. H
F
S
F
t

Answers

Answer:

a. Let Q be the total number of quarters you take with you when you go shopping. The total number of quarters you have is 20, and you find 40% more quarters in your room, which is an additional 0.4 * 20 = <<0.420=8>>8 quarters. Therefore, the total number of quarters you have after finding more quarters in your room is 20 + 8 = <<20+8=28>>28 quarters. When you go shopping, you spend 50% of the total number of quarters, which is 0.5 * 28 = <<0.528=14>>14 quarters. Therefore, the total number of quarters you take with you when you go shopping is 28 - 14 = <<28-14=14>>14 quarters. This can be represented by the expression Q = 28 - 0.5 * 28.

b. If you have 14 quarters with you when you go shopping, and you spend 50% of the total number of quarters, then you have 0.5 * 14 = <<0.514=7>>7 quarters left. Since each quarter is worth $0.25, you have 7 * 0.25 = $<<70.25=1.75>>1.75 left. Answer: \boxed{1.75}.

57. Center: (0, 0); Radius: 3

Answers

The answer for your question is 0

g ranking/unranking algorithms to generate a uniform random binary string of length n with exactly k ones.

Answers

The solution is written in Python

binary = ""decimal = 13quotient = int (decimal / 2)  remainder = decimal % 2binary = str(remainder) + binarywhile(quotient >0):decimal = int(decimal / 2)quotient = int(decimal / 2)  remainder = decimal % 2binary = str(remainder) + binaryprint(binary)

The given problem can be solved by using the rand() function that generates a random number over the range [0, RAND_MAX] and with the help of the value returned by this function, any number in any range [L, R] can be generated as (rand() % (R – L + 1)) + L. Follow the steps below to solve the problem:

Initialize an empty string, say S.

Iterate over the range [0, N – 1] and perform the following steps:

Store a random number in the range [0, 1] using rand() function.

Append the randomly generated 0 or 1 to the end of the string S.

After completing the above steps, print the string S as the resulting binary string.

This binary is to hold the binary string.

Next, we declare variable decimal, quotient and remainder (Line 2-4). We assign a test value 13 to decimal variable and then get the first quotient by dividing decimal with 2 (Line 3). Then we get the remainder by using modulus operator, % (Line 4). The first remainder will be the first digit joined with the binary string (Line 5).  

We need to repeat the process from Line 3-5 to get the following binary digits. Therefore create a while loop (Line 7) and set a condition that if quotient is bigger than 0 we keep dividing decimal by 2 and calculate the quotient and remainder and use the remainder as a binary digit and join it with binary string from the front (Line 9-11).

At last, we print the binary to terminal (Line 13).

To learn more about Binary visit :

brainly.com/question/27985749

#SPJ4

The angle formed between one side and another, always less than 180 degrees.

Answers

Answer:obtuse angle

Step-by-step explanation:

An obtuse angle is an angle of greater than 90° and less than 180°. It is bigger than an acute angle. It is smaller than a straight angle, which measures 180°. Angles are measured with a protractor obtuse angle is specifically present in hexagon and pentagon and others.

(Score for Question 1: of 3 points)
1. Represent each situation with an inequality.
(a) The sum of a number and 12 is at most -8.
(b) A number increased by -8 is greater than 12.
(c) -8 less than a number is no more than 12.
Answer:

Answers

Inequality for each part be

a) x + 12 ≤ -8

b)  x - 8 > 12

c) x + 8 < 12

What do you mean by inequality?

In mathematics, an inequality is a relationship in which two numbers or other mathematical expressions compare unequal. Most commonly used to compare two numbers on the number line based on size.

The notation a < b means that a is less than b.

The notation a > b means that a is greater than b.

Let the number be x

According to the question:

a) The sum of a number and 12 is at most -8.

inequality become:

x + 12 ≤ -8

b) A number increased by -8 is greater than 12

inequality become:

x + (-8) > 12

⇒ x - 8 > 12

c)  -8 less than a number is no more than 12

x - (-8) < 12

⇒ x + 8 < 12

Therefore, inequality for each part be

a) x + 12 ≤ -8

b)  x - 8 > 12

c) x + 8 < 12

To learn more about the inequality from the given link.

https://brainly.com/question/25944814

#SPJ1

Find the value of the expression. x(x–y)–y(y^2–x) for x=4 and y=2

Answers

To evaluate an algebraic expression means to find the value of the expression when the variable is replaced by a given number. To evaluate an expression, we substitute the given number for the variable in the expression and then simplify the expression using the order of operations

You intend to estimate a population mean with a confidence interval. You believe the population to have a normal distribution. Your sample size is 7.
While it is an uncommon confidence level, find the critical value that corresponds to a confidence level of 95.9%.
(Report answer accurate to three decimal places with appropriate rounding.)
ta/2 = ±

Answers

The critical value that corresponds to a confidence interval of 95.9% is 1.99.

The distribution of the sample mean will be roughly normally distributed, according to the Central Limit Theorem, if we have an unknown population with a mean and standard deviation and adequately small random samples (n < 30) are chosen from the population with replacement.

Then, the mean of the sample means is given by,

μ(x) = μ

And the standard deviation of the sample means is given by,

σ = σ / [tex]\sqrt{n}[/tex]

In this case the sample selected is of size, n = 7.

As the sample size n = 7 < 30, the sampling distribution of sample mean will be approximately normal.

So, a z-interval will be used to estimate the population mean.

The confidence level is, 95.9%.

The value of α is:

∝ = 1 - confidence level

∝ = 1 - 0.959

∝ = 0.041

The critical value is:

[tex]z_{\frac{∝ }{2} }[/tex] =  [tex]z_{\frac{0.041}{2} }[/tex]

[tex]z_{\frac{∝ }{2} }[/tex] = [tex]z_{0.0205}[/tex]

[tex]z_{\frac{∝ }{2} }[/tex] = -1.99

[tex]z_{1-∝/2}[/tex] = 1.99

Use a z-table.

Therefore,

The critical value that corresponds to a confidence interval of 95.9% is 1.99.

To learn more about Critical value visit :
brainly.com/question/14508634

#SPJ4

The function f(x)=9.25x + 3 represents the amount radda earns dog walking for X hours

Answers

Since the function f(x) = 9.25x + 3 represents the amount of money that Radda earns dog walking for x hours, Radda's earnings would increase by $12.25 each hour.

How to write a linear function for the total amount of money Radda earns?

In Mathematics, a linear function is sometimes referred to as an expression or the slope-intercept form of a straight line and it can be used to model (represent) the total amount of money that is being earned by Radda for dog walking;

T = mx + b

Where:

T represents the total amount of money earned.m represents the rate of change (slope) per hour.x represents the number of hours or time.b represents the y-intercept or initial amount.

Therefore, the required linear function that represents the total amount of money that is being earned by Radda for dog walking per hour is given by this mathematical expression;

f(x) = T = 9.25x + 3

When the number of hours Radda spend dog walking is equal to 1 (x = 1), the rate of change(slope) can be calculated as follows;

f(1) = T = 9.25(1) + 3

f(1) = T = 9.25 + 3

f(1) = T = $12.25.

In this context, we can reasonably infer and logically conclude that Radda's earnings increases each hour by $12.25.

Read more on linear function here: brainly.com/question/27325295

#SPJ1

Complete Question:

The function f(x) = 9.25x + 3 represents the amount Radda earns dog walking for x hours. How much does Radda's earnings increase each hour?

convert the following equation into standard form.
Y = -2x

Answers

2x − y = 0

The standard form of a linear equation is:

Ax + By= C

where, if at all possible, A, B, and C are integers, A is non-negative, and, A, B, and C have no common factors other than 1.

The equation in the problem can be converted into standard form by the following method:

−2x + y= −2x + 2x

−2x + y = 0

−1(−2x+y) = −1 × 0

2x − y = 0

2x − 1y = 0

The following can be referred to for better understanding:

https://brainly.ph/question/237078

what number is 16 2/3% more than 240

Answers

280 is the number which is 16 2/3% more than 240

What is the percentage?

It's the ratio of two integers stated as a fraction of a hundred parts. It is a metric for comparing two sets of data, and it is expressed as a percentage using the percent symbol.

We would receive 16 times 3 plus 2 if we converted 16 2/3 to an improper fraction. Then, we would divide this number by 3, getting 50/3, which is equal to 50/3 divided by 100, or 1/6.

(1/6) th of 240 = 240/6 = 40

40 more than 240 = 280

So, 280 is the number which is 16 2/3% more than 240

To Learn more about the percentage form the link:

https://brainly.com/question/24304697

#SPJ1

Kim and her friends watched the server making smoothies. The table shows the number of mangos that were used for each of the different sizes of smoothies that the friends ordered
.Mich statement is correct based on the data?
The ratio of smoothie size to mangos used for Kim is 1.7, and the ratio of smoothie size to mangos used for Bri is 3: 28.
The ratio of smoothie size to mangos used for Angela is higher than the ratio of smoothie size to mangos used for Kim.
The ratio of smoothie size to mangos used for Bri is 7:1, and the ratio of smoothie size to mangos used for Angela is 4: 28.
The ratio of smoothie size to mangos used for Kim is the same as the ratio of smoothie size to mangos used for Angela.

Answers

The solution is Option D.

The ratio of smoothie size to mangoes used for Kim is the same as the ratio of smoothie size to mangoes used for Angela

What is Proportion?

The proportion formula is used to depict if two ratios or fractions are equal. The proportion formula can be given as a: b::c : d = a/b = c/d where a and d are the extreme terms and b and c are the mean terms.

Given data ,

Let the equation be represented as A

Now , the value of A is

The number of mangoes used by Bri = 1 mango

The amount of smoothie size of Bri = 7 oz

The number of mangoes used by Kim = 3 mangoes

The amount of smoothie size of Kim = 21 oz

The number of mangoes used by Angela = 4 mangoes

The amount of smoothie size of Angela = 28 oz

Now , the proportion is given by

The ratio of smoothie size to mangoes used by Kim = amount of smoothie size of Kim / number of mangoes used by Kim

Substituting the values in the equation , we get

The ratio of smoothie size to mangoes used by Kim = 21 / 3

The ratio of smoothie size to mangoes used by Kim = 7 : 1

Now , the proportion is

The ratio of smoothie size to mangoes used by Angela = amount of smoothie size of Angela / number of mangoes used by Angela

Substituting the values in the equation , we get

The ratio of smoothie size to mangoes used by Angela = 28 / 4

The ratio of smoothie size to mangoes used by Angela = 7 : 1

So , The ratio of smoothie size to mangoes used by Kim = The ratio of smoothie size to mangoes used by Angela = 7 : 1

Hence , ratio of smoothie size to mangoes used by Kim is equal to ratio of smoothie size to mangoes used by Angela

To learn more about proportion click :

https://brainly.com/question/7096655

#SPJ1

Answer:

d

Step-by-step explanation:

i took the test and its right :)

8x + 2 = 26

can someone please help?..

Answers

8x = 26 - 2
8x = 24
X = 24/8
X = 3.
To verify, plug the x value in the equation

Answer:

x = 3

Step-by-step explanation:

8x + 2 = 26

8x = 26 - 2

8x = 24

x = 24/8

x = 3

Check:

8*3 + 2 = 26

24 + 2 = 26

a 9 foot ladder is leaning against a wall. if the top of the ladder is sliding down the wall at a rate of

Answers

The rate at which the top of ladder slide down is 8.48 ft/s. The negative sign implies that the height is reducing with time which is true because it is sliding down.

The well-known geometric theorem that the sum of the squares on the legs of a right triangle is equal to the square on the hypotenuse (the side opposite the right angle)—or, in familiar algebraic notation, [tex]a^{2}+b^{2} =c^{2}[/tex]

Given that,

Length of the ladder is, [tex]l=9ft[/tex]

Let the top of ladder be at height of 'h' and the bottom of the ladder be at a distance of 'b' from the wall.

Now, from triangle ABC,

[tex]AB^{2} +BC^{2} =AC^{2}[/tex]

[tex]h^{2} +b^{2} =l^{2}[/tex]

[tex]h^{2} +b^{2}[/tex] = [tex]9^{2}[/tex]

[tex]h^{2} +b^{2}[/tex] = 81               (Equation-1)

Differentiating the above equation with respect to time, 't'.

So,

We can write,

[tex]\frac{d}{dt} (h^{2}+b^{2} )[/tex] = [tex]\frac{d}{dt}[/tex] (81)

[tex]\frac{d}{dt} (h^{2}+b^{2} )[/tex] = 0

[tex]2h\frac{dh}{dt} +2b\frac{db}{dt}[/tex] = 0

[tex]h\frac{dh}{dt} +b\frac{db}{dt}[/tex] = 0                (Equation-2)

In the above equation the term [tex]\frac{dh}{dt}[/tex] is the rate at which top of ladder slides down and [tex]\frac{db}{dt}[/tex] is the rate at which bottom of ladder slides away.

Let us assume,

h = 3 ft and db/dt = 3 ft/s

We can substitute values in equation-1,

[tex]3^{2} +b^{2}[/tex] = 81

9 + [tex]b^{2}[/tex] = 81

[tex]b^{2}[/tex] = 81-9

[tex]b^{2}[/tex] = 72

b = [tex]\sqrt{72}[/tex]

b = 8.48 ft

Now, plug in all the given values in equation (2) and solve for [tex]\frac{dh}{dt}[/tex]

3*[tex]\frac{dh}{dt}[/tex] + 8.48 * 3 = 0

3*[tex]\frac{dh}{dt}[/tex] + 25.44 = 0

3*[tex]\frac{dh}{dt}[/tex] = - 25.44

[tex]\frac{dh}{dt}[/tex] = -25.44/3

[tex]\frac{dh}{dt}[/tex] = - 8.48 ft/s

Therefore,

The rate at which the top of ladder slide down is 8.48 ft/s. The negative sign implies that the height is reducing with time which is true because it is sliding down.

To learn more about Pythagoras theorem visit :

brainly.com/question/28022959

#SPJ4

-y + 7y -54 = 0 what is the linear equation for y

Answers

The linear equation for y is y=9.

What is linear equation?

A linear equation is an algebraic equation of the form y=mx+b, where m is the slope and b is the y-intercept, and only a constant and a first-order (linear) component are included. The variables in the preceding equation are y and x, and it is occasionally referred to as a "linear equation of two variables."

-y+7 y-54=0

Add similar elements: -y+7 y=6 y

6 y-54=0

Move 54 to the right side

6 y=54

Divide both sides by 6

[tex]\frac{6 y}{6}=\frac{54}{6}[/tex]

Simplify

y=9

To learn more about linear equation visit:https://brainly.com/question/11897796

#SPJ1

Please Help!!!
Marshall wants to buy a car in five years worth $20,000. He finds a savings account with a simple interest rate of 4%. How much money must he put in the account now so he has $20,000 to buy the car in five years (round to the nearest dollar). SHOW ALL WORK

Answers

The amount of money he must put in the account is $16666.66

What is meant by interest rate?

A portion of the total loan amount that the borrower is required to pay the lender as interest over a predetermined timeframe.

This year, the Bank of Canada quickly increased its policy rate, taking it from 0.25% in March 2022 to 4.25% in December 2022, and in the process, driving up mortgage and prime rates. An interest rate is the portion of a loan, deposit, or borrowing that must be paid in interest each period. The total amount of interest charged depends on the amount lent or borrowed, the interest rate, the frequency of compounding, and the length of time it was lent, deposited, or borrowed.

Given,

r=4%

T=5 years

Total amount=SI+P

=20000

SI+P=20000

SI=20000-P

SI=PTR/100

20000-P=(P×5×4)/100

2000000-100P=20P

120P=2000000

P=16666.66

Therefore, The amount of money he must put in the account is $16666.66.

To know more about interest rate, visit:

https://brainly.com/question/29262495

#SPJ1

lucy buys a $68 pair of shoes. she receives a 15% employee discount. if the sales tax is 6 1/4 %, how much does she pay for the shoes?

Answers

The amount that Lucy pays for the shoes is $61.56.

How to calculate the amount paid?

A percentage is a value or ratio that may be stated as a fraction of 100. If we need to calculate a percentage of a number, we should divide it's entirety and then multiply it by 100.

In this situation, Lucy buys a $68 pair of shoes. she receives a 15% employee discount and the sales tax is 6 1/4. The amount paid will be:

= $68 - (15% × $68)

= $57.80

Addition of the sale tax will be:

= $57.80 + (6.5% × $57.80)

= $57.80 + $3.76

= $61.56.

The price is $61.56.

Learn more about percentages on:

brainly.com/question/24877689

#SPJ1

Which system of linear inequalities is graphe

Answers

Answer:

B

Step-by-step explanation:

The vertical dashed line is x = -3. Since the shading is to the right, that is x > -3.

The solid line has slope -4/5 and y-intercept -2. It's shaded above, so it is y ≥ -x - 2.

Answer: B

please help meeeeeeee

Answers

Answer: B & A

Step-by-step explanation: I think?

Suppose that a high school marching band has 112 members. Of these 112 band members, 35 are seniors, 21 play the trumpet, and 8 are seniors who play the trumpet. What is the probability that a randomly selected band member is a senior given that he or she plays the trumpet? Give your answer as a percentage, rounded to one decimal place. What is the probability that a randomly selected band member plays the trumpet given that he or she is a senior?

Answers

Answer:

Part A: 38.1% of the members are seniors that play the trumpet

Part B:  22.9% of the members who are seniors play trumpet

Step-by-step explanation:

Part A:

8 of the 21 members play trumpet that are seniors

8/21 = .381 or %38.1 of the members

Part B:

8 of the 35 seniors in the marching band play trumpet

8/35 = .229 or %22.9 of the members

Cone W has a radius of 6 cm and a height of 5 cm. Square pyramid X has the same base area and height as cone W.
Paul and Manuel disagree on the reason why the volumes of cone W and square pyramid X are related. Examine their arguments. Which statement explains whose argument is correct and why?

Answers

Manuel's argument is correct on why the volume of cone W and  square pyramid are related . Paul used the incorrect base area to find the volume of square pyramid X. Then the correct option is C.

Define cone and square pyramid

A thick or empty device with an approximately round or elliptical base that tapers to a notch is known as a cone.

on the other hand ,

A three-dimensional geometric shape having a square base and four triangular faces/sides that meet at a single point (called vertex) is called a square pyramid.

Calculation

Cone W has a radius of 6 cm and a height of 5 cm.

The base area of the cone will be

A = πr²

A = π (6)²

A = 113.04 square cm

Then the volume of the cone will be

V = (1/3) x base area x height

V = (1/3) x 113.04 x 5

V = 188.4 cubic cm

Square pyramid X has the same base area and height as cone W.

Then the volume of the square pyramid will be

V = (1/3) x base area x height

V = (1/3) x 113.04 x 5

V = 188.4 cubic cm.

Manuel's argument is correct on why the volume of cone W and  square pyramid are related . Paul used the incorrect base area to find the volume of square pyramid X. Then the correct option is C.

To know more about cone and square pyramid  visit ;

https://brainly.com/question/11553477

#SPJ1

Helpp!! GIVING BRAINIEST

Answers

The value of the c in the function c = 19m - 15 when m=10 is 175.

What is a function?

A relationship between a number of inputs and outputs is termed a function. In a function, which is an association of inputs, each input is associated to exactly one output. Each function has a domain, range, and co-domain.

Given the function;

c = 19m - 15,

where m represents the number of months and c represents the total number of car sent to New York.

To find the value of c:

when m = 10,

Substitute the value of m to the function;

c = 19 (10) - 15

c = 190 - 15

c = 175.

Therefore, the value of c is 175.

To learn more about the function;

brainly.com/question/28303908

#SPJ1

Polly borrowed $285 for a new floor lamp. She will make 5 monthly payments of $62 to repay the loan. How much will she pay in interest?

Answers

Interest is the price you pay to borrow money or the cost you charge to lend money.

How do you calculate interest on a loan?Divide your interest rate by the number of payments you'll make that year. If you have a 6 percent interest rate and you make monthly payments, you would divide 0.06 by 12 to get 0.005. Multiply that number by your remaining loan balance to find out how much you'll pay in interest that month.If the payment plan is $62 per month for 5 months, then the whole payment will be: $310To calculate simple interest on a loan, take the principal (P) times the interest rate (R) times the loan term in years (T), then divide the total by 100. To use this formula, make sure you're expressing your interest rate as a percentage, not a decimal (i.e., a rate of 4% would go into the formula as 4, not 0.04).So, $10$ percent per annum means that $10$ percent interest will be charged yearly or annually over a principal amount or a loan. Note: If the rate of interest is $10$ percent per annum, then the interest calculated will be $10$ percent of the principal amount.

To find the difference of 310 and 285, subtract 310 from 285. This will give you the added interest cost.

310-285 = 25

So, Polly will pay $25 in interest.

To learn more about interest refer to:

https://brainly.com/question/29369088

#SPJ1

(A TEST I NEED IT ASAP)
1. Use each digit from 1 to 5 once to make the following equation true. ■ − ■ ■/■ = 3 ■/6
2. The sum of three mixed numbers is 8 2/5. The difference between the first number and second number is 1. The difference between the first number and third number is 2. What is the least number?
3. Tori plays the tuba. She plays for 4 1/2 measures, rests for 8 3/8 measures, plays for another 16 measures, rests for 2 1/4 measures, and plays for the rest of a 36-measure song. How long was the last section that she played?

Answers

Answer:

2

Step-by-step explanation:

Marco has $16.72. He spends $9.21 on a movie ticket. How much money does Marco have left?
Responses
A $7.68$7.68
B $7.51$7.51
C $7.48$7.48
D $7.61

Answers

Answer:

7.51

Step-by-step explanation:

16.72 - 9.21

The function below has at least one rational zero. Use this fact to find all zeros of the function. f(x)=7x^4 +27x^3 -40x^2 +x +5

Answers

The rational zeros of the function can be found using the Rational Zero Theorem. The possible rational zeros of the function are ±1, ±5, ±1/7, ±5/7.

Zeros:

x=-5, -1/7, 0, 1, 5

The Rational Zero Theorem states that if a polynomial function of degree n has integer coefficients, then the possible rational zeros of the function will be of the form ±p/q, where q is a factor of the leading coefficient and p is a factor of the constant term.

In this case, the degree of the polynomial is 4, which means that the leading coefficient is 7 and the constant term is 5. Thus, the possible rational zeros of the function will be of the form ±p/q, where p is a factor of 5 and q is a factor of 7. The factors of 5 are ±1 and ±5, and the factors of 7 are ±1 and ±7. This means that the possible rational zeros of the function are ±1, ±5, ±1/7, and ±5/7.

To find the zeros of the function, we can use the rational zeros we found and plug them into the original equation. We can then solve for the zeros and find that the zeros of the function are x=-5, -1/7, 0, 1, 5.

x=-5: 7(-5)^4 +27(-5)^3 -40(-5)^2 +(-5) +5= 0

x=-1/7: 7(-1/7)^4 +27(-1/7)^3 -40(-1/7)^2 +(-1/7) +5= 0

x=0: 7(0)^4 +27(0)^3 -40(0)^2 +(0) +5= 0

x=1: 7(1)^4 +27(1)^3 -40(1)^2 +(1) +5= 0

x=5: 7(5)^4 +27(5)^3 -40(5)^2 +(5) +5= 0

Learn more about function here

https://brainly.com/question/29633660

#SPJ4

Solve the equation 6x² + 1 = 10x to the nearest tenth.

Answers

Use the quadratic formula and you’ll get x1=0.10 and x2=1.55

Kevin has an annual salary of $41,732, and he earned $33.52 interest from his savings account. He also paid $1050 in student loan interest and contributed $3900 to an IRA retirement account. Calculate Kevin’s adjusted gross income.

Answers

Kevin's adjusted gross income is $36, 815. 52

What is adjusted gross income?

Adjusted gross income is simply described as gross income minus certain adjustments from the income.

These adjustments includes;

Educator expensesStudent loan interestAlimony paymentsContributions to an account, etc

It is calculated as;

Adjusted gross income = sum total of income - expenses

Now, let's substitute the values into the formula, we have;

Adjusted gross income = $(41,732 + 33.52) - $(1050 + 3900)

Add the values

Adjusted gross income = $(41, 765. 52 - 4950)

Subtract the values

Adjusted gross income = $36, 815. 52

Hence, the value is $36, 815. 52

Learn more about adjusted gross income here:

https://brainly.com/question/14059060

#SPJ1

Help with this plsssss !!!

Answers

Answer:

58

Step-by-step explanation:

There are 5 lines between 50 and 60

60 - 50 = 10

10 / 5 = 2

This means that each increment is 2.

We see the end of the box plot is above the fourth increment above 50.

4 x 2 = 8

50 + 8 = 58

A random sample of 75 students at the University of Minnesota spend an average of $614 per month in rent
with a standard deviation of $219. The distribution is moderately skewed to the high end. Which of the
following statements are true?
i. 95% of students at the university spend $564 to $664 on rent.
ii. We are 95% confident that the average rent for students at the university is between $564 and $664.
iii. Because we cannot examine other characteristics of the students in the random sample, it is not
advisable to construct a confidence interval.
Oi only
O ii only
O iii only
Oi and ii
Oi, ii, and iii
Check Answer

Answers

The correct option is b) ii only

From the given data we can construct confidence interval. So, the statement that we are 95% confident that the average rent for students at the university is between $ 564 and $664 is true.

What is meant by distribution?

The methodical effort to account for how the owners of the labor, capital, and land inputs divide the country's income. Rent, wages, and profit margins have historically been the focus of economists' research into how these expenses and margins are set.

What are the 3 types of distribution?

The Three Types of Distribution

Intensive Distribution: As many outlets as possible. The goal of intensive distribution is to penetrate as much of the market as possible.Selective Distribution: Select outlets in specific locations. ...Exclusive Distribution: Limited outlets.

What are the 5 factors of distribution?

Market, Product, Company, Channel, and Environment Related Factors are 5 Important Factors Affecting Distribution Channel Selection. The distribution of goods can be done through a variety of routes.

To know more about distribution:

https://brainly.com/question/29062095

#SPJ1

maria is selling chips and candy bars. each box of chips has 20 bags for $13.80 and the candy bars is $6.60 for a box of 12 bars. if maria only has $100 to spend, write an inequality that represents the possible number of boxes of chips (x) and boxes of candy bars (y) maria could buy.

Answers

The inequality that represents the possible number of boxes of chips (x) and boxes of candy bars (y) Maria could buy is 13.80x + 6.60y ≤ 100.

How to represent inequality?

Maria is selling chips and candy bars. each box of chips has 20 bags for $13.80 and the candy bars is $6.60 for a box of 12 bars.

Maria has only 100 dollars to spend. The inequality that represent the possible number of boxes of chips (x) and boxes of candy bars (y) Maria could buy can be calculated as follows:

Therefore,

x = number of boxes of chipsy = number of boxes of candy bars

Hence each box of chips is 13.80 dollars and each candy bars is 6.60 dollars.

Therefore, the inequality is 13.80x + 6.60y ≤ 100.

learn more on inequality here: brainly.com/question/5308952

#SPJ1

Other Questions
4x -16x+16=0how to find the roots by factoring Performing Arts Pathway Jarrett will often work hand-in-hand with the Performing Arts pathway. He might need to hire a band for a wedding at his venue or a magician for a work holiday party. What other times might an event planner work with someone in the Performing Arts pathway? 11. Read the excerpt below from the article 'Security Cameras. Tools for Safer cities or Weapons of Evil Empires?' by Simon Donnelly.Some people do not appreciate these high-tech efforts to keep us safe. Instead, they focus on exaggerated fears of a surveillance state in which the government watches everyone all the time.What is the best explanation of the logical fallacy in this excerpt?Donnelly is using general statements about surveillance that cannot be verified or supported by facts.Donnelly is drawing conclusions about surveillance cameras that arent based on logical causes.He is not addressing the real issue of how to protect people's privacy because he is bringing up other unrelated issues.He is using an ad hominem fallacy to attack his opponents rather than presenting reasons for his claim. some investigators have proposed a distinctly adult stage of cognition beyond piaget's formal operations called thought. a broker who is not a realtor wishes to use written contracts to established her agency agreement with buyer-client. the broker should look at the picture The area of a rectangle is 35 m, and the length of the rectangle is 3 m more than double the width. What is the dimensions of the rectangle? What element could react with nitrite to form an ionic bond? you must store large amount of data, and both searching and investing new elements must be fast as possible. true or false HELP ME!!!!! According to the ________, Aryans and Jews were not allowed to marry.A. Evian ConferenceB. Final SolutionC. Nuremberg LawsD. Wannsee Conference what are the essential differences among working capital loans, open credit lines, asset-based loans, term loans, revolving credit lines, interim financing, project loans, and acquisition loans? schedules of reinforcement farm workers are paid x amount of dollars for every basket of fruit that they pick If a patient is having a hard time digesting a certain lipid known as triacylglycerol. What organ(s)effect the digestion of this lipid? Why could this be happening? emotions can be expressed verbally or by using nonverbal communication, including the use of body language or facial expressions. t/f FILL ON THE BLANK cities and towns in texas often see rapid population growth. such growth requires school districts to quickly expand. in this type of situation, school districts use___________ to borrow the necessary funds to achieve this goal. Please answer as soon as possible!! Read the excerpt from Pygmalion.THE FLOWER GIRL. Oh, we are proud! He ain't above giving lessons, not him: I heard him say so. Well, I ain't come here to ask for any compliment; and if my money's not good enough I can go elsewhere.HIGGINS. Good enough for what?THE FLOWER GIRL. Good enough for yeoo. Now you know, don't you? I'm come to have lessons, I am. And to pay for em too: make no mistake.HIGGINS [stupent] WELL!!! [Recovering his breath with a gasp] What do you expect me to say to you?THE FLOWER GIRL. Well, if you was a gentleman, you might ask me to sit down, I think. Don't I tell you I'm bringing you business?HIGGINS. Pickering: shall we ask this baggage to sit down or shall we throw her out of the window?THE FLOWER GIRL [running away in terror to the piano, where she turns at bay] Ahahahowowowoo! [Wounded and whimpering] I won't be called a baggage when I've offered to pay like any lady.Motionless, the two men stare at her from the other side of the room, amazed.PICKERING [gently] What is it you want, my girl?THE FLOWER GIRL. I want to be a lady in a flower shop stead of selling at the corner of Tottenham Court Road. But they won't take me unless I can talk more genteel. He said he could teach me. Well, here I am ready to pay himnot asking any favorand he treats me as if I was dirt.MRS. PEARCE. How can you be such a foolish ignorant girl as to think you could afford to pay Mr. Higgins?THE FLOWER GIRL. Why shouldn't I? I know what lessons cost as well as you do; and I'm ready to pay.HIGGINS. How much?THE FLOWER GIRL [coming back to him, triumphant] Now you're talking! I thought you'd come off it when you saw a chance of getting back a bit of what you chucked at me last night. [Confidentially] You'd had a drop in, hadn't you?HIGGINS [peremptorily] Sit down.THE FLOWER GIRL. Oh, if you're going to make a compliment of itHIGGINS [thundering at her] Sit down.MRS. PEARCE [severely] Sit down, girl. Do as you're told. [She places the stray chair near the hearthrug between Higgins and Pickering, and stands behind it waiting for the girl to sit down].THE FLOWER GIRL. Ahahahowowoo! [She stands, half rebellious, half bewildered].PICKERING [very courteous] Won't you sit down?LIZA [coyly] Don't mind if I do. [She sits down. Pickering returns to the hearthrug].HIGGINS. What's your name?THE FLOWER GIRL. Liza Doolittle.HIGGINS [declaiming gravely] Eliza, Elizabeth, Betsy and Bess, They went to the woods to get a bird's nes':PICKERING. They found a nest with four eggs in it:HIGGINS. They took one apiece, and left three in it.They laugh heartily at their own wit.LIZA. Oh, don't be silly.MRS. PEARCE. You mustn't speak to the gentleman like that.LIZA. Well, why won't he speak sensible to me?HIGGINS. Come back to business. How much do you propose to pay me for the lessons?LIZA. Oh, I know what's right. A lady friend of mine gets French lessons for eighteenpence an hour from a real French gentleman. Well, you wouldn't have the face to ask me the same for teaching me my own language as you would for French; so I won't give more than a shilling. Take it or leave it.HIGGINS [walking up and down the room, rattling his keys and his cash in his pockets] You know, Pickering, if you consider a shilling, not as a simple shilling, but as a percentage of this girl's income, it works out as fully equivalent to sixty or seventy guineas from a millionaire.PICKERING. How so?HIGGINS. Figure it out. A millionaire has about 150 pounds a day. She earns about half-a-crown.LIZA [haughtily] Who told you I onlyHIGGINS [continuing] She offers me two-fifths of her day's income for a lesson. Two-fifths of a millionaire's income for a day would be somewhere about 60 pounds. It's handsome. By George, it's enormous! it's the biggest offer I ever had.---------------------------------------------------------------------------------------------------------------------------Part AWhat is a theme developed in this scene from Pygmalion?A) Complimenting people may make them more agreeable.B) For some, there are other things in life more valuable than money. C) Success is often possible with persistence. D) It is unwise to expect something for nothing in return. Question 2Which detail from the scene best supports the answer in Part A?A) THE FLOWER GIRL [, coming back to him, triumphant, ] Now you're talking! I thought you'd come off it when you saw a chance of getting back a bit of what you chucked at me last night. [, Confidentially, ] You'd had a drop in, hadn't you?B) "HIGGINS. Figure it out. A millionaire has about 150 pounds a day. She earns about half-a-crown.C) "Well, here I am ready to pay himnot asking any favorand he treats me as if I was dirt."D) "Well, you wouldn't have the face to ask me the same for teaching me my own language as you would for French; so I won't give more than a shilling. Take it or leave it." Which of these commands would return the files /etc/game.conf, /etc/file.conf and /etc/snap.conf(choose two)ls /etc/????.????echo /etc/*?.*o?ls /etc/p????.**echo /etc/????.*f 13. Yo el piano en la iglesia el domingo. (tocar)14. Vosotros al carro sin discusin. (subir)15. Los muchachos no a la profesora. (responder)16. Mi familia y yo tamales juntos. (hacer)17. Antonia un lpiz de mi mochila. (sacar)18. $i=$ t los apuntes en tu cuaderno? (escribir)19. Los maestros Feliz Cumpleaos a los estudiantes. (cantar)20. Yo a la escuela a tiempo hoy. (llegar)21. Francisca el refresco de una botella. (beber)22. No me grites! Yo no. nada. (hacer)33. Vosotros un regalo de vuestra abuela. (recibir)24. Yo a las dos de la tarde. (almorzar)25. Nosotras al banco para sacar el dinero. (ir) Based on the passage, what did the ancient Greeks most likely believe about their gods?The gods had greater character flaws than humans.The gods had fewer character flaws than humans.The gods lived by the same values as humans.The gods lived by different values than humans. study the map of the middle east and click on the regions controlled or occupied by israel after the six-day war of 1967 and the yom kippur war of 1973.