What is the following mystery/2 about?
mystery([],[]).
mystery([X|Y],Z) :- mystery(Y,W), takeout(X,Z,W).
takeout(X,[X|R],R).
takeout(X,[F|R],[F|S]) :- takeout(X,R,S).
A. append
B. prefix
C. permutation
D. reverse
E. suffix
F. member
G. sort

Answers

Answer 1

The correct answer is for given mystery is C. permutation


How this option is correct? Explain more?

1. The base case "mystery([],[])." indicates that an empty list is a permutation of another empty list.

2. The recursive rule "mystery([X|Y],Z) :- mystery(Y,W), takeout(X,Z,W)." breaks the problem into smaller parts, finding the permutations of Y and removing the element X from Z to form W using the "takeout" predicate.

3. The "takeout" predicate is defined by two rules:
  a. "takeout(X,[X|R],R)." - If X is the first element of the list, the rest of the list is the result.
  b. "takeout(X,[F|R],[F|S]) :- takeout(X,R,S)." - If X is not the first element, recursively call "takeout" on the rest of the list and keep F (the first element) in the result.

This program generates the permutations of a given list.

Learn more about recursive rule.

brainly.com/question/28384302

#SPJ11


Related Questions

14. Find the circumference of a wheel whose radius is 35 cm. Find the distance covered in 60
seconds, if it revolves 5 times per second.

Answers

Answer:

circumference = 219.91 cm

65,973 cm

Step-by-step explanation:

circumference = 35 x 2 x π = 219.91 cm

219.91 x 5 x 60 = 65,973 cm

What is the domain and range of the graph?

What is the domain and range of the graph?

Answers

Answer:

Domain (0, ∞)

Range (-∞, ∞)

Step-by-step explanation:

The domain is the input values

The input is from 0 to infinity

Domain (0, ∞)

The range is the output values

The input is from negative infinity to infinity

Range (-∞, ∞)

what is the value of x if e^3+6=8

Answers

Answer:

A

Step-by-step explanation:

what is the value of x if e^3+6=8

please help. i stayed up all night finishing this schoolwork i need help pleaseee please omg im begging someone to help me

please help. i stayed up all night finishing this schoolwork i need help pleaseee please omg im begging

Answers

Answer: Choice D) \(x = a\left(1-\frac{y}{b}\right)\)

================================================

Work Shown:

\(\frac{x}{a}+\frac{y}{b} = 1\\\\\frac{x}{a} = 1-\frac{y}{b}\\\\x = a\left(1-\frac{y}{b}\right)\\\\\)

Explanation:

First I subtracted y/b from both sides. Then I multiplied both sides by 'a' to fully isolate x. You can optionally distribute the 'a' through to each term inside the parenthesis, but your teacher has chosen not to do this.

Graph the exponential function.
f(x) = 4^x
Plot five points on the graph of the function. Then click on the graph-a-function button.

Answers

Exponential Function doesn't have a graph that intercepts x-axis only if it is f(x) = a^x (when a>0 and a ≠ 1)

If you want to plot five points to graph the function then. I'd rather do from negative number to positive number.

Substitute from -3≤x≤1 (We get 5 points)

f(-3) = 4^-3

f(-3) = 1/4^3

f(-3) = 1/64 (First point) (-3,1/64)

f(-2) = 4^-2

f(-2) = 1/4^2 = 1/16 (Second point) (-2,1/16)

f(-1)=4^-1 = 1/4 (Third point) (-1, 1/4)

f(0) = 4^0 = 1 (Fourth point) (0, 1)

f(1) = 4^1 = 4 (Fifth point) (1,4)

Graph the exponential function.f(x) = 4^xPlot five points on the graph of the function. Then click on

Write the ratio of corresponding sides for the similar triangles and reduce the ratio to lowest terms.
a.
10
d.
4 5
b. 4 5
I
s 100
10
4
8
--
8 10
415

00
I
C. 10 85
815
I
10
I
2/5
I
211
552
415
Mark this and return
Next
Submit

Answers

The ratio of corresponding sides for the given similar triangles is 2/5.

In the given options, the ratio of corresponding sides is provided for each set of similar triangles. Let's analyze each option to determine the correct ratio:

a. 10

This option only provides a single number and does not specify the ratio of corresponding sides. Therefore, it is not the correct answer.

b. 4/5

This option provides the ratio 4/5 for the corresponding sides of the similar triangles. However, the ratio can be simplified further.

To simplify the ratio, we divide both the numerator and denominator by their greatest common divisor (GCD). In this case, the GCD of 4 and 5 is 1.

Dividing 4 and 5 by 1, we get:

4 ÷ 1 = 4

5 ÷ 1 = 5

Therefore, the simplified ratio is 4/5.

c. 10/85

This option provides the ratio 10/85 for the corresponding sides of the similar triangles. However, this ratio cannot be simplified further, as 10 and 85 do not have a common factor other than 1.

Therefore, the correct ratio of corresponding sides for the given similar triangles is 2/5, as determined in option b.

For more such questions on triangles, click on:

https://brainly.com/question/17335144

#SPJ8

The interior angle of a regular pentagon has a measure of:
A) 72°.
B) 108°.
C) 120°.
D) 144°.

Answers

Answer:

  B)  108°

Step-by-step explanation:

You want the interior angle measure for a regular pentagon.

Interior angles

The interior angles of a regular n-gon will have measure ...

  180° -360°/n

When n = 5, the interior angles have measure ...

  180° -360*/5 = 180° -72° = 108°

The interior angles of a regular pentagon are 108°.

__

Additional comment

The 360°/n comes from the fact that the sum of exterior angles for any convex polygon is 360°. For a regular n-gon, those exterior angles are congruent, so each is 360°/n. The interior angle is its supplement.

<95141404393>

Use integration to find the position function for the given velocity function and initial condition. (Rubric 10 marks) \[ v(t)=3 t^{3}+30 t^{2}+5 ; s(0)=3 \]

Answers

Answer:

\(\displaystyle s(t)=\frac{3}{4}t^3+10t^3+5t+3\)

Step-by-step explanation:

Integrate v(t) with respect to time

\(\displaystyle \int(3t^3+30t^2+5)\,dt\\\\=\frac{3}{4}t^4+10t^3+5t+C\)

Plug-in initial condition to get C

\(\displaystyle s(0)=\frac{3}{4}(0)^3+10(0)^3+5(0)+C\\\\3=C\)

Thus, the position function is \(\displaystyle s(t)=\frac{3}{4}t^3+10t^3+5t+3\) given the velocity function and initial condition.

what is 4.29 as a mixed number

Answers

We use the decimal system, which means every place you "move" in a decimal number, we multiply or divide by ten. We have the unit on the left side of the dot, and the tenth 1 place to right of the dot, the hundredth 2 places to the right of the dot. In math terms, let's use the famous number pi as an example.

\(3.14159265359\ldots=3+\frac{1}{10}+\frac{4}{100}+\frac{1}{1000}+\frac{5}{10000}+\frac{9}{100000}+\cdots\)

A mixed number is a combination of the unit and the fractional parts of a number. For our number 4.29, we have 4 units and 29 hundredths, which means we can rewrite as:

\(4.29=\frac{429}{100}=4\frac{29}{100}\)

I NEED AN ANSWER ASAP PLEASE

I NEED AN ANSWER ASAP PLEASE

Answers

Step-by-step explanation:

the correct answer is option a 6a-7

MATH MIDDLE SCHOOL HELP PLS ASAP


what is y? put the correct answer

MATH MIDDLE SCHOOL HELP PLS ASAPwhat is y? put the correct answer

Answers

Answer:

The -2 was not distributed properly. -2 should have been multiplied by 7 and -y, which is -14 + 2yy = 3

I hope this helps!

HELP ASPPP PLEASESSSS

HELP ASPPP PLEASESSSS

Answers

Answer:

B is your answer

Step-by-step explanation:

Please help meeeee ASAP

Please help meeeee ASAP

Answers

measure of angle K is 146 degrees.
Please help meeeee ASAP

determine the equation of the ellipse with foci (2,4)(2,4) and (2,-8)(2,−8), and co-vertices (10,-2)(10,−2) and (-6,-2)(−6,−2).

Answers

The equation of the ellipse with given foci (2,4) and (2,-8) and co-vertices (10, -2) and ( -6 , -2) is equal to (x - 2)²/40 + ( y + 2)²/36 = 1.

As given in the question,

Given foci of the ellipse :

( 2,4) and ( 2, -8)

Co-vertices of the ellipse :

( 10,-2) and (-6 , -2)

From the given foci and vertices ,

Centre 'c' = 2

b = 6

( h, k) = (2, -2)

a² = c² + b²

⇒a² = 4 + 36

⇒a = √40

⇒a = 2√10

Equation of the ellipse is given by:

( x - h)²/ a² + (y - k)²/b² =1

⇒( x - 2)²/ (2√10)² + (y + 2)²/6² = 1

⇒( x - 2)²/ 40 + (y + 2)²/36 = 1

Therefore, equation of the ellipse is equal to (x - 2)²/ 40 + (y +2)²/36 = 1.

The complete question is:

Determine the equation of the ellipse with foci (2,4) and (2,−8), and co-vertices (10,−2) and(−6,−2).

Learn more about equation here

brainly.com/question/29657983

#SPJ4

Find a Doctor, is a small startup that helps people find a physician that best meets their needs (location, insurance accepted, etc) During a "slow time for them, they have 9 staff members taking calls from customers. On average, one call arrives every 5 minutes (standard deviation of 5 minutes). Each staff member spends on average 18 minutes with each customer (with a standard deviation of 27 minutes) Round your answer to 2 decimal places) How long does a customer spend on average waiting on hold before they can start speaking to a representative? Minutes

Answers

On average, a customer spends approximately 1.16 minutes waiting time on hold before they can start speaking to a representative.

To find the average waiting time for a customer on hold before they can start speaking to a representative, we need to consider both the arrival rate of calls and the average service time of the staff members.

Given:

9 staff members taking calls.

On average, one call arrives every 5 minutes (standard deviation of 5 minutes).

Each staff member spends on average 18 minutes with each customer (with a standard deviation of 27 minutes).

To calculate the average waiting time, we need to use queuing theory, specifically the M/M/c queuing model. In this model:

"M" stands for Markovian or memoryless arrival and service times.

"c" represents the number of servers.

In our case, we have an M/M/9 queuing model since we have 9 staff members.

The average waiting time for a customer on hold is given by the following formula:

Waiting time = (1 / (c * (μ - λ))) * (ρ / (1 - ρ))

Where:

c = number of servers (staff members) = 9

μ = average service rate (1 / average service time)

λ = average arrival rate (1 / average interarrival time)

ρ = λ / (c * μ)

First, let's calculate the average arrival rate (λ):

λ = 1 / (average interarrival time) = 1 / 5 minutes = 0.2 calls per minute

Next, calculate the average service rate (μ):

μ = 1 / (average service time) = 1 / 18 minutes = 0.0556 customers per minute

Now, calculate ρ:

ρ = λ / (c * μ) = 0.2 / (9 * 0.0556) ≈ 0.407

Finally, calculate the waiting time:

Waiting time = (1 / (c * (μ - λ))) * (ρ / (1 - ρ))

= (1 / (9 * (0.0556 - 0.2))) * (0.407 / (1 - 0.407))

≈ 1.16 minutes

Therefore, on average, a customer spends approximately 1.16 minutes waiting on hold before they can start speaking to a representative.

For more details about waiting time

https://brainly.com/question/24168195

#SPJ4

Problem 2
Use each of the numbers 4, 40, and 4000 once to make true statements.

Answers

The correct numbers to complete the statements given are 40, 400, and 4000.

What does this question require you to do?

This question requires you to complete a statement with a given number (40, 400 or 4000) to make the statement true by dividing the number by 40.1. To find the correct order the numbers must be place using division, let's find out the results of each of these divisions:

40 / 40.1 = 0.997400 / 40.1 = 9.974000 / 40.1 = 99.7

Based on the above, it can be concluded:

40 / 40.1 = is much less than 1400 / 40.1 = is close to 14000 / 40.1 = is much greater than 1

Based on this, the complete statements are:

The value of 400 ÷40.01 is close to 1The value of 40 ÷40.01 is much less than 1.The value of 4000÷40.01 is much greater than 1.

Note: This question is incomplete; here is the complete question:

Use each of the numbers 4, 40, and 4000 once to make true statements.The value of ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯÷40.01 is close to 1

The value of ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯÷40.01 is much less than 1.

The value of ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯÷40.01 is much greater than 1.

Learn more about numbers in: https://brainly.com/question/17429689

#SPJ1

(|5 - 3x | - 1) - ( 1 - 3x ) = 0

Answers

(| 5 - 3x | - 1) - (1 - 3x) = 0

|5 - 3x| - 1 - 1 + 3x = 0

|5 - 3x| - 2 + 3x = 0

1) (5 - 3x) - 2 + 3x = 0, if 5 - 3x >= 0

3 = 0. has no solutions

2) -(5 - 3x) - 2 + 3x = 0, if 5 - 3x < 0

-5 + 3x - 2 + 3x = 0

6x = 7

x = 7/6

5 - 3x < 0

-3x < -5

x > 5/3.

has no solutions

a bakery made 20 loaves of bread for the dinner rush. They sold 17 of the loaves during dinner and had 3 left. What is the decimal equivalent of the fraction of loaves they sold? What is the decimal equivalent of the fraction of loaves they didn't sell.

Answers

Im answering so this person can get Brainly

Is the new distance less than 10, equal to 10, or greater than 10 times the original distance?

Answers

The correct option is (1) less than 10 times the original distance.The original distance was  30 cm and the new distance is 94.86 cm which is less than 10 times the original.

What is Coulomb's force law?

The force of attraction and repulsion among two charged bodies are directly proportional to a product of their charges but inversely proportional to a square of a distance between them, according to Coulomb's law.

It works along the line that connects the two charges that are called point charges.

The formula for Coulomb's law is-

\(f_{}=\frac{q_{1} q_{2}}{4 \pi \epsilon d_{}^{2}}\)

where, q₁ and q₂ are the charges;

d is the distance between them.

Now, according to the question;

Two charges that were initially separated by a particular distance are pushed closer together until force between the two is reduced by a factor of ten.

Coulomb's law of force

\(f_{1}=\frac{q_{1} q_{2}}{4 \pi \epsilon d_{1}{ }^{2}}\)

d₁ is the initial distance.

So when charges are separated further, a new force is f₂, which is represented as

\(f_{2}=\frac{q_{1} q_{2}}{4 \pi \epsilon d_{2}^{2}}\)

d₂ is the moved distance

As a result, the given force is decreased by ten times its original value.

Thus, \(f_{2}=\frac{f_{1}}{10}\)

use the expression in both forces

\(\begin{gathered} \frac{f_{1}}{10}=\frac{q_{1} q_{2}}{4 \pi \epsilon d_{2}{ }^{2}} \\\frac{q_{1} q_{2}}{4 \times 10 \pi \epsilon d_{1}{ }^{2}}=\frac{q_{1} q_{2}}{4 \pi \epsilon d_{2}{ }^{2}} \\ \frac{1}{10 \times d_{1}{ }^{2}}=\frac{1}{d_{2}{ }^{2}} \\ d_{2}=\sqrt{10} d_{1}\end{gathered}\)

Now, calculate the moved distance d₂,

\(\begin{aligned}& d_{2}=\sqrt{10} d_{1} \\ & d_{2}=\sqrt{10} \times 30 \\& d_{2}=3.162 \times 30 \\ & d_{2}=94.868 \mathrm{~cm}\end{aligned}\)

The new distance is 94.868 cm.

Therefore, the new obtained distance is less than the 10 times the original distance.

To know more about the Coulomb's law of force, here

https://brainly.com/question/506926

#SPJ4

The complete question is-

Two charges originally separated by a certain distance are moved farther apart until the force between them has decreased by a factor of 10.  Is the new distance

(1) less than 10,

(2) equal to 10, or

(3) greater than 10;

times the original distance? If the original distance was 30 cm.

3.
9 ft
7 ft
26 ft
find the area of the shape

Answers

Answer: The answer is 1638 ft

Step-by-step explanation:

The formula to find area is L x W x H

Length x Width x Height

So 9 ft x 7 ft x 26 ft = 1638 ft

what is 37.0691 in word form​

Answers

Answer:

I think its this:

thirty - seven and six hundred ninety - one hundred thousanths.

Step-by-step explanation:

Hope this is right!

the extended fan sub-equation method and its applications for a class of nonlinear evolution equations

Answers

The extended fan sub-equation method is a mathematical technique used to solve nonlinear evolution equations.

We have,

The extended fan sub-equation method is a mathematical technique used to solve a class of nonlinear evolution equations.

It extends the traditional fan sub-equation method by introducing additional terms and parameters to enhance its applicability and effectiveness.

The method involves transforming the original nonlinear evolution equation into a set of sub-equations, which are then solved iteratively using various mathematical tools such as symmetry reductions, similarity transformations, and exact solutions.

The extended fan sub-equation method has been successfully applied to various nonlinear evolution equations in mathematical physics, such as the KdV equation, the Burgers equation, and the Fisher equation, providing valuable insights and solutions to these complex systems.

Thus,

The extended fan sub-equation method is a mathematical technique used to solve nonlinear evolution equations.

Learn mroe about nonlinear equations here:

https://brainly.com/question/30339766

#SPJ4

What is the difference of the polynomials?

(8r6s3 – 9r5s4 + 3r4s5) – (2r4s5 – 5r3s6 – 4r5s4)

6r6s3 – 4r5s4 + 7r4s5
6r6s3 – 13r5s4 – r4s5
8r6s3 – 5r5s4 + r4s5 + 5r3s6
8r6s3 – 13r5s4 + r4s5 – 5r3s6

Answers

Answer:

8r6s3 – 13r5s4 + r4s5 – 5r3s6 it is D

D

Step-by-step explanation:

The value of the difference of the polynomials is,

⇒ 8r⁶s³ - 13r⁵s⁴ + r⁴s⁵ - 5r³s⁶

What is mean by Subtraction?

Subtraction in mathematics means that is taking something away from a group or number of objects. When you subtract, what is left in the group becomes less.

Given that;

The expression is,

⇒ (8r⁶s³ – 9r⁵s⁴ + 3r⁴s⁵) – (2r⁴s⁵ – 5r³s⁶ – 4r⁵s⁴)

Now, We can find the difference as;

⇒ (8r⁶s³ – 9r⁵s⁴ + 3r⁴s⁵) – (2r⁴s⁵ – 5r³s⁶ – 4r⁵s⁴)

⇒ (8r⁶s³ – 9r⁵s⁴ – 4r⁵s⁴ + 3r⁴s⁵ – 2r⁴s⁵ – 5r³s⁶

⇒ 8r⁶s³ - 13r⁵s⁴ + r⁴s⁵ - 5r³s⁶

Thus, The value of the difference of the polynomials is,

⇒ 8r⁶s³ - 13r⁵s⁴ + r⁴s⁵ - 5r³s⁶

Learn more about the subtraction visit:

https://brainly.com/question/17301989

#SPJ7

Help me on question 59 please

Help me on question 59 please

Answers

the answer to your problem is D lol

You go to the restaurant and order $137.00 worth of food. You decided to tip the waiter 18%. You also have to pay tax of 6.5% on the original bill. What is the final cost of the meal?

Answers

Answer: $1, 615

Step-by-step explanation:

Help me please I am having trouble figuring out the answer. Help me find the ratio.

Help me please I am having trouble figuring out the answer. Help me find the ratio.

Answers

Answer:

not equivalent to meteorologists ratio

Step-by-step explanation:

meteorologists ratio is

rainy days : sunny days = 2 : 5

last months weather is

rainy days : sunny days

= 10 : 20 ( divide both parts by LCM of 10 )

= 1 : 2 ← not equivalent to 2 : 5

-1/2(7z+4) + 1/5(5z - 15)

Answers

Step-by-step explanation:

-3.5z - 2 + 1z - 3

Solving like terms

-2.5z - 5

The profits in a business are to be shared by the three partners in the ratio of 3 to 2 to 5. The profit for the year was $176,500. Determine the number of dollars each partner is to receive.

Answers

For the year in which they earned $176,500, the partners will receive $52,950, $35,300, and $88,250 respectively.

Here let the partners be A, B, and C.

According to the question, A: B: C = 3: 2: 5

This implies that if the profits are divided into

3 + 2 + 5 = 10 equal parts, 3 of those parts will go to A, 2 of those parts will go to B and 5 of those parts will go to C.

Here the profits for the year are $176,500.

Now dividing them into 10 equal parts will give us the value of each part to be

$176, 500/10 = $17,650

Hence A will receive $17,650 X 3 = $52,950

B will receive $17,650 X 2 = $35,300

C will receive $17,650 X 5 = $88,250

To learn more about Ratios:

https://brainly.com/question/21138916

#SPJ4

Plz help me answer this question

Plz help me answer this question

Answers

Answer:

I think it's the top left one

Step-by-step explanation:

The length is 6, the width is 3, and the height is 4, which matches the expression.

Step-by-step explanation:

\((6 \times 3 + 3 \times 4 + 4 \times 6) \\ = (18 + 12 + 24) \\ = 54\)

Officials at Dipstick College are interested in the relationship between participation in interscholastic sports and graduation rate. The following table summarizes the probabilities of several events when a male Dipstick student is randomly selected.
Event Probability Student participates in sports 0.20 Student participates in sports and graduates 0.18 Student graduates, given no participation in sports 0.82 a. Draw a tree diagram to summarize the given probabilities and those you determined above. b. Find the probability that the individual does not participate in sports, given that he graduates.

Answers

a. The tree diagram that summarizes the given probabilities is attached.

b.  The probability that the individual does not participate in sports, given that he graduate sis  0.2 =  20%.

How do we calculate?

We apply Bayes' theorem to calculate:

Probability (Does not participate in sports if graduates)  = (P(Does not participate in sports) * P(Graduates | Does not participate in sports)) / P(Graduates)

The given data include: probability of not participating in sports = 0.02 probability of graduating given no participation in sports = 0.82 probability of graduating  = 0.18

Probability (Does not participate in sports if graduates)  = (0.02 * 0.82) / 0.18 = 0.036 / 0.18=  0.2

The Tree Diagram

| Sports | No Sports |

                          |-------|--------|

Student participates | 0.18  | 0.62  |

                          |-------|--------|

Student does not participate | 0.02  | 0.78  |

Learn more about Bayes theorem at: https://brainly.com/question/29546122

#SPJ4

Other Questions
A child engages in self injurious behavior (hand biting) when asked to get dressed, resulting in her parents helping her dress. She then stops biting her hand. The consequences for the PARENT'S behavior is an example of: Negative Reinforcement because you remove the aversive hand biting to increase her parent's helping behavior Positive Reinforcement because you add the wanted help from the parents to increase her hand biting behavior Negative Punishment because you take away having to dress herself to increase her hand biting behavior Positive Punishment because you add hand biting to increase parent's helping behavior Out of-12, 0, 10, -14 which has the lowest melting point Mobius decides to buy an apartment that costs $9,000,000. He can afford to make a 40% down payment and the rest will be financed by a 20-year (monthly) mortgage. The interest charged by the bank on the loan is 6%, compounded monthly. (i) Calculate the size of Mobius' month-end mortgage payment? (4 marks) (5 marks) (ii) What is the outstanding loan balance after the 80th loa repayment? (iii) What is the size of the interest payment in the 81st loan repayment? (iv) What is the size of the principal repaid in the 81st loan repayment? (2 marks) (2 marks) (b) Lora is trying to decide which of the following two deposit accounts in Bank A she should put her money in. Lora's only concern is the rate of return. Account (X): 3% every three months Account (Y): 6% every six months (i) Calculate the effective monthly rate for both accounts. Round your percentage answer to four decimal places. (4 marks) (ii) Which account will provide the higher monthly return? (1 mark) (iii) If Lora is going to put $200,000 into Bank A at the beginning of each of the next six months, how much at most will she have one year from now? (6 marks) AL Ev ffere sh usider ^ stion 3 How did the growth of the railway system during the 19th century affect the US economy A. By helping expand the commercial market of US companies B. By making it easier for people in rural areas to work in urban factories C. By helping strengthen that economic ties between US and British companies D. By permitting faster communication between corporate leaders and their employees What measures are taken by the United States for the prevention of coronavirus for travelers arriving from China? During the Progressive Era, nongovernmental organizations such as the NAACP and the ADL worked to gain rights and end discrimination for minority groups. Explain how you think these groups worked to correct injustices in American life. health hazards can affect a body through all of the folllowing routes of entry ecept 10. How was the tragedy at Wounded Knee related to the Ghost Dance? I can't find a answer to this question any suggestions Given the orbital radius and period of a satellite orbiting the Earth, what minimum information about the Moon would be necessary for Kepler's laws and Newton's laws to be used to confirm the mass of the Earth based on its relationship to the Moon?Pls help me explain this. TY! solve for b4.55 = b/0.4 + 1.3 What kind of association does it have?Question 3 options:NegativePositiveNo association1. Number of miles a car has been driven and number of gallons of gas remaining2. Number of people in a store and number of cars in the parking lot3. Number of cars bought and number of police officers in a city is smoking during pregnancy associated with premature births? to investigate this question, researchers selected a random sample of 137 pregnant women who were smokers. the average pregnancy length for this sample of smokers was 261 days. from a large body of research, it is known that the length of human pregnancy has a standard deviation of 15 days. the researchers assume that smoking does not affect the variability in pregnancy length. find the 95% confidence interval to estimate the length of pregnancy for women who smoke. (note: the critical z-value to use, zc, is: 1.96). Zack and Dave each bought some coins from jerry online. Dave bought 5 more coins than Zack boughtC. Explain why its not necessary to know how many coins Zack bought to determine how much more Dave paid than Zack paid Help me pleaseeee!!! What do the lines Over thy spirit, and sad images Of the stern agony, and shroud, and pall, And breathless darkness, and the narrow house, Make thee to shudder, and grow sick at heart;-Go forth, under the open sky, and list To Nature's teachings, while from all around-Earth and her waters, and the depths of air-Comes a still voice mean ? a solution contains one or more of the following ions: a g , c a 2 , and c u 2 . when sodium chloride is added to the solution, no precipitate occurs. when sodium sulfate is added to the solution, a white precipitate occurs. the precipitate is filtered off and sodium carbonate is added to the remaining solution, producing a precipitate. which ions were present in the original solution? write net ionic equations for the formation of each of the precipitates observed. convert 5.91 x 10^26 molecules h20 to moles What is the AAA formula? If you want to increase the acceleration of a baseball when you throw it, what must you increase to make this happen?A. AccelerationB. Newton's 2nd lawC. ForceB. Mass PART B: Which phrase from the text best supports the answer to Part A? O A "Girls not yet gone out from their homes (not married] / Must carefully reverence their parents" ( Lines 1-2) OB "Hear with reverence and obedient heart, / And repent of and forsake the wrong" (Lines 12-13) OC "The words of your parents, / Regard as beyond all others important" (Lines 14-15) OD "When your parents become old. / Morning and night be sorrowful and fearful" (Lines 21-22)