Three​ golfers, Vijay,​ Ernie, and Phil​ , during five years had a total of 221 ​top-10 finishes. Ernie had 13 more​ top-10 finishes than Phil. Vijay had 16 more​ top-10 finishes than Phil. Determine the number of​ top-10 finishes for each golfer.

Answers

Answer 1
For this case what you must do first is to define the following variables:
 x: number of top-10 finishes for Vijay.
 y: number of top-10 finishes for Ernie.
 z: number of top-10 finishes for Phil.
 We write the following system of equations:
 x + y + z = 221
 y = 13 + z
 x = 16 + z
 Solving the system we have:
 Step 1:
 x + y + z = 221
 (13 + z) + (16 + z) + z = 221
 3z + 29 = 221
 z = (221-29) / (3)
 z = 64
 Step 2:
 y = 13 + z
 y = 13 + 64
 y = 77
 Step 3:
 x = 16 + z
 x = 16 + 64
 x = 80
 Answer:
 the number of top-10 finishes for each golfer is:
 Vijay: 80
 Ernie: 77
 Phil 64

Related Questions

James Callahan has available a 10% alcohol solution and a 60% alcohol solution. Find how many liters of each solution he should mix to make 50 liters of a 40% alcohol solution?

Answers

Let
x-------------> liters of 10% alcohol solution
y-------------> liters of 60% alcohol solution

we know that
x+y=50----------------------> x=50-y-----------------> equation 1
0.10x+0.60y=0.40*50----------> 0.10x+0.60y=20---------> equation 2

substitute 1 in 2 
0.10*(50-y)+0.60y=20---------> 5-0.10y+0.60y=20
5+0.50y=20------------> 0.50y=15-----------------> y=30
x+y=50----------> x=50-30---------> x=20

the answer is
20 liters of 10% alcohol solution
30 liters of 60% alcohol solution

Francisca purchased 425 shares of Kellogg Company stock at $14.15 apiece. She earns $374.00 in dividends every year. What is the yield on Francisca's Kellogg Company stock?

Answers

Her yield on cost is 6.22%. 

This is found by dividing the dividend per share by the cost per share.  Since she earned $374 on 425 shares, her dividend per share is 374/425=$0.88.  Divide this by the cost per share:

0.88/14.15= 0.06219 ≈ 6.22%.

PLZ HELP!! 20 points!

Is (3,-2) the solution to this system of equations? show how you determined your answer.

-2x-4y=2
3x+4y=8

Answers

To find if a point is a solution to a system of equations, we need to plug in the x and y values of the point into each equation, and see if the equation is true.

Let's plug it into the first equation first:

-2(3) - 4(-2) might = 2
-6 + 8 = 2

The first equation is true. 

Now, we need to check the second equation:

3(3) + 4(-2) might =8
9 - 8 does not = 8

Therefore, even if the point satisfies one equation, it does not satisfy the other. We can conclude that this is not a solution. 

Hope this helps!

A carpenter builds a rectangular bookcase that is 37 inches long and 60 inches tall. the carpenter uses two braces along the diagonals to support the bookcase. what is the length of the one of the braces, to the nearest tenth of a inch?

Answers

The diagonal of the rectangle can be calculated by using the Pythagorean Theorem , because the diagonal and the two sides , length and width, of the rectangle , makes a right triangle .

Now we have the measure of length and width and we have to find the measure of diagonal

So according to the Pythagorean theorem

[tex] d^2 = a^2 +b^2 [/tex]

where , d is the diagonal , a is the length and b is the width

lets plug the values

[tex] d^2 = 37^2 +60^2 [/tex]

[tex] d^2 = 1369+3600 [/tex]

[tex] d^2 = 4969 [/tex]

Taking square root on both sides

d=70.49 Inches

d=70.5 inches


hence the length of one of the braces is 70.5 inches

Find the number of positive integers not exceeding 1000 that are either the square or the cube of an integer

Answers

There are 10 perfect cubes between 1 and 1000 (namely cubes of 1-10)
There are 31 perfect squares between 1 and 1000 (squares from 1-31)
Out of these, 3 perfect squares are also perfect cubes,
{1^2=1^3, 8^2=4^3, 27^2=9^3}.

By the law of inclusion/exclusion, the number of positive integers not exceeding 1000 that are either the square or the cube of an integer 
=10+31-3
=38

We want to find the number of positive integers not exceeding 1000 that are either the square or the cube of an integer.

We will get that there are 38 of these.

First, the squares:

To get the number of square numbers not exceeding 1000, we need to find the largest integer that when squared is equal or smaller than 1000.

This is given by:

√1000 = 31.6

Then the largest square number smaller than 1000 is given by:

31^2 = 961

From this, we can conclude that there are 31 integers not exceeding 100 that are the square of an integer.

For the cubes we do the same thing:

∛1000 = 10

The largest cube number that meets the condition is:

10^3 = 1000

Then there are 10 cube numbers that meet the condition.

Now we need to find the common numbers in bot groups (this is, numbers that are a cube and a square of two integers and that are smaller than 1000).

The numbers that meet this condition are:

1)

1^2 = 1

1^3 = 1

64)

4^3 = 64

8^2 = 64

81)

9^3 = 279

27^2 = 729

These 3 numbers are in both groups, so we are counting them twice, thus we need to subtract 3 to the final result, in order to avoid counting the same number two times.

Then the total number of positive integers not exceeding 1000 that are either the square or the cube of an integer is:

31 + 10 - 3 = 38

If you want to learn more, you can read:

https://brainly.com/question/1571795

A city council consists of six democrats and five republicans. If a committee of seven people is selected, find the probability of selecting four Democrats and three republicans.

Answers

Use hypergeometric distribution where there are two categories of identical objects/persons, each with a know size.
d=number of Democrats selected
D=total number of Democrats = 6
r=number of Republicans
R=total number of Republicans =5
Then 
[tex]P(d,r)=\frac{C(D,d)C(R,r)}{C(D+R,d+r)}[/tex]
where 
[tex]C(n,r)=\frac{n!}{(n!(n-r)!)}[/tex]  = combination of r items selected from n,
D+R=total number of members = 6+5 =11
d+r=number of members selected = 7

[tex]P(d,r)=\frac{C(D,d)C(R,r)}{C(D+R,d+r)}[/tex]
[tex]P(4,3)=\frac{C(6,4)C(5,3)}{C(6+5,4+3)}[/tex]
[tex]=\frac{C(6,4)C(5,3)}{C(11,7)}[/tex]
[tex]=\frac{15*10}{330}[/tex]
[tex]=\frac{5}{11}[/tex]

Answer: the probability of selecting 4 Democrats and 3 Republicans is 5/11

108+621 is the same as 100+ what

Answers

I think the answer you looking for is 629

if possible find the area of the triangle defined by the following: a=32, b=24, y=75°

Answers

If y=75 degrees is the angle between sides a and b, then yes, it is possible to calculate the area of the triangle.

To answer further, we use the sine function to do the calculation.
The area is given by
Area = absin(y)/2 = 32*24*sin(75)/2 = 370.92 to two decimal places.

Let u = <-6, 1>, v = <-5, 2>. Find -4u + 2v.

A) <34, -8>
B) <14, 0>
C) <14, 3>
D) <44, -12>

Answers

-4u +2v

= -4<-6, 1> +2<-5, 2>

= <(-4)(-6)+2(-5), (-4)(1) +2(2)>

= <14, 0>

The appropriate choice is ...

... B) <14, 0>

To find the result of -4u + 2v, calculate -4u and 2v separately, then add the results together to get <-34, 0>.

To find -4u + 2v, we first need to calculate -4u and 2v separately and then add them together.

Calculate -4u = -4 * <-6, 1> = <-24, -4>Calculate 2v = 2 * <-5, 2> = <-10, 4>Add -4u and 2v: <-24, -4> + <-10, 4> = <-34, 0>

Therefore, the answer is: -34, 0.

If one of the 99 test subjects is randomly​ selected, what is the probability of getting a subject who is​ pregnant?

Answers

Final answer:

To calculate the probability of selecting a pregnant subject from the 99 test subjects, the exact number of pregnant subjects in the group is needed. Without this data, the probability cannot be determined.

Explanation:

To ascertain the probability of randomly selecting a pregnant subject from a group of 99 test subjects, additional information is required regarding how many subjects are actually pregnant within the group. Without this information, we cannot compute an exact probability.

However, if we had data—let's say 15 out of the 99 subjects are pregnant—the probability would then be calculated using the formula for probability, which is the number of favorable outcomes divided by the total number of possible outcomes. In this scenario, the probability would then be 15/99.

Final answer:

Without specific information on the number of pregnant subjects among the 99 test subjects, it's impossible to compute the exact probability of randomly selecting a pregnant subject.

Explanation:

To answer the question about the probability of randomly selecting a pregnant subject from the 99 test subjects, we would need to know the number of pregnant subjects within the group. Without that information, we cannot calculate the exact probability. However, if we had that information, the probability (P) of selecting a pregnant subject would be calculated as P = (Number of Pregnant Subjects) / (Total Number of Subjects), which in this case is 99.

This is an example of a probability question that falls under the broader subject of mathematics, specifically within the topic of probability and statistics commonly covered at the high school level.

kenny wants to buy gifts for all 18 of his co workers. He can buy t shirts for $10 and hats for $12. He plans on spending $200 for all 18 gifts. If Kenny wants to spend all of his money, how many of each type of gift can he buy?

Answers

10 hats, 8 t shirts = 18
10X12=120       8X10=80     12+80=200

Two cones have a radius of 2 cm. The height of one cone is 8 cm. The other cone is 14 that height. Which of these statements is NOT true?

Answers

the correct question is 
Two cones have a radius of 2 cm. The height of one cone is 8 cm. The other cone is 1/4 that height. Which of these statements is NOT true?

the statements  in th
e attached figure

we know that 
r=2 cm
h1=8 cm
h2=(1/4)*8=2 cm
[Volume of cone 1]=(π*r²*h)/3--------> (π*2²*8)/3= 33.49 cm³
[Volume of cone 2]=(π*r²*h)/3--------> (π*2²*2)/3---------> 8π/3= 8.37 cm³

Statements A)
The volume of the smaller cone is (1/4)(1/3π • 2 • 2 • 8) cm3---------> is  true

Statements B)
The volume of the smaller cone is (1/3)(4π • 2) cm3.-----------> is  true

Statements C)
The volume of the smaller cone is (8/3)π cm3. -----------> is  true

Statements D)
The volume of the smaller cone cannot be determined because its height is unknown-----------> is not true

the answer is the Statements D)
The volume of the smaller cone cannot be determined because its height is unknown-----------> is not true

Which equivalent expression will be generated by applying the Distributive Property and combining like terms in the expression 11 + 4(x + 2y + 4)?

Answers

11 + 4(x + 2y + 4)
= 11 + 4x + 8y + 16 ..........distributive property
= 4x + 8y + 27  .................combine like terms

What is the circumference of circle p? Express your answer in terms of pi , ab = 14

Answers

C=2πr hope this helps have a great day

Answer:

14 pi in.

Step-by-step explanation:

hop this helps!

Let x be a random variable that takes integer values and is symmetric, that is, p(x = k) = p(x = âk) for all integers k. what is the expected value of y = cos(xÏ) and y = sin(xÏ)?

Answers

Without knowing how [tex]X[/tex] is distributed, or what its PMF happens to be, we can't completely answer the question. However, recall that

[tex]\cos(-kx)=\cos kx[/tex]
[tex]\sin(-kx)=-\sin kx[/tex]

If [tex]Y=\cos(\pi X)[/tex], then

[tex]\mathbb E[Y]=\displaystyle\sum_{k\in\mathbb Z}\cos(k\pi)\,\mathbb P(X=k)[/tex]

By the symmetry of [tex]X[/tex],

[tex]\mathbb E[Y]=\mathbb P(X=0)+2\displaystyle\sum_{k\ge1}\cos(k\pi)\,\mathbb P(X=k)[/tex]

Splitting on the even and odd [tex]k[/tex], and using the fact that [tex]\cos(k\pi)=(-1)^k[/tex] for [tex]k\in\mathbb Z[/tex], we can write this as

[tex]\mathbb E[Y]=\mathbb P(X=0)+2\displaystyle\sum_{\ell\ge1}\bigg(\mathbb P(X=2\ell)-\mathbb P(X=2\ell-1)\bigg)[/tex]

but without knowing how [tex]X[/tex] is distributed, we can't go any further as far as I'm aware.

For [tex]Y=\sin(\pi X)[/tex], we would have

[tex]\mathbb E[Y]=\mathbb E[\sin(\pi X)]=\displaystyle\sum_{k\in\mathbb Z}\sin(k\pi)\,\mathbb P(X=k)[/tex]

but [tex]\sin(k\pi)=0[/tex] for all integers [tex]k[/tex]. Thus [tex]\mathbb E[\sin(X\pi)]=0[/tex].
Final answer:

The expected value of y = cos(xÏ) is 0 and the expected value of y = sin(xÏ) is also 0, due to the symmetry of the random variable x.

Explanation:

The expected value (mean) of y = cos(x Ï) is 0.

The expected value (mean) of y = sin(x Ï) is also 0.

Since the random variable x is symmetric, the probability of both positive and negative values cancel out, resulting in an expected value of 0 for both cosine and sine functions.

Learn more about Expected value here:

https://brainly.com/question/37190983

#SPJ2

Jose and Sue are playing a board game. If they land on a red or blue square, they lose 1 point. The inequality statement compares the magnitude of their scores at the end of the game. |−2|<|−5| What does the inequality statement show?

Answers

Final answer:

The inequality statement |−2|<|−5| shows that 2 is less than 5.

Explanation:

In mathematics, an inequality compares two expressions or values, indicating their relative size. Symbols such as < (less than), > (greater than), ≤ (less than or equal to), and ≥ (greater than or equal to) represent inequalities.

The inequality statement |−2|<|−5| compares the magnitude of two numbers, -2 and -5. To find the absolute value of a number, we remove the negative sign. So, |−2| is equal to 2 and |−5| is equal to 5. Therefore, the inequality statement |−2|<|−5| means that 2 is less than 5.

Learn more about Inequality comparison here:

https://brainly.com/question/36737205

#SPJ12

Find the solution of the differential equation that satisfies the given initial condition. du/dt = (2t+sec^2t)/2u, u(0) = -3

Answers

Consider, pls, this option (see the attachment) of 3 steps.

A hiker maintains an average speed of 3 3 /4 km/h. How many kilometers will the hiker walk in 3/5 h

Answers

Answer:

2 1/4

Step-by-step explanation:

3 3/4 times 3/5= 15/4 times 3/5=45/20=9/4=2 1/4

I did this because speed times time equals distance and we are finding distance

HOPE THIS HELPS!!!!! :)

The distance walked in 3/5 hours is 2(1/4) km.

What is speed?

Speed is the ratio of distance and time.

It shows how fast an object is moving at a given time.

We have,

Average speed = 3(3/4) km per hour

This can be written as,

3(3/4) km = 1 hour

15/4 km = 1 hour

15/4 km = 1 hour

Multiply 3/5 on both sides.

3/5 x 15/4 km = 3/5 hours

9/4 km = 3/5 hours

2(1/4) km = 3/5 hours

Thus,

2(1/4) km is walk in 3/5 hours.

Learn more about speed here:

https://brainly.com/question/7359669

#SPJ2

Find the difference (7a-6b+7) - (8a-2)

Answers

Hey there!

Let's set up our expression:

(7a-6b+7)-(8a-2)

In order to simplify, we can use that subtraction sign and distribute it, using the distributive property. We have:

7a-6b+7-8a+2

Notice how it's plus two, because a negative times a negative two is a positive two. Now, it's a matter of finding the like terms and adding or subtracting them. These like terms can either have no variable, or have different coefficients but the same variable. That means our like terms are the 7a and -8a, and the 7 and 2. There's no like term for the 6b. That means we have:

(7a-8a) - 6b + (7+2) =

-a - 6b + 9

Hope this helps!

x y
0 -3
2 5
3 9
4 13

Which equation matches the table?
A) y = x - 3
B) y = x + 3
C) y = 4x - 3
D) y = 4x + 3

Answers

Let's prove each one:
A) y=x-3
x=0→y=0-3→y=-3=-3 ok
x=2→y=2-3→y=-1 different to 5 No

B) y=x+3
x=0→y=0+3→y=3 different to -3 No

C) y=4x-3
x=0→y=4(0)-3=0-3→y=-3=-3 ok
x=2→y=4(2)-3=8-3→y=5=5 ok
x=3→y=4(3)-3=12-3→y=9=9 ok
x=4→y=4(4)-3=16-3→y=13=13 ok

D) y=4x+3
x=0→y=4(0)+3=0+3→y=3 different to -3 No

Answer: Option C) y=4x-3

Martha is standing on a street corner in a big city, facing south. She walks 5 blocks to the south. Then, she turns right and walks 3 blocks. Then, she turns right as walks 2 blocks. Then, she turns right again and walks 1 block. Finally, she turns left and walks 5 blocks. What direction is she facing when she is done?

Answers

In the north direction, Martha facing if the Martha is standing on a street corner in a big city, facing south.

What is direction?

The four cardinal directions, sometimes known as cardinal points, are the four principal compass directions: north, east, south, and west, which are frequently abbreviated as N, E, S, and W.

We have:

Martha is standing on a street corner in a big city, facing south. She walks 5 blocks to the south.

Then, she turns right and walks 3 blocks. Then, she turns right as walks 2 blocks. Then, she turns right again and walks 1 block.

If we draw a line diagram, we will see:

She will be facing at North.

Thus, in the north direction Martha facing if the Martha is standing on a street corner in a big city, facing south.

Learn more about the direction here:

https://brainly.com/question/13899230

#SPJ1

Hayden is a manager at a landscaping company. He has two workers to landscape an entire park, Cody and Kaitlyn. Cody can complete the project in 8 hours. Kaitlyn can complete the project in 6 hours. Hayden wants to know how long it will take them to complete the project together.

Write an equation and solve for the time it takes Cody and Kaitlyn to complete the project together. Explain each step.

Answers

Answer: 3.4 h

Explanation:

1) The basis to solve this kind of problems is that the speed of working together is equal to the sum of the individual speeds.

This is: speed of doing the project together = speed of Cody working alone + speed of Kaitlyin working alone.

2) Speed of Cody

Cody can complete the project in 8 hours => 1 project / 8 h

3) Speed of Kaitlyn

Kaitlyn can complete the project in 6 houres => 1 project / 6 h

4) Speed working together:

1 / 8 + 1 / 6  = [6 + 8] / (6*8  = 14 / 48 = 7 / 24

7/24 is the velocity or working together meaning that they can complete 7 projects in 24 hours.

Then, the time to complete the entire project is the inverse: 24 hours / 7 projects ≈ 3.4 hours / project.Meaning 3.4 hours to complete the project.

Denote all work that should be done as 1. Then if Cody can complete the project in 8 hours, he can do [tex] \frac{1}{8} [/tex] per hour and if Kaitlyn can complete the project in 6 hours, then she can do [tex] \frac{1}{6} [/tex] per hour. Together they complete [tex] \frac{1}{8}+\frac{1}{6} [/tex] per hour.

Simplify this expression:

[tex] \dfrac{1}{8} +\dfrac{1}{6} =\dfrac{3}{24} +\dfrac{4}{24}=\dfrac{7}{24} [/tex].

Then it will take them to complete the project together [tex] \dfrac{1}{\frac{7}{24}} =\dfrac{24}{7} =3\dfrac{3}{7} [/tex] hours

Answer: It will take them to complete the project together [tex] 3\dfrac{3}{7} [/tex] hours.

Austin purchase 2/3 of a pound of yum yum treats. If yum yum treats are $6.00 per pound how much does Austin pay

Answers

1. The information given in the problem above, is:

 - Austin purchases 2/3 of a pound of yum yum treats.
 - Yum yum treats are $6.00 per pound (1 pound=$6.00).

 2. Keeping this on mind you have: If 1 pound of yum yum treats is $6.00, how much is 2/3 of a pound?

 1 pound------------$6.00
 2/3 of a pound----x

 x=(2/3)(6.00)/1
 x=(2/3)(6.00)
 x=12/3
 x=$4.00

 Therefore: How much does Austin pay?

 The answer is: Austin pays $4.00.

Melinda has a map of her city the map uses a scale of 1 inch equals 8 miles when does house is 1 1/2 inches from the library on the map how far apart with her house in the library be on the map if the scale is 1 inch equals 6 miles

Answers

Melinda has a map of her city the map uses a scale of 1 inch equals 8 miles when does house is 1 1/2 inches from the library on the map how far apart with her house in the library be on the map if the scale is 1 inch equals 6 miles

So, the house is 12 miles away from the library because 1 1/2*8 is 12.  Now, Just divide 12 by the new rate, 6, to get 2.  Your answer is 2 boxes away.

Hope this helped!

Solve using the arrow way
430-230?

Answers

To substract the numbers shown by the method known as the "Arrow way" you must rewrite 430 and substract the hundredths (In this case, it is 200). Then you have to substract the tenths to that result (Result obtained-30). This explanation is shown below:

 430 --( -200 )---> 230 --( -30 )---> 200

 Therefore, the solution of the mathematical operation 430-230, using the arrow way, is: 200 

One positive integer is 6 less than twice another. The sum of their squares is 468. Find the integer

Answers

I think I deserve your points and brainliest :^)

The two integers are 12 and 18.

What is an equation?

In mathematics, an equation is a formula that expresses the equality of two expressions, by connecting them with the equals sign =.

Given that, one positive integer is 6 less than twice another.

Let positive integer be x and the other positive integer is 2x-6

x²+(2x-6)²=468

x²+4x²-24x+36=468

5x²-24x+36-468=0

5x²-60x+36x-432=0

5x(x-12)+36(x-12)=0

(x-12)(5x+36)=0

(x-12)=0

x=12

So, 2x-6=18

Therefore, the two integers are 12 and 18.

To learn more about an equation visit:

https://brainly.com/question/14686792.

#SPJ2

What is the approximate volume of the cylinder with a height of 5 and a diameter of 4? round to the nearest tenths place

Answers

Formula for volume of cylinder:
V=πr²h
Here height, h= 5 units
Diameter, d= 4 units
So, radius, r= d/2 = 4/2 =2 units
Put values in formula.
V= (3.14)(2)²(5)
V=62.8 Cubic units

Answer: 62.8 cubic units

What does the random variable for a binomial experiment of n trials measure?the random variable measures the number of successes out of n trials.the random variable measures the number of failures out of n trials. the random variable measures the standard deviation of n trials.the random variable measures the mean of n trials?

Answers

My answer is the random variable measures the number of successes out of n trials.

A binomial random variable is defined as the number of successes x in n repeated trials of a binomial experiment. It is more feasible to measure the number of successes than the number of failures because the more successes you have, the nearer you are to your desired goal in a binomial experiment. 

Answer:

The random variable measures the number of successes out of n trials.

Emily measures 3 pieces of string. The first piece measures 642 cm. The second piece measures 124 cm, and the third piece is 134 cm. How many meters of string does she have altogether? (hint: 1 meter equals 100 centimeters)

Answers

9 meters. 642 + 124 + 134 = 900, there are 100 centimeters in a meter, so 900 / 100 = 9.

Quadrilateral ABCD ​ is inscribed in this circle.



What is the measure of ∠A ?

Enter your answer in the box.

Answers

Since angle A and angle C are across from each other, they add to 180 degrees.
Given that angle C is 43 degrees
180 = 43 + A
subtract 43 from both sides
137 = A

Hope this helps!

Applying the inscribed quadrilateral conjecture, the measure of m∠A = 137°.

What is the Inscribed Quadrilateral Conjecture?

The inscribed quadrilateral conjecture states that the opposite angles in any inscribed quadrilateral in a circle measures up to 180 degrees.

Thus:

43° + m∠A = 180°

m∠A = 180 - 43

m∠A = 137°

Thus, applying the inscribed quadrilateral conjecture, the measure of m∠A = 137°.

Learn more about inscribed quadrilateral conjecture on:

https://brainly.com/question/3162727

Other Questions
Read the excerpt from Hamlet, Act III, scene iv. Gertrude: Why, how now, Hamlet! Hamlet: Whats the matter now? Gertrude: Have you forgot me? Hamlet: No, by the rood, not so: You are the queen, your husbands brothers wife; And,would it were not so!you are my mother. Which is a feminist analysis of these lines? A) Hamlet defines Gertrude only by her relationship to men. B) Hamlet uses sharp language to express his emotions. C) Hamlet is upset with his mother because his father is dead. D) Hamlet has forgotten how it feels to have a male role model. Which of the following is true about CSS?A. A seperate CSS file is needed for each HTML file in a website.B. It is a language used to customize web pages based on user preferences.C. It is contained in a seperate file than HTML files.D. It is used to combine formatting information and content into one single file.In the following piece of CSS code, what is the rule?p { color: #676767 }A. #676767B. colorC. pD. p { color: #676767 }What is the following an example of?p { color: $676767 }A. propertyB. ruleC. selectorD. valueIn the following pieces of CSS code, what is body called?body { color: #ffffff }A. property B. ruleC. selectorD. valueIn the following piece of CSS code, what is the property selector?body { body: #ffffff baclground-color: #525252 font-family: arial, "lucida console", sans-serif }A. bodyB. background-colorC. colorD. font-family CHKDSK is a system utility that is commonly found in Windows. What is CHKDSK? Use the Internet to research and write about CHKDSK and its function. Find out how to run CHKDSK for your operating system and perform the function. Paste a screenshot of the completed CHKDSK operation. The point of intersection of the lines has an e-coordinate of? HELP PLEASEDaniel, a 37-year-old male, bought a $160,000, 10-year life insurance policy. What is Daniels annual premium? Use the table. (table in attachment) $611.20 $728.00 $1268.80 $1652.80Kara, a 25-year-old female, bought a $50,000, 10-year life insurance policy through her employer. Kara is paid semimonthly. How much is deducted from each of her paychecks for life insurance? Use the table below. $4.81 $5.21 $6.25 $6.77 A recent encyclopedia entry about dogs cites multiple research papers done by scientists at veterinary schools. According to the article, Labrador retrievers come in two specific breeds: English and American. The English breed is described as stocky and heavy, while the American breed is described as tall and lanky. The article describes current scientific research as showing that males of both breeds usually weigh about 29-41 kg (65-90 lb), and females weigh 25-32 kg (55-70 lb). Coat colors for both breeds come in solid black, yellow, or chocolate. All labs have strong tails and webbed feet, which help them swim. Devon would like to use this information to determine if his new dog is an English or American Labrador retriever. Which best describes the reliability of the information? I need some help here please Fred has 4 pencils (red, blue, green, and yellow), 3 notebooks (plain, lined, graph), and 9 pieces of chalk (all different colors). He always takes one pencil, one notebook, and one piece of chalk to class.If he wanted to take a unique combination to class every day, how many days would he be able to do this before he would be forced to repeat one of the combinations? assiduous : inattentive :: A.cordial : unsociable B.corporeal : incarnate C.dorsal : sedentary D.digital : technical E.sedentary : thoughtful A 616 g block is released from rest at height h0 above a vertical spring with spring constant k = 540 n/m and negligible mass. the block sticks to the spring and momentarily stops after compressing the spring 23.3 cm. how much work is done (a) by the block on the spring and (b) by the spring on the block? (c) what is the value of h0? (d) if the block were released from height 2h0 above the spring, what would be the maximum compression of the spring? Since chief justice taney first determined that dred scott did not have standing to sue in federal court (and therefore that the federal court system had no jurisdiction in this case), do you think chief justice taney had authority to comment on the constitutionality of the missouri compromise Contrast the government policy during and after the rule of Robespierre After the annexation of Texas, Sam Houston later served as?the Speaker of the House.a representative from Texas.a vice president.a senator from Texas. If you eat 3.00 moles of sugar, how many molecules did you consume?3.002.00 x 10^23 molecules5.00 x 10^ -24 molecules1.81 x 10^24 molecules Which of the following is a correct description of the New Jersey planA. Under the New Jersey plan, the United States would remain a loose confederate B. The New Jersey plan did not give Congress the power to regulate commerce or to taxC. The New Jersey plan did not give small states much power D. Under the New Jersey plan, a president would head the powerful executive branch l Jill just began a new relationship with pete. her last relationship ended after 6 months and she is strongly motivated to make this relationship last longer. in the context of predicting our behavior, who is most likely to make the best prediction of how long jill's new relationship will last? (64-2^2)-(8+7)answer please How does Zinn argue that the Supreme Court cannot possibly act in a neutral fashion? Biologists sometimes divide living organisms into two groups: autotrophs and heterotrophs. these two groups differ in ________. Where did the word blunder originate France or Scandinavia