Sammy the Sailor swears entirely too much. The following probability distribution shows the number of times Sammy swears per day and the corresponding probabilities:
# of swear words: 2 5 9 14 20
Probability: 0.01 0.09 0.30 0.40 0.20
In an effort to reduce his amount of swearing, Sammy places $1.00 in a jar every time he swears. Further, if at the end of the day he swears more than 10 times, he places an extra $2.00 in the jar per swear word over 10. If Sammy swears less than 5 times, he takes out $0.50 for each of his swear words.
A B C D E F G
1 # of swear word Probability
2 Cost per swear word $1.00 2 0.01
3 Extra cost per swear
word over 10 $2.00 5 0.09
4 Refund per swear word
less than 5 $0.50 9 0.3
5 14 0.4
6 20 0.2
7
8
9 # Regular Extra cost Refund Total
swear swear if over 10 if under money
words word swear 5 swear in the jar
cost words words for the
day
10
Based off the partial simulation spreadsheet above, answer the following questions:
A) What formula should go into cell C10 to calculate the Regular Swear word cost?
B3*B4 SUMPRODUCT(B2:B4, B10) B4*B10 SUM(B2:B4) B2*B10 B3*B2 B3*B10
B) What formula should go into cell D10 to calculate the Extra Swear word cost?
=IF(B10>10,(B10-10)*B3,0) =IF(B10>10,(10-B10)*B3,0) =(B10-10)*B3 =IF(B10>10,0,(B10-10)*B3) SUMPRODUCT(B10,B3) B10*B3
C) What formula should go into cell E10 to calculate the Refund amount?
B10*B4 =IF(B10>5,(B10-5)*B4,0) =IF(B10<5,0,B10*B4) =IF(B10<5,B10*B4,0) SUMPRODUCT(B10:B4) =IF(B10<5,(B10-5)*B4,0)
D) What formula should go into cell F10 to calculate the total money in the jar?

Answers

Answer 1

Full question attached:

Answer and explanation:

A) B2*B10: cell B2 and B10 have the values regular swear costs and number of swears respectively and we need to multiply these two values to get our answer

B) =IF(B10>10,(B10-10)*B3,0): Sam is supposed to pay an extra $2 for swear words over 10 and so we check if his swear words are above 10 and if they are we find out how many they are by subtracting 10 from them and then we multiply the value gotten by the cost for extra swear words($2)

C) =IF(B10<5,B10*B4,0): here we check if swear words are less than 5 and if they are we multiply number of swears words less than by 5 by the cost ($0.50)

D) F10=C10+D10+E10: to calculate total money in jar(F10), we simply add up regular cost(C10), extra cost(D10) and refund(E10)

Sammy The Sailor Swears Entirely Too Much. The Following Probability Distribution Shows The Number Of
Sammy The Sailor Swears Entirely Too Much. The Following Probability Distribution Shows The Number Of

Related Questions

Hey guys! I have this problem and I dont really understand how to solve it, could you guys help me? :' )

Answers

Answer:

Step-by-step explanation:

Answer:

-7

Step-by-step explanation:

musah stands at the center of a rectangular field . He first takes 50 steps north, then 25 step west and finally 50 steps on a bearing of 315°. How far west and how far north is Musah final point from the center?

Answers

Answer:

85.36 far north from the center

10.36 far east from the center

Step-by-step explanation:

The extra direction taken in the north side is x

X/sin(360-315)=50/sin 90

Sin 90= 1

X/sin 45= 50

X= sin45 *50

X= 0.7071*50

X= 35.355 steps

X= 35.36

Then the west direction traveled

West =√(50² - 35.355²)

West = √(2500-1249.6225)

West= √1250.3775

West= 35.36 steps

But this was taken in an opposite west direction

From the center

He is 35.36 +50

= 85.36 far north from the center

And

25-35.36=-10.36

10.36 far east from the center

A methods and measurements analyst for Timepiece, Inc., needs to develop a time standard for the task of attaching a watch to a wristband. How many observations should be made if he wants to be 95.44 percent confident that the maximum error in the observed time is one second

Answers

In a preliminary study, he observed one of his workers perform this task five times, with the following results:

Observation: Time (secs):

1 27

2 19

3 20

4 21

5 13

Answer:

100 Observations

Step-by-step explanation:

Z value = 2 (due to confidence percentage of 95.44)

S = 5

A = 1

N equals to square of (ZxS/A)

N = (ZxS/A)^2

N = (2x5/1)^2

N = 10^2 = 100

Find the equation with the given slope through the given point. Write the equation in the given form AX+BY=C m=1/9 (-6,2)

Answers

Answer:

x - 3y = 12

Step-by-step explanation:

Find the point-slope form of this equation and then convert the point-slope form into standard form (ax + by = c):

y - k = m(x - h) becomes y - 2 = (1/9)(x + 6).

Multiplying all three terms by 9 removes the fraction:

3y - 6 = x + 6, or x - 3y = 12

the square of a number is 3 less than four times the number. which values could be the number?​

Answers

Answer:

x could be 3 or 1

Step-by-step explanation:

x²+3=4x

x²-4x+3=0

(x-3)(x-1)

x could be 3 or 1

The values could be 1 or 3.

Let the number be n.

In this exercise, you're required to write a mathematical (algebraic) expression for the given word problem and determine which values could be the unknown number.

Translating the word problem into an algebraic expression, we have;

[tex]n^{2} = 4n - 3\\\\n^{2} - 4n + 3 = 0[/tex]

We would solve the quadratic equation by using the factorization method;

[tex]n^{2} - 3n -n + 3 = 0\\\\n(n - 3) - 1(n - 3) = 0\\\\(n - 1)(n - 3) = 0[/tex]

Therefore, the values could be 1 or 3.

Find more information: https://brainly.com/question/17215161

There are 8 books needing re-shelving in a library where 65% of the library's collection consists of reference books. Let X be the number of reference books a student helper re-shelves out of the 8 on her cart. a) What is the probability that all 8 of them are reference books

Answers

Answer:

0.0319

Step-by-step explanation:

To approximate this probability, we shall be using the Bernoulli approximation of the Binomial distribution.

Let p = probability of selecting a reference book = 65% = 0.65

Let q = probability of selecting other books= 1-p = 1-0.65 = 0.35

Now, we want to find the probability that all of these 8 books to be re-shelved are reference book.

We set up the probability as follows;

P(X = 8) = 8C8 •p^8•q^0

P(X = 8) = 1 * (0.65)^8 * (0.35)^0

P(X = 8) = 0.031864481289 which is 0.0319 to 4 decimal places

Finding Slope On a coordinate plane, a line goes through points (0, 1) and (4, 2). What is the slope of the line? m =

Answers

Answer:

slope = [tex]\frac{1}{4}[/tex]

Step-by-step explanation:

Calculate the slope m using the slope formula

m = [tex]\frac{y_{2}-y_{1} }{x_{2}-x_{1} }[/tex]

with (x₁, y₁ ) = (0, 1) and (x₂, y₂ ) = (4, 2)

m = [tex]\frac{2-1}{4-0}[/tex] = [tex]\frac{1}{4}[/tex]

Answer:

the answer would be 1/4

Step-by-step explanation:

find the range. 83, 71, 62, 86, 90, 95, 61, 60, 87, 72, 95, 74, 82, 54, 99, 62, 78, 76, 84, 92

Answers

Answer: 45

Step-by-step explanation: The range is the difference between the greatest number in the data set and the least number in the data set which in this case is 99 - 54 or 45. So the range of this data set is 45.

Answer:

[tex] \boxed{45}[/tex]

Step-by-step explanation:

Given data:

83 , 71 , 62 , 86 , 90 , 95 , 61 , 60 , 87 , 72 , 95 , 74 , 82 , 54 , 99 , 62 , 78 , 76 , 84 , 92

largest value = 99

Smallest value = 54

Let's find the range:

Range = Largest value - smallest value

= 99 - 54

= 45

Extra information:

Range

It is the simple method of measuring the variations. A range is defined as the difference between the largest and the smallest value of distribution. If the data are arranged in ascending or descending order, then the difference between the largest and smallest value is called the range.

The range is defined by

Range = Largest value - smallest value i.e ( highest value - lowest value )

= L - S

Range is the absolute measure of dispersion = L - S

Thus, if a₁ , a₂ , a₃ ...............aₙ are n term in a sequence arranged in ascending order, the range is given by

R = a - a where a₁ is the smallest value and aₙ is the highest value or R = L - S , where L is the largest value and S is the smallest value.

Hope I helped!

Best regards!

Help and show work plz

Answers

Answer:

30

Step-by-step explanation:

If we have 4 integers that have an average of 9, then all the numbers will add up to [tex]9\cdot4=36[/tex].

If we want the greatest number possible, the other 3 need to be the lowest possible.

Since they are all different, the lowest possible values of the first 3 numbers are 1, 2, and 3.

[tex]1 + 2 + 3 = 6[/tex]

[tex]36 - 6 = 30[/tex]

So 30 is the greatest value of one of the integers.

Hope this helped!

If you conducting a test for statistical study and you got outcome with the likelihood of 0.005. Please evaluate outcome.

Answers

Here is the complete question:

a. Statistically significant at 0.01

b. Not statistically significant

Answer:

The test is significant

Step-by-step explanation:

When a p value is smaller than or less than alpha we say it is statistically significant.

We are testing the p value or likelihood of 0005 against a significant level of 0.01

P value = 0.005 < 0.01

0.005 is less than 0.01 which shows the test to be significant.

The decision rule would be to reject the null hypothesis and say the result is statistically significant.

Solve 45 - [4 - 2y - 4(y + 7)] = -4(1 + 3y) - [4 - 3(y + 2) - 2(2y -5)] (make sure to type the number only - rounded to the tenth)

Answers

Answer:

Rounded: -5.5

Step-by-step explanation:

Work above :)

Diane has a rectangular poster that is 20 centimeters long and 15 centimeters wide. What is the area of the poster in square meters? Do not round your answer. Be sure to include the correct unit in your answer.

Answers

Answer:

0.03 square meters

Step-by-step explanation:

1. convert 20 cm, 15 cm into m by dividing the number by 100 then you got 0.2 m and 0.15 m respectively

2. calculate the area by multiply 2 numbers together

0.2 × 0.15 = 0.03 square meter

If I chose a number uniformly from the integers from 1 to 25, calculate the conditional probability that the number is a multiple of 6 (including 6) given that it is larger than 18.

Answers

Answer:

1/7

Step-by-step explanation:

If I choose a number from the integers 1 to 25, the total number of integers I can pick is the total outcome which is 25. n(U) = 25

Let the probability that the number chosen at random is a multiple of  6 be P(A) and the probability that the number chosen at random is is larger than 18 be P(B)

P(A) = P(multiple of 6)

P(B) = P(number larger than 18)

A = {6, 12, 18, 24}

B = {19, 20, 21, 22, 23, 24, 25}

The conditional probability that the number is a multiple of 6 (including 6) given that it is larger than 18 is expressed as P(A|B).

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

Since probability = expected outcome/total outcome

A∩B = {24}

n(A∩B) = 1

P(A∩B) = n(A∩B)/n(U)

P(A∩B) = 1/25

Given B = {19, 20, 21, 22, 23, 24, 25}.

n(B) = 7

p(B) = n(B)/n(U)

p(B) = 7/25

Since P(A|B) = P(A∩B)/P(B)

P(A|B) = (1/25)/(7/24)

P(A|B) = 1/25*25/7

P(A|B) = 1/7

Hence the conditional probability that the number is a multiple of 6 (including 6) given that it is larger than 18 is 1/7

Which of the following is not a way of generating random numbers? A. random number tables B. using phone numbers selected at random in a local phone book C. using the internet D. books of random numbers

Answers

Answer:

well all of these look like a way so we have to use elimination method

A : random number tables : well it has random numbers so X out

B: PHONE NUMBERS: well phone numbers are random so X out

C: USing the internet : totally X out

D: books of random numbers: X out

so none of the above i guess

The only way that might not be used in generating random numbers is : (B). using phone numbers selected at random in a local phone book

Meaning of random numbers

Random numbers are numbers that occurs randomly without prediction. these numbers are impossible to predict using past values.

Random numbers are important for computer encryption and lotteries.

In conclusion, The only way that might not be used in generating random numbers is using phone numbers selected at random in a local phone book

Learn more about random numbers: https://brainly.com/question/10352102

#SPJ2

SOMEONE PLEASE HELP.............

Select the type of equations.

consistent
equivalent
inconsistent​

Answers

Answer:

this is an inconsistent because no solutions

A recent survey asked 1200 randomly selected U.S. adults if they believe that the U.S. federal government is doing enough to keep U.S. elections safe from outside interference. After analyzing the results, the researchers were able to state that they are 95% confident that between 52.5% and 59.5% of all U.S. adults believe that the U.S. federal government is not doing enough to keep U.S. elections safe. Which statement BEST describes how to interpret these results

Answers

Complete Question

The  complete question is shown on the first uploaded image

Answer:

The correct option is  D

Step-by-step explanation:

From the question the question we are told that

    The researchers were able to state that they are 95% confident that between 52.5% and 59.5% of all U.S. adults believe that the U.S. federal government is not doing enough to keep U.S. elections safe.

Generally a confidence interval states to what extent the chances of the true population is within the a given range

 So the 95% confidence interval given in the question as 52.5% and 59.5%  means that the chances of the true population mean being with this given range is 95%

 So given that the the true population mean is within this range then it means that the population mean will be greater than 50%

   So  the statement that best describe and interprets this result is

The results show significant statistical support that most U.S. adults (over 50%) believe that the U. S. Federal government is not doing enough to keep U.S. election safe.

HELP ASAP HELP ASAP HELP ASAP HELP ASAP HELP ASAP HELP ASAP HELP ASAP HELP ASAP HELP ASAP

Answers

Answer:

Segment LM Corresponds to RQ    

Segment R corresponds to angle M

Answer:

Step-by-step explanation:

six hundred men,six hundred men with big mouths to feed

The table shows the results of a survey in which 10th-grade students were asked how many siblings (brothers and/or sisters) they have. A 2-column table has 4 rows. The first column is labeled Number of siblings with entries 0, 1, 2, 3. The second column is labeled number of students with entries 4, 18, 10, 8. What is the experimental probability that a 10th-grade student chosen at random has at least one, but no more than two, siblings? Round to the nearest whole percent. 65% 70% 75% 80%

Answers

Answer:

70%

Step-by-step explanation:

Given

Number of Siblings:   ||    0  ||    1    ||      2     ||       3

Number of Students: ||    4  ||    18    ||    10     ||       8

Required

Determine the probability of a student having at least one but not more than 2 siblings

First, we have to determine the total number of 10th grade students

[tex]Total = 4 + 18 + 10 + 8[/tex]

[tex]Total = 40[/tex]

The probability of a student having at least one but not more than 2 siblings = P(1) + P(2)

Solving for P(1)

P(1) = number of students with 1 sibling / total number of students

From the given parameters, we have that:

Number of students with 1 sibling = 18

So:

[tex]P(1) = \frac{18}{40}[/tex]

Solving for P(2)

P(2) = number of students with 2 siblings / total number of students

From the given parameters, we have that:

Number of students with 2 siblings = 10

So:

[tex]P(2) = \frac{10}{40}[/tex]

[tex]P(1) + P(2) = \frac{18}{40} + \frac{10}{40}[/tex]

Take LCM

[tex]P(1) + P(2) = \frac{18 + 10}{40}[/tex]

[tex]P(1) + P(2) = \frac{28}{40}[/tex]

Divide numerator and denominator by 4

[tex]P(1) + P(2) = \frac{7}{10}[/tex]

[tex]P(1) + P(2) = 0.7[/tex]

Convert to percentage

[tex]P(1) + P(2) = 70\%[/tex]

Hence, the required probability is 70%

Answer:

Step-by-step explanation:

bB

A multiple regression model involves 5 independent variables and a sample of 10 data points. If we want to test the validity of the model at the 5% significance level, the critical value is:

Answers

Answer:

The critical value is 6.26.

Step-by-step explanation:

It is provided that there are 5 independent variables involved in a multiple regression model and the sample consist of 10 data points.

The critical value of F to test the significance of the model is:

[tex]\text{Critical Value}=F_{\alpha, (k, n-k-1)}[/tex]

Here,

k = number of independent variables

n = number of observations.

Then the critical value is:

[tex]\text{Critical Value}=F_{\alpha, (k, n-k-1)}[/tex]

                      [tex]=F_{\alpha, (5, 10-5-1)}\\=F_{0.05,(5, 4)}\\=6.2561\\\approx 6.26[/tex]

*Use a F-table.

Thus, the critical value is 6.26.

NEED ASAP I WILL GIVE BRAINLEYEST What is the value of the expression 22 + 82 ÷ 22? 8 10 17 20

Answers

Answer:

Exact Form:

283 /11

Decimal Form:

25.  72

Mixed Number Form:

25  8 /11

Step-by-step explanation:

Answer:

17

Step-by-step explanation:

Mark each of the following as true or false and explain how you know.

Answers

true false false true...is the quick answer

Remember that negatives are always less than positive numbers.

nick cut a circular cookie into 5 equal slices. what is the angle measure of each slice?

Answers

Using concepts of circles, it is found that the angle measure of each slice is of 72º.

--------------------------------------------

The cookies have circular formats.A complete circle, which is the format of a cookie, has an angular measure of 360º.If it is divided into a number n of equal slices, the angles will be 360 divided by n.

--------------------------------------------

5 equal slices, thus:

[tex]\frac{360}{5} = 72[/tex]

The angle measure of each slice is of 72º.

A similar problem is given at https://brainly.com/question/16746988

Name one real-world object that suggests A. Points B. Lines and C. Planes

Answers

There are many examples to pick from, one is

point = location on map

line = straight road between two locations (aka two points)

plane = flat ground (the ground cannot have any hills or valleys)

First, let's write some useful definitions:

Point: it is an entity that has a location in a given space or plane, and do not have any surface nor measure.

Line: if we have two points, we can define a line as a straight, infinite ray that connects them. Still does not have a surface

Plane: We can define a plane as a line and a point outside of it, here appears the concept of the surface.

So, the easier one is a plane, a sheet of paper could be a good representation of a plane. And in the same way that a sheet of paper can bend in different ways, also do the planes.

For the line, we could use a really straight wire.

Finally, the point, which is the hardest one to describe (notice that we used points to describe the other two, lines, and planes) so here we could choose something small, that has near to no surface and that also has a location in the space. An example of this could be an electron or any other elemental particle.

If you want to learn more, you can read:

https://brainly.com/question/17213603

two ratios equivalent to 27:9

Answers

Answer:

Those ratios could be 3:1

A sport jacket is on sale for 35% off, if the originsl price is $140, what is the sale price?

Answers

Answer:

$91

Step-by-step explanation:

If a jacket is on sale for 35% off, that means that the price of the jacket is [tex]100-35=65[/tex]% of its original price.

We can find 65% of 140 by making 65% into a decimal - 0.65, then multiply it by 140.

[tex]140\cdot0.65=91[/tex]

Hope this helped!

Answer:

$91.00

Step-by-step explanation:

The jacket is on sale for 35%. Usually, you pay for 100% of the jacket's price. Since it is on sale, we can subtract 35% from 100%.

100%-35%=65%

With the sale, you only pay for 65% of the price.

Now, we can multiply 65% and 140.

65% * 140

Convert 65% to a decimal. Divide 65 by 100 or move the decimal place 2 spots to the left.

65/100=0.65

65.0 --> 6.5 --> 0.65

0.65 * 140

Multiply

91

$91

The sale price for the sports jacket is $91.00

how do you figure out ratios? the problem is 12 quarters to 34 dollars. thanks

Answers

Step-by-step explanation:

When you have a ratio, you put one number as the numerator and than one number as the denominator.

so it would be (12/34)=(x/68)

In this example I made the ratio you are comparing it to have 68 dollars, so when you solve for the amount of quarters you need it should be 24, since all of the numbers in this example are just being doubled.

To solve for x, you multiply 68 on both sides of the equation, 68×(12/34)=x

24=x

So this proves that this is how ratios, are used. It also does not matter what number you place on the numerator or denominator.

83=4k-7(1+7k) How to solve

Answers

Answer:

k = -2

Step-by-step explanation:

83=4k-7(1+7k)

Distribute

83=4k-7-49k

Combine like terms

83 = -45k -7

Add 7 to each side

83+7 = -45k-7+7

90 = -45k

Divide each side by -45

90/-45 = -45k/-45

-2 = k

Answer:

k = -2

Step-by-step explanation:

Step 1: Use 7 to open the bracket :

-7(1+7k)=-7-49k

Step 2: Collect like terms

Step 3 : Divide both sides of the equation by -45

[tex]83=4k-7(1+7k) \\ \\83 = 4k-7-49k\\\\ 83+7=4k-49k\\\\90 = -45k\\\\\frac{90}{-45} = \frac{-45k}{-45} \\\\k = -2[/tex]

Adam’s house is 2 centimeters from Juan’s house on a map. If each centimeter on the map represents 6 kilometers, how far apart are the two houses?

Answers

Answer:

Since 1 cm represents 6 km

2 cm will represent 12 km

Hence Adam's house is 12 km away

Answer:

The answer is  C. 3

Step-by-step explanation:

If u divide 6 divided by 2 it will get you 3

i also got it right bc i took the quiz.

WILL GIVE BRAINILY 5 STARS AND THANKS FOR CORRECT ANSWERLenora wants to buy granola bars for her hiking trip. Eight bars cost $2.40. She wants to buy 12 bars. How much will 12 bars cost?

Answers

Answer:

$3.60

Step-by-step explanation:

2.40/8=.30

$.30 per bar

.3 x 12= $3.60

Answer:

$3.60

Step-by-step explanation:

Proportions

8 bars ⇔ $2.4

12 bars ⇔ $W

W = 12*2.4/8

W = $3.6

Aiko and Kendra arrive at the Texas
State Fair with $60. What is the total
number of rides they can go on if
they each pay the entrance fee of
$17 and rides cost $3 each?

Answers

Answer:

They can go on 14 rides the maximum.

Step-by-step explanation:

First, you have to set up the equation. Basically, Aiko and Kendra only carry $60 with them. They cannot go over that limit. Furthermore, the entrance free is $17. Each ride is $3.

(x = the amount of rides)

17 + 3x ≤ 60

17 represents the entrance fee which only has to be paid one time. 3x represents the cost of each ride (x equals to the amount of rides).

Now you solve.

Isolate the variable, which is 3x.

3x ≤ 60 - 17

3x ≤ 43

Now, divide 43 by 3 to find the value of x.

x ≤ 43 ÷ 3

x ≤ 14.3333333333

They can go on a max of 14 rides. Anymore, and they will go over budget. Normally, with problems like this one, if you have a decimal, you should round down unless your instructor says otherwise.

After all, who would you be able to go on a third of a ride? It isn't possible, so generally, they just have you round down.

They would be able to get in 14 rides
Other Questions
8. Define mummifcation? For which function is the ordered pair (4, 12) not a solution? y = 3 x y = 16 - x y = x + 8 y = 8 - x Which of the following is not the same as 1,400 mL? a. 1.4 cm b 1.4 L c. 1,400 cm d. 140 cL How many sulfur atoms are generated when 9.42 moles of H2S react according to the following equation: 2H2S+SO23S+2H2O A) 8.51 10^24 B) 3.78 10^24 C) 8.51 10^23 D) 9.42 10^23 NASA is giving serious consideration to the concept of solar sailing. A solar sailcraft uses a large, low mass sail and the energy and momentum of sunlight for propulsion. (a) Should the sail be absorbing or reflective? Why? (b) How large a sail is necessary to propel a 10000kg spacecraft against the gravitational force of the sun? Express your result in square kilometers. (c) Explain why your answer to part (b) is independent of the distance from the sun. The gravitational constant is G=6.671011m3s2kg1. The mass of the sun is Ms=1.991030kg. URGENT, PLEASE HELP! (3/5) -50 POINTS- !please no wrong answers for the points.! A) [tex]y = \frac{9}{2} x + \frac{1}{2}[/tex] B) [tex]y = - \frac{1}{2} x + \frac{7}{2}[/tex] C) [tex]y = -4x + 9[/tex] D) [tex]y = 4x + 15[/tex] Slim Johnson was usually the best free-throw shooter on his basketball team. Early in theseason, however, he had made only 9 of 20 shots. By the end of the season, he had made allthe additional shots he had taken, thereby ending with a season record of 3:4. How manyadditional shots had he taken? To bake 12 cookies, I use 2 quarts of milk. There are 2 pints in a quart. How many pints of milk do I need to bake 3 cookies? Which word best describes the tone of a statement is it /A.hopeful B . fearful c. Upset D.caring Express as a trinomial.(3x+5)(2x+9) You are a prosecutor and are preparing for an upcoming trial. This is a case of arson, and the defendant is accused of setting fire to a barn, causing it to burn to the ground. Initially, you charged the defendant with attempted murder, since there was reason to believe the barn might have been occupied at the time. In reality, you knew that you would not be able to prove this charge in court. You thought that adding this serious charge might lead the defendant to plead guilty to the arson charge if you agreed to drop the attempted murder charge. This arrangement would be a: Which statement best explains why a Supreme Court opinion is a seminal document?An opinion can become quite lengthy, which makes it a seminal document.Supreme Court documents are the only seminal documents in the United States.An opinion may create major changes in the laws or policies of the United States.Generally speaking, a Supreme Court opinion reflects the feelings of all people of the US. marking as brainliest:)Given that f(x)=-x+4 and g(x)=-2x-3, solve for f(g(x)) when x=2. Choose the correct answer.Su vuelo sali con una demora; por eso, ella va a llegara bordoa tiempoa vecestarde Please help! picture above plus, part B: write the quadratic expression in the numerator and the dominator in factored form. Part C: cancel the common factor of the numerator and the denominator to write the expression in simplified form. The ____ ring is built onto ribose-5-phosphate of PRPP for its de-novo nucleotide biosynthesis, while the ring structure of the ______ bases are synthesized separately and then coupled to ribose-5-phosphate via the C-N glycosidic bond. The table shows the relationship between the cost of renting a car from the Wrecko Car Rental Company and the number of days for the rental. Draw a scatter plot and find an equation for the line of best fit. Use the equation to determine the cost of renting a car for 20 days. Days Cost 1 $44 2 $67 3 $90 4 $113 7 $182 10 $251 please help :) Geography doesnt simply begin and end with maps showing the location of all the countries of the world. In fact, such maps dont necessarily tell us much. Nogeography poses fascinating questions about who we are and how we got to be that way, and then provides clues to the answers. ~Kenneth Davis The speaker in the passage above is stating that a. maps are not helpful to historians. b. human geography is more important than physical geography. c. historians want to know where people settled. d. physical features and locations tell historians about the ways people lived. Subject: Japanese I don't understand, can someone explain and give me an example. you can do all of them if you really understand. Worth 20 points. A simple random sample of 28 Lego sets is obtained and the number of pieces in each set was counted.The sample has a standard deviation of 12.65. Use a 0.05 significance level to test the claim that the number of pieces in a set has a standard deviation different from 11.53.