PLS HELP IM STUCK PLS

PLS HELP IM STUCK PLS

Answers

Answer 1

The slope of the linear function described in this problem is:

m = -3.

What is a linear function?

A linear function is modeled by:

y = mx + b

In which:

m is the slope, which is the rate of change, that is, by how much y changes when x changes by 1.b is the y-intercept, which is the value of y when x = 0, and can also be interpreted as the initial value of the function.

In this problem, the line goes through points (5,3) and (8,-6). Considering that the slope is given by change in y divided by change in x, for this function, it is given by:

m = (-6 - 3)/(8 - 5) = -9/3 = -3

The slope of the linear function described in this problem is:

m = -3.

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

#SPJ1


Related Questions

23. What is the range (in decimal) of a 6-bit 2's complement number? A) \( -32 \) to \( +31 \) B) \( -64 \) to \( +64 \) C) \( -128 \) to 0 D) \( -64 \) to \( +63 \) E) 0 to 63

Answers

The range (in decimal) of a 6-bit 2's complement number is -32 to +31. Therefore, the correct answer is A) -32 to +31.

To determine the range of a 6-bit 2's complement number, we need to consider the representation of signed numbers using 2's complement notation.

In a 6-bit representation, the most significant bit (MSB) is the sign bit, and the remaining 5 bits are used to represent the magnitude of the number. The MSB is 0 for positive numbers and 1 for negative numbers.

- If the MSB is 0, the number is positive, and the magnitude is represented by the remaining 5 bits. Therefore, the range for positive numbers is from 0 to \(\( (2^5) - 1 = 31 \)\).

- If the MSB is 1, the number is negative, and the magnitude is obtained by taking the 2's complement of the remaining 5 bits.
In a 6-bit representation, the most negative number is obtained when the remaining 5 bits are all 1s, which corresponds to -1 in decimal. Therefore, the range for negative numbers is from -1 to \(-\( (2^5) = -32 \)\).

Combining the ranges for positive and negative numbers, the overall range of a 6-bit 2's complement number is from -32 to +31.

Learn more about 6-bit 2's complement number here:

https://brainly.com/question/33059169

#SPJ11

2.24 Exit poll: Edison Research gathered exit poll results from several sources for the Wisconsin recall election of Scott Walker. They found that 52% of the respondents voted in favor of Scott Walker. Additionally, they estimated that of those who did vote in favor for Scott Walker, 39% had a college degree, while 42% of those who voted against Scott Walker had a college degree. Suppose we randomly sampled a person who participated in the exit poll and found that he had a college degree. What is the probability that he voted in favor of Scott Walker

Answers

The probability that the person who participated in the exit poll and has a college degree voted in favor of Scott Walker is approximately 0.5015 or 50.15%.

To find the probability that the person who participated in the exit poll and has a college degree voted in favor of Scott Walker, we can use Bayes' theorem.

Let's define the events:

A = Voted in favor of Scott Walker

B = Has a college degree

We are given the following information:

P(A) = 0.52 (probability of voting in favor of Scott Walker)

P(B|A) = 0.39 (probability of having a college degree given voting in favor of Scott Walker)

P(B|A') = 0.42 (probability of having a college degree given voting against Scott Walker)

We want to find P(A|B), the probability of voting in favor of Scott Walker given having a college degree.

Using Bayes' theorem, we have:

P(A|B) = (P(B|A) * P(A)) / P(B)

To calculate P(B), we need to consider the total probability of having a college degree, which can be calculated using the law of total probability:

P(B) = P(B|A) * P(A) + P(B|A') * P(A')

P(A') represents the event of voting against Scott Walker, which is the complement of voting in favor of Scott Walker.

P(A') = 1 - P(A) = 1 - 0.52 = 0.48

Now we can substitute the values into the formula:

P(A|B) = (P(B|A) * P(A)) / (P(B|A) * P(A) + P(B|A') * P(A'))

P(A|B) = (0.39 * 0.52) / ((0.39 * 0.52) + (0.42 * 0.48))

Calculating the numerator and denominator:

P(A|B) = 0.2028 / (0.2028 + 0.2016)

P(A|B) = 0.2028 / 0.4044

P(A|B) ≈ 0.5015

To know more about probability:

https://brainly.com/question/31828911

Solve.
60 = 9p − 3 + 7p
p=3916
p=334
p=31516
p=3112
--------------------------------------------------------------------
and
Solve.
3v − 15 − v = 58
v=2112
v = 29
v=3612
v=1814

Answers

The solution to the equation is v = 36.5.

The solution to the equation is p = 3.94.

We have,

Equation:

60 = 9p − 3 + 7p

Simplifying the equation:

60 = 16p - 3

Adding 3 to both sides:

63 = 16p

Dividing both sides by 16:

p = 63/16

p = 3.94

Equation:

3v − 15 − v = 58

Simplifying the equation:

2v - 15 = 58

Adding 15 to both sides:

2v = 73

Dividing both sides by 2:

v = 36.5

Therefore,

The solution to the equation is v = 36.5

The solution to the equation is p = 3.94

Learn more about solutions of equations here:

https://brainly.com/question/545403

#SPJ1


3 points
There are lots of other kinds of triangles! And Pyret has lots of other functions that make triangles!

triangle :: (size:: Number, style :: String, color :: String) -> Image

right-triangle :: (base::Number, height::Number, style::String, color::String) -> Image

isosceles-triangle :: (leg::Number, angle::Number, style::String, color::String) -> Image

Why do you think triangle only needs one number, while right-triangle and isosceles-triangle need two numbers and triangle-sas needs three?

This is a 3 point question. Please make sure you answer all of the questions.

3 pointsThere are lots of other kinds of triangles! And Pyret has lots of other functions that make triangles!triangle

Answers

Yes, that is correct.Additionally, programming languages such as Pyret have functions that allow for the creation of different types of triangles with various properties such as size, style, and color.

What is Pyret programming language?Pyret is a programming language that is designed to make it easy for students to learn how to code. It is based on Racket, a dialect of Lisp, and has a simple, expressive syntax that is well-suited for beginners. Pyret features a type system that can help catch errors early on, and also includes a built-in library of data structures and functions that can be used to create a wide variety of programs. It also has a web-based development environment that allows students to write and run code from their web browsers. Pyret is used in many educational settings, including schools and universities, to teach computer science concepts and programming skills to students. It is also open-source and actively maintained, allowing for a vibrant community of contributors and users.

To learn more about programming refer:

brainly.com/question/16936315

#SPJ1

ILL GIVE BRAINLIEST!!
Select all of the expressions that are equivalent to
4x – 5 +6.

4x + (-5)+(6)
4x - 6+5
4x + 1
5x
5 + 6 - 4x

Answers

Answer:

4x + (-5) + (6)

4x + 1

hope that helps

A certain pond has a minnow population of 20,000, and the population of minnows is increasing at a rate of 5% per year. The algae that the minnows eat is diminishing due to an excess amount of UV light, and the number of minnows it can support is shrinking by 750 each year. How is the population of minnows growing, and how is the supply of algae declining

Answers

Answer:

20000(.05)^x-750

Step-by-step explanation:

That's the equation for figuring out the population

help, i dont know any of this lol

help, i dont know any of this lol

Answers

Answer:

18m³ + 2m² – m

Combine (add and subtract) the terms that have the same variable and exponent. Do not combine terms that have different exponents or variables.

5m³ +5m³ + 8m³ = 18m³

3m² +3m² –4m² = 2m²

–2m –2m +3m = –m

A univerity tate that mean ECLSE core of their graduate i 1200. You do a tudy for your univerity and take a random ample of 100 tudent elected and if the ample mean i 1180. Aume that the ample tandard deviation i 100 and are approximately normally ditributed. Tet the theory that the mean ECLSE tet core i equal to 1200 at 95% ignificance level

Answers

The null hypothesis for this test is that the mean ECLSE test score for the university is equal to 1200. The alternative hypothesis is that the mean is not equal to 1200.

To perform the test, you will need to calculate the t-statistic and the p-value. The t-statistic is calculated by:

t = (sample mean - hypothesized mean) / (sample standard deviation/sqrt (sample size))

In this case, the sample mean is 1180, the hypothesized mean is 1200, the sample standard deviation is 100, and the sample size is 100. Plugging these values into the equation gives:

t = (1180 - 1200) / (100 / sqrt(100)) = -20 / 10 = -2

Next, you will need to calculate the p-value. The p-value is the probability of observing a t-statistic as extreme as the one calculated, given that the null hypothesis is true.

To calculate the p-value, you will need to use a t-distribution table or a software package to find the t-critical value for a one-tailed test with 99 degrees of freedom (since you have a sample size of 100) and a significance level of 0.05. The t-critical value is the value that defines the rejection region for the test. If the t-statistic falls in the rejection region, you can reject the null hypothesis.

If the p-value is less than the significance level of 0.05, you can reject the null hypothesis and conclude that the mean ECLSE test score for the university is not equal to 1200 at the 95% significance level. If the p-value is greater than or equal to 0.05, you cannot reject the null hypothesis and cannot conclude that the mean is different from 1200.

To know more about t-statistics visit :

https://brainly.com/question/15236063?referrer=searchResults

#SPJ4

ind the inverse Laplace transform of the following function: 8 /s² (s+2)

Answers

The Steady-state gain can be found using the formula Kp = lim s->0 G(s).

A. (a) The inverse Laplace transform of the function 8 /s² (s+2) is given by f(t) = 8(t - e^(-2t)).

B. (a) To find the inverse Laplace transform of 8 /s² (s+2), we can use partial fraction decomposition and inverse Laplace transform tables.

First, we express the function in partial fraction form as follows: 8 /s² (s+2) = A/s + B/s² + C/(s+2).

To find the values of A, B, and C, we can equate the coefficients of corresponding powers of s in the numerator and denominator. This leads to the equations A + 2B + 2C = 0, A = 8, and B = -8.

Substituting the values of A and B into the equation A + 2B + 2C = 0, we find C = 4.

Now, we have the partial fraction decomposition as: 8 /s² (s+2) = 8/s - 8/s² + 4/(s+2).

Using inverse Laplace transform tables, we find the inverse Laplace transforms of each term: L⁻¹{8/s} = 8, L⁻¹{8/s²} = 8t, and L⁻¹{4/(s+2)} = 4e^(-2t).

Finally, we combine the inverse Laplace transforms of each term to obtain the inverse Laplace transform of the original function: f(t) = 8(t - e^(-2t)).

Learning more about symmetric

brainly.com/question/31184447

#SPJ11

write the first four terms of the arithmetic sequence given a1=-3 and d=-2

Answers

1) -3
2) -5
3) -7
4) -9

Explanation:
Arithmetic Sequence Formula
a(n) = a1 + (a - 1) (d)

a= term position
a(n)= nth term
a1= first term

Write the factors of 6 that sum to -5.

Answers

Answer:

-2 and -3

Step-by-step explanation:

a negative multiplied by a negative is a positive so -2 multiplied by -3 equals 6. And, -2 + -3 = -5

y = 1/2x - 4 Slope: X-intercept: Y-intercept:​

Answers

Answer:

Slope = \(\frac{1}{2}\) , X-intercept = 8 , Y-intercept  = -4

Step-by-step explanation:

the following equation is given in slope intercept form which is y = mx + b where m is the slope and b is the y intercept

since m = \(\frac{1}{2}\) and b = -4, we can say our slope is \(\frac{1}{2}\) and y intercept is -4.

Recall that x intercept occurs when y = 0 so plug y = 0 in the equation then solve for x

0 = \(\frac{1}{2}\)x - 4

add 4 to both sides,

4 = \(\frac{1}{2}\)x

multiply by 2 on both sides,

4*2 = x

8 = x

x = 8

so our x-intercept is 8

the formula for simple interest is I=Prt. find the principal (p) if you earn $300 dollars in interest (i) of 5% for 6 years (t)​

Answers

Answer:

$9000

Step-by-step explanation:

I=?

p=$300

R=5*1/100

T=6

I=P*R*T

$300*5/100*6

=$9000

help me please!!! 30 points

help me please!!! 30 points

Answers

Answer:

17 square centimeters.

Step-by-step explanation:

Divide the rectangle into a 3x5 rectangle and a 2x1 rectangle.

(3x5)+(2x1)=17

17 square centimeters.

Is this true or false? The following graph represents a proportional relationship:
True
False

Is this true or false? The following graph represents a proportional relationship: True False

Answers

Step-by-step explanation:

true I think I hope this helps !!!

quien me ayuda con eso le dare los puntos que sea porfa​

quien me ayuda con eso le dare los puntos que sea porfa

Answers

Answer:

3=c 4=a

Step-by-step explanation:

Given f(x) = 2 sin x, find the exact value of f (7pi/6) in simplest form with a rational denominator.​

Answers

Answer:

           \(\bold{f(\frac{7\pi}6)=-1}\)

Step-by-step explanation:

\(f(\frac{7\pi}6)=2\sin(\frac{7\pi}6)=2\sin(\frac{7\pi}6)=2\sin(\pi+\frac{\pi}6)=-2\sin(\frac{\pi}6)=-2\cdot\frac12=-1\)

Jasmine had $120,000 last year. This year she has $50,000

What is the percentage difference?

Answers

50000 is the old value and 120000 is the new value. In this case we have a positive change (increase) of 140 percent because the new value is greater than the old value.

The percentage difference if Jasmine had $120,000 last year and this year she has $50,000 is 41.6%.

What is percentage?

As it is clear from the term per cent means measuring anything per hundred. For example, you get marks per 100 marks, so you get the percentage.

Given:

The last year value = $120000,

The new value of this year = $50000,

Calculate the percentage by the following formula,

Percentage difference = The new value of this year / The last year's value ×100

Substitute value

Percentage difference = 50000 / 120000 × 100

Percentage difference = 41.6%

Therefore, the percentage difference if Jasmine had $120,000 last year and this year she has $50,000 is 41.6%.

To know more about percentages:

https://brainly.com/question/26080842

#SPJ5

find the value of x. A.12 B.30 C.9 D. 21.75

Answers

Answer:

i need help my self keep trying

Step-by-step explanation:

Robert gets a loan from the bank. agrees to borrow 6000 , his interest rate is 7 %. he agrees to pay back over a 10 year period. how much money wil he have paid back by then?

Answers

The amount to be paid after paying interest of 7% for 10 years is 10,2000

The amount to be borrowed from the bank = 6000

Interest rate for the amount per year = 7%

The total time period of the loan = 10 years

Thus , the final amount can be calculated by using the formula

                    A = P(1 + rt)

where A is the final amount

          P is the principal amount to be borrowed

          r is the rate of interest

          t is the time period

Now, let us substitute the known values in the above equation , we get

             A = 6000 ( 1 + 0.07 x 10)

                 = 6000 (1 + 0.7)

                 = 6000 (1.7)

             A = 10,200

Therefore , the final amount to be paid is 10,200

Learn more about the simple interest in

https://brainly.com/question/25845758

#SPJ4

If WX = WZ, what theorem
can be used to show that
APXW = APZW?

Pls help asap

If WX = WZ, what theoremcan be used to show thatAPXW = APZW?Pls help asap

Answers

APX is congruent to WX and APZ is congruent to WZ

From step 2 and 3, we can conclude that APX is congruent to APZ.

What is transitive property prove the statement?One theorem that can be used to show that APXW = APZW when WX = WZ is the Transitive Property of Congruence.The Transitive Property states that if two figures are congruent to a third figure, then they are congruent to each other. In this case, WX and WZ are congruent because they are equal, and APX and APZ are congruent to WX and WZ, respectively. Therefore, APX and APZ are congruent to each other.Step by step explanation:Given WX = WZSince WX = WZ, we can say WX is congruent to WZ (Congruent figures have the same size and shape)APX is congruent to WX and APZ is congruent to WZFrom step 2 and 3, we can conclude that APX is congruent to APZ.Therefore, APXW = APZW (the sides of two congruent figures are equal)

To learn more about transitive property refer:

brainly.com/question/7042091

#SPJ1

your friend, a male soccer player weighing 86 kg, is trying to determine how many carbohydrates should be consumed 2 hours before his soccer game. based on his weight, how many grams of carbohydrate would you recommend for your friend 2 hours before the soccer game?

Answers

In linear equation, The carbohydrate intake ranges between 129-286g

What in mathematics is a linear equation?

An algebraic equation with simply a constant and a first-order (linear) term, such as y=mx+b, where m is the slope and b is the y-intercept, is known as a linear equation.

                          Sometimes, the aforementioned is referred to as a "linear equation of two variables," where x and y are the variables.

A diet with adequate proteins and carbohydrates can be given to an athlete (2-3 hours) before a sport.

Generally, 2-3g/kg body weight of Carbohydrates can be included in the diet (depending on the weight and height.

Here, the person weighs 86kgs (assuming the majority of the bodyweight is muscle mass)

Therefore, average carbohydrate intake can be – 85* 2 = 170g; or, 85*3 = 255g

Thus, the carbohydrate intake ranges between 129-286g

Learn more about linear equation

brainly.com/question/29739212

#SPJ4

Describe a real life multipication situation for which an estimate makes sense explain why it makes sense. NEEDS TO BE ANSWERED RIGHT NOW

Answers

Answer:

I have 20 weddings which need 3 cakes each. How many cakes do I need to get?

20 x 3 = 60 cakes

A bag contains 8 red marbles, 12 yellow marbles, 10 purple marbles, 9 green marblesand 22 orange marbles. You draw 5 marbles out at random, without replacement. What is the probability that all the marbles are red? What is the probability that exactly two of the marbles are red? What is the probability that at most 2 of the marbles are red?

Answers

Answer:

13

Step-by-step explanation:

QUE RPO

Greta uses 3 cups of pasta for every 3/4 cup of sauce how much pasta does she use per cup of sauce. Please Help me!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Answers

Answer: Greta uses 4 ounces of pasta for every 1 cup of sauce.

suppose you lift a laptop that weighs 4.1 pounds off the floor onto a shelf that is 2 feet high. how much work have you done?

Answers

The required work done in lifting the laptop to a height of 2 feet will be 263.79 foot-poundal.

Total weight of the laptop is 4.1 pounds

Acceleration due to gravity = 32.17 ft/\(s^{2}\)

Now the height to which the laptop has been lifted = 2 feet

Since, there is no mentioned velocity of the laptop, therefore the kinetic energy will be zero

Therefore, the total work in lifting the laptop will be equal to the change in potential energy.

Potential energy is the energy that comes by virtue of its position with reference to other

Therefore, potential energy = mgh

Where, m = mass of the laptop = 4.1 pounds

g = acceleration due to gravity = 32.17 ft/\(s^{2}\)

h = height to which the laptop is lifted =  2 feet

Therefore potential energy = (4.1)(32.17)(2) = 263.79 foot-poundal

263.79 foot-poundal is the required work done.

To know more about the potential energy, visit here:

https://brainly.com/question/8664733

#SPJ4

There are 5 white balls,8 red balls ,7 yellow balls and 4 green balls in a container a ball is choosen at random.what is the probabilty of chooseing neither white or green? .

Answers

15/19 + 14/19 = 29/19

Step-by-step explanation:

Add the number of balls in the basket together.

Subtract the number of white balls from the sample space ( the total amount of balls) your answer is written over the sample space and the same process is done for the green ball

answer CORRECTLY for brainleist if u put a link i will report u ! thx have a bleesed night all ;)

answer CORRECTLY for brainleist if u put a link i will report u ! thx have a bleesed night all ;)

Answers

Answer:

132 cm squared

Step-by-step explanation:

for the two triangles 8 times 3 divided by 2 is 12 times 2 for two triangles equals 24

the two side rectangles easy just do 5 times 6 and it equals 30 times two because there is 2 and you get 60

the bottom rectangle do the same thing except 6 times 8 and there is only one so 48

add all areas together to get 132

A turtle resides in the ocean water and on land. When underwater, the turtle reaches a depth of 3,000 feet below sea level. When on land, the turtles are at sea level. Select the inequality that shows the relationship between the depth the turtle swims and reaches when on land.

Answers

You can add are subtract

Nhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

In Norway the population is 4,707,270, while the area of the country is 328,802 sq km. What is the population density for Norway? Round to the nearest hundredth if necessary.

Answers

The population density of Norway is 14.31 people per square kilometer.

What is Density?

Density is a  property of matter that describes how much mass is contained in a given volume. It is a measure of the amount of matter (mass) per unit of volume.

The formula for density is:

Density = Mass / Volume

Where:

Mass is the amount of matter in an object, usually measured in grams (g) or kilograms (kg).

Volume is the amount of space that an object occupies, usually measured in cubic meters (m³), cubic centimeters (cm³), or liters (L).

To find the population density of Norway, we need to divide the total population by the total area:

Population density = Population / Area

Population density = 4,707,270 / 328,802

Population density = 14.31 (rounded to the nearest hundredth)

Therefore, the population density of Norway is 14.31 people per square kilometer.

To learn more about Density visit the link:

https://brainly.com/question/1354972

#SPJ1

Other Questions
A triangle, RST, has coordinates R (2,1), S (2,7), and T (5,1). What is the length of the shortest side of triangle RST? C++ Program to make Rat in mazeTopics which will be used in this Project:FunctionsFillingPointers2D ArraysDynamic MemoryYou have to make a game in which rat will find the path from source to reach destination position.A Maze is given as N*N matrix of blocks where source block is the upper left most block i.e., maze[0][0] and destination block is lower rightmost block i.e., maze[N-1][N-1]. A rat starts from source and has to reach the destination. The rat can move in multiple direction. Possible directions can be Right, Left, Up and down.In the maze matrix, 0 means the block is a dead end and 1 means the block can be used in the path from source to destination. You have to use other number like -2 to decrease the lives of rat.Major Functionalities:1) Start New GameUser will start new Game by entering his/her name and their scores must be maintained.2) Pause/Resume GameIt will save the state of game. It will then started from where the user left the game.3) Levels (Easy, Medium, Hard)On users selection of level, you will select the maze of that complexity. You will make multiple files for multiple levels and you have to load these levels on users selection.4) Show Highest Score TableShow Scores of each player. You have to store the score in ascending order in file name as "scores.txt"5) ExitExit the game by storing the score of user.Functionalities Required::1) Load Maze:You have to load maze from file on users level selection. You will keep the original maze without showing it. As, user will find the way, you will show that path in that similar way.You have to show the proper maze as shown above diagram based upon the 0,1 and -2.0 will represents the way is blocked. 1 will represents the way is open. And you can show any monster image on -2, while creating maze.2) Check Move:You have to check whether the specific move is possible or not. Like if you stand on first box, then you cant able to move up, right (Backward).3) Is Safe:a. Check whether the specific move is safe or blockage. If blocked, then you cantable to move in that direction. You have to find another way for it.b. And if user will hit -2 in box, then you have to reduce the life of rat. Max lives can be 3.4) Update Score:a. Increase Score:i. Score will be increased by 5, if user will find the box successfully. b. Decrease Score:i. If user will find -2 block then it will be reduced by 5 and also one life will be decreased.ii. If user will find block of (0), then it will be reduced by -1.5) Show Full path :You have to show the full path from where the user pass away.6) Save user ScoreYou have to save the users scores against his/her name.7) Show High Score:You have to show the High Score table and their respective names. Exercise 1 Write a personal pronoun that agrees with the indefinite pronoun antecedent in the sentence. Underline the antecedent. Some of our neighbors have already shoveled _____________ sidewalks. How might the expectations you have set for your self impact your future career? In the expression 7 1/2 divided by 3/4, which number is the dividend? You breed poodles and notice there is a bimodal distribution of poodle heights in your kennel. One group, which contains 21 dogs, averages 20. 5 inches. Another group that contains 17 dogs, averages 32. 1 inches A 2 column table with 5 rows titled Selected Reported Expenses July-September 2012. Column 1, entries Senior staff assistant, Director of Information technology, Director of scheduling, Director of speechwriting, Research assistant. Column 2 entries, $9,535, $23,250, $21,875, $31,500, $11,250. Which duty of a US representative is the expense report an example of? Leading a committee meeting Voting on proposed legislation Hiring and managing a staff Scheduling public appearances. 10 Describe the thin film interference? give examples. * (3 Points) Enter your answer 6 * At what condition a ray of light will invert after falling on a thin film (2 Points) Enter your answer David and Carlo ran laps to train for the long-distance running team. The ratio of the number of laps David ran to the number of laps Carlo ran was to . If David ran miles, what percentage of the total number of miles did Carlo run? Do you believe that teenagers could benefit from communication courses and the development of the internet and social media caused a change in the way we communicate? 36: "You have just said the most . . . the most poetic thing, Geraldine Moore," said Mrs. Scott. Her hands flew up to touch the silk scarf around her neck. "Nothing lovelys been happening in my life." She repeated it so quietly that everyone had to lean forward to hear.37 "Class," Mrs. Scott said very sadly, clearing her throat, "you have just heard the best poem you will ever hear." She went to the board and stood there for a long time staring at the chalk in her hand.38 "Id like you to copy it down," she said. She wrote it just as Geraldine had said it, bad grammar and all.what Is the tone of the author1. Frank2. Optimistic3 patronizing4 encouraging Help I need the strategies with this one I dont get it.The graph of the equation y = 1/4x will pass through which of the followingpairs of points?A. Point S and (-1,2)B. Point S and (0,-2)C. Point T and (0,0)D. Point T and (0,-2) BRAINLY! Explain how unspoken words can influence or create conflict between people. 2. Explain the system of sharecropping and discuss how it was different than tenant farming. plz help fast reply plzzzz help how the cell structures (organelles) in this list can be used to classify the cell as either prokaryotic or eukaryotic april, a coffee shop manager, penalizes employees for reporting late to work. this measure has gone a long way in ensuring that employees arrive on time. the step taken by april best reflects On January 1, 2020, Oregon Company issued eight-year bonds with a face value of $6,000,000 and a stated interest rate of 6%, payable semiannually onJune 30 and December 31. Determine the issue price of the bonds, assuming the bonds were sold to yield 8% (require use of present value tables): What is a convention of graph making?ResponsesThe data must be capable of being plotted as a straight line.The data must be capable of being plotted as a straight line.There must be at least 10 numbers on each axis.There must be at least 10 numbers on each axis.Dependent variables are omitted.Dependent variables are omitted.The independent variable is on the x-axis. You're making dessert, but your recipe needs adjustment. Your snickerdoodle cookie recipe makes 2 dozen cookies, but you need 3 dozen cookies. If the recipe requires 13 I cups of sugar, 1 teaspoons of