Beckett asked his classmates, "How many days do you floss your teeth


typical week?" The table shows Beckett's data.


Days of Flossing per Week


7


7


7


4


3


1


0


6


6


7


2.


6


5


3


N


4


How many observations did he record?


A. 20


B. 12


O c. 4


O D. 16

Answers

Answer 1

Answer: B

Step-by-step explanation: I did the quiz :p

Hope this helps

Answer 2

The correct answer is B. 12. There are 12 numbers in the table, which represents the number of observations Beckett recorded.

The table shows the number of days each of Beckett's classmates floss their teeth in a typical week. The number of observations recorded is simply the number of classmates, or the number of entries in the table. In this case, there are 12 entries, so the answer is 12.

To know more about observations refer here:

https://brainly.com/question/31715625

#SPJ11


Related Questions

2.4 F22 Lab Lesson 2 (Part 2 of 2 ) Instructor note: Important: To get credit for the Lab Lesson you must start from the link for the Lesson in eLearning. Otherwise, you score will not make it into the gradebook. Problems may be submitted up to 24 hours after the due date and time. These will be subject to a 5-point penalty. Problems/Lessons submitted after this 24-hour window will not be accepted for grading. There is a limit of 15 submissions for grading in Zylabs for this problem. Part 2 of 2 for Lab Lesson 2 Lab Lesson 2 has two parts. Lab Lesson 2 Part 2 is worth 50 points. This lab lesson can and must be solved using only material from Chapters 1-3 of the Gaddis Text. Problem Description Create a C+ program with a source file named TrigFunctions.cpp in your IDE that finds the sine, cosine, and tangent of an entered angle. Your program will ask the user to enter an angle in degrees. It will calculate the equivalent angle in radians. Display the angle in radians along with the sine, cosine and tangent of the angle. Use the fact that PI = arcosine(-1) to define a name constant PI. Use the fact that there are Pl / 180 radians per degree to do the conversion from degrees to radians. Make sure you end your output with the end or 'nn' new line character. Expected Results when the input angle is 25 degrees:
sine (0.436332)=0.422618
cosine (0.436332)=0.906308
tangent (0.436332)=0.466308

Failure to follow the requirements for lab lessons can result in deductions to your points, even if you pass the validation tests. Logic errors, where you are not actually smplementing the correct behavior, can result in reductions even if the test cases happen to return walid answers. This will be true for this and all future lab Jessons.

Answers

The problem requires creating a C++ program, "TrigFunctions.cpp," that calculates the sine, cosine, and tangent of an angle entered by the user in degrees. The program should display the angle in radians along with the corresponding trigonometric values.

Here is a possible solution to the problem:

#include <iostream>

#include <cmath>

int main() {

   const double PI = std::acos(-1); // Define PI as arccosine of -1

   double degrees;

   std::cout << "Enter an angle in degrees: ";

   std::cin >> degrees;

   double radians = degrees * (PI / 180); // Convert degrees to radians

   double sine = std::sin(radians);

   double cosine = std::cos(radians);

   double tangent = std::tan(radians);

   std::cout << "Angle in radians: " << radians << std::endl;

   std::cout << "Sine: " << sine << std::endl;

   std::cout << "Cosine: " << cosine << std::endl;

   std::cout << "Tangent: " << tangent << std::endl;

   return 0;

}

This solution uses the '<iostream>' library for input and output operations, and the '<cmath>' library for the trigonometric functions. The program prompts the user to enter an angle in degrees, converts it to radians using the conversion factor PI/180, and calculates the sine, cosine, and tangent of the angle. Finally, it displays the angle in radians along with the corresponding trigonometric values.

Learn more about C++ programs and trigonometric values: https://brainly.com/question/25024376

#SPJ11

The local farms market sells peppers at five for 4.75 what is the constant of proportionality

Answers

Answer:

4.75

Step-by-step explanation:

Each pepper or product of pepper costs $4.75

So the unit rate is 4.75/pepper

The unit rate is considered as the slope of the line, or also known as the constant or proportionality. As the Number of peppers increase, the price increases proportionally.

The constant of proportionality is 4.75

-Chetan K


In the diagram below
Please help I’ll give brainliest

In the diagram below Please help Ill give brainliest

Answers

Answer:

m<GFA = 110

Step-by-step explanation:

1. ABCD - parallelogram                          Definition of a parallelogram

                                                                   (AB ll CD) (AD ll BC)

2. m<B + m<C = 180                                    Consectuive angles in a

   110 + m<C = 180                                       parallelogram are supplementary

    m<C = 70                                    

3. m<GCB = 1/2 m<C                                  Definition of angles bisector

   m<GCB = 70

4. m<B = m<D = 110                                    Opposite angles in a

                                                                    parrallelogram are congruent

5. m<CDG = 1/2 m<D                                 Defintion of an angle bisector

  m<CDG = 55

6. m<GCB+m<CDG+m<CGD=180              Sum of anlges in a triangle (ΔCDG)

  70 + 55 + m<CGD = 180

   125 + m<CGD = 180

   m<CGD = 55

7. m<CGD + m<DGF = 180                            Linear pair, supplmentary angles

  55 + m<DGF = 180

  m<DGF = 125

8. m<C = m<A = 70                                     Opposite angles in a paralellogram

                                                                     are congruent

9. m<ADG = 1/2m<D                                       Definiton of an angle bisector

  m<ADG = 55

10.m<ADG+m<DFG+m<GFA+m<A=360        Sum of angles in quadrilateral

   55 + 125 + m<GFA + 70 = 360                    DGFA

    m<GFA + 250 = 360

   m<GFA = 110

What is the length of the diagonal from P to Q?

What is the length of the diagonal from P to Q?

Answers

Answer:

The length of the diagonal from P to Q is

\( \sqrt{ {9}^{2} + {12}^{2} + {8}^{2} } = \sqrt{289} = 17\)

Mikes plumbing charges 68 for coming to your house and 17 per hour for labor if I paid him 357, how many hours, h, was mike at my house ? Write and solve an equation that is represented in this scenario.

Mikes plumbing charges 68 for coming to your house and 17 per hour for labor if I paid him 357, how many

Answers

Answer:

b. \( 68 + 17h = 357 \)

f. 17 hours

Step-by-step explanation:

Charges for coming to my house = $68 (this will be the constant of the equation)

Amount charged per hour labor = $17

hours = h

Total amount paid to Mike = 357

The equation that represents this situation can be expressed as:

\( 68 + 17h = 357 \)

Solve for h

\( 68 + 17h - 68 = 357 - 68 \) (subtraction property of equality)

\( 17h = 289 \)

\( \frac{17h}{17} = \frac{289}{17} \) (division property of equality)

\( h = 17 \)

Mike was in my house for 17 hours.

what is the fourth step of the risk assessment process? a. determine probability b. estimate severity c. determine current level of preparedness/mitigation d. identify hazards

Answers

The fourth step of the risk assessment process is to determine current level of preparedness/mitigation.

The correct option is C.

What exactly is the risk assessment process?

A risk assessment is a procedure for identifying potential dangers and analyzing what might happen if one happens. A business impact analysis (BIA) is a procedure that determines the probable consequences of interrupting time-sensitive or important business processes. There are various potential hazards to be mindful of.

What exactly is the goal of risk assessment?

The ultimate goal of risk assessments is to improve workplace safety and health. However, to order to accomplish this, your risk assessment process must identify occupational hazards and eliminate or reduce the risks they represent.

To know more about risk assessments visit:

https://brainly.com/question/14804333

#SPJ4

A sculpture is formed from a cylinder resting on top of a cuboid...
The cylinder has radius 40 cm and height 70 cm.
The cuboid measures 80 cm by 80 cm by 140 cm.
The sculpture is made of steel.
The steel has a density of 8.05 g/cm³.
Calculate the total mass of the sculpture in tonnes.

Answers

The most appropriate choice for volume of cuboid and cylinder will be given by-

Total mass of sculpture is 10.0464 tonnes

What is volume of cuboid and cylinder?

Cuboid is a three dimensional figure that has 6 faces, 12 edges and 8 vertices.

Volume of cuboid is given by the formula length \(\times\) breadth \(\times\) height

Cylinder is a three dimensional round figure that has two circular bases at the end

If r is the radius of the cylinder and h is the height of the cylinder, volume of the cylinder is given by the formula

V = \(\pi \times r^2 \times h\)

Here,

Radius of cylinder = 40 cm

Height of cylinder = 70 cm

Volume of cylinder = \(\pi \times r^2 \times h\)

                                = \(\frac{22}{7} \times (40)^2 \times 70\\\)

                                = 352000 \(cm^3\)

Length of cuboid = 80 cm

Breadth of cuboid = 80 cm

Height of cuboid = 140 m

Volume of cuboid = \(80 \times 80 \times 140\)

                              = 896000 \(cm^3\)

Total volume of sculpture = (352000 + 896000) \(cm^3\)

                                           = 1248000 \(cm^3\)

Density of sculpture = 8.05 \(g / cm^3\)

Mass of sculpture  = \(1248000 \times 8.05\)

                               = 10046400 g

                               = 10046.4 kg

                                = 10.0464 tonnes

To learn more about volume of cuboid and cylinder, refer to the link:

https://brainly.com/question/23935577

#SPJ9

Chris rented a truck for one day. There was a base fee of $15.99, and there was an additional charge of 78 cents for each mile driven. Chris had to pay $249.21when he returned the truck. For how many miles did he drive the truck?

Answers

Answer:

299 miles

Explanation:

Base Fee for the truck = $15.99

Charge per mile driven = 78 cents =$0.78

Let the number of miles driven = x

Therefore, for x miles, Chris would be expected to pay a total charge, C defined by the equation below:

\(C=15.99+0.78x\)

If Chris had to pay $249.21 when he returned the truck, it means that:

His total charge, C = $249.21

\(\begin{gathered} $249.21$=15.99+0.78x \\ 0.78x=$249.21$-15.99 \\ 0.78x=233.22 \\ \text{Divide both sides by 0.78} \\ x=299 \end{gathered}\)

We conclude therefore that Chris drove the truck for 299 miles.

what is this please help g(x)=−3x−8

Answers

Answer:

I think this is what the question is asking:

g=-3-8/x

x==8/3+g

Step-by-step explanation:

Write the pair of fractions as a pair of fractions with a common denominator?

Write the pair of fractions as a pair of fractions with a common denominator?

Answers

I believe that 6/10 and 4/10 work.

someone please help me with this question, pleaseeeee :/


tyyyyy!

someone please help me with this question, pleaseeeee :/tyyyyy!

Answers

Answer:

4x+9y-27=0

compare and fill em

hope it helps

Answer:

2

Step-by-step explanation:

y=1y

x=1x

so the answer will be 2.

may be

hope to help!!!

-14x+11y+4x-13y answer

Answers

Answer:

-14x+4x+11y-13y=-10x-2y

-2(5x+y)

Thank give branlist please

Answer:

10x 2y

in factorise form

2(5x + y)

Step-by-step explanation:

–14x + 11y + 4x –13y

= –14x + 4x + 11y –13y

= –10x –2y

i hope this helps

What is the remainder when 12 345 x 54 321 is divided by 9?
1
2
3​

Answers

I think 3 or 2 if this is not right am sorry ;-;

How many solutions does the equation |x+7|=1 have?

Answers

Answer:

two solutions

Step-by-step explanation:

An absolute value has two solutions, one positive and one negative

|x+7|=1

x+7 = 1     x+7 = -1

Subtract 7 from each side

x +7-7=1-7    x+7-7 = -1-7

x = -6               x = -8

Two solutions

Which is not an equation of the line going through (6,7) and (2,-1) A. y-7=2(x-6) B. y=2x-5 C. y-1=2(x+2) D. y+1=2(x-2)

Answers

Answer:

C. y-1=2(x+2)

Step-by-step explanation:

A. y-7=2(x-6)-point slope form: y-y1=2(x-x1)-coordinate point: (x1,y1)=(6,7)

Now let's check that the other point works-just sub in the coordinates for the x and y variables.

y-7=2(x-6)\\-1-7=2(2-6)\\-8=2(-4)\\-8=-8

So answer choice A. goes through both points, so no.

B. y=2x-5-slope-intercept form, so just sub in both sets of coordinates separately to see if they each work.

y=2x-5\\7=2(6)-5\\7=12-5\\7=7\\equal

y=2x-5\\-1=2(2)-5\\-1=4-5\\-1=-1\\equal

Both work, so no.

C. y-1=2(x+2)-point slope form that gives us first coordinate set--(-2,1)

Except that the point is actually (2,-1) not (-2,1).  That means that answer choice C is not an equation of the line thaat goes through (6,7) and (2,-1), so yes.

D. Anyway, if we check D--y+1=2(x-2)--coordinate point given: (2,-1), which is correct, so no.

The variables x and y vary directly, and y =
24 when x = 4. Write the equation that
relates x and y.

A)y=6x
B)y=96x
C)y=6/y
D)y=96/x

Answers

\(\qquad \qquad \textit{direct proportional variation} \\\\ \textit{\underline{y} varies directly with \underline{x}}\qquad \qquad \stackrel{\textit{constant of variation}}{y=\stackrel{\downarrow }{k}x~\hfill } \\\\ \textit{\underline{x} varies directly with }\underline{z^5}\qquad \qquad \stackrel{\textit{constant of variation}}{x=\stackrel{\downarrow }{k}z^5~\hfill } \\\\[-0.35em] ~\dotfill\)

\(\stackrel{\textit{"y" varies directly with "x"}}{y = k(x)}\hspace{5em}\textit{we also know that} \begin{cases} y=24\\ x=4 \end{cases} \\\\\\ 24=k(4)\implies \cfrac{24}{4}=k\implies 6=k\hspace{9em}\boxed{y=6x}\)

Tell whether the angles are complementary or supplementary. Then fir
the value of x.

Tell whether the angles are complementary or supplementary. Then firthe value of x.

Answers

Answer:

Step-by-step explanation:

4. 10x + 30 = 90

    10x = 60

     x = 6

   complementary

5. 4x + 40 + 3x = 180

   7x + 40 = 180

   7x = 140

    x = 20

   supplementary

A bookstore had 64 copies of a magazine. Yesterday, it sold 1/4 of them. Today, it sold 1/8 of what remained. How many copies does the bookstore have left?

Answers

Answer: 42

Step-by-step explanation:

if the bookstore has 64 copies,

yesterday it was sold 1/4 , so it was sold 64/4=16

today it was sold 1/8 from what remained, which is 6(see below)

64-16=48

48/8=6

the store has left 48-6=42

Find the ordered pairs for the x- and y-intercepts of the equation 3x − 2y = 18 and select the appropriate option below. (5 points)

Group of answer choices

The x-intercept is (0, 6); the y-intercept is (–9, 0).

The x-intercept is (6, 0); the y-intercept is (0, –9).

The x-intercept is (3, 0); the y-intercept is (0, –2).

The x-intercept is (0, 3); the y-intercept is (–2, 0).

Answers

Answer:

the answer is b: (6,0) and (0,-9)

For a school fund-raiser, students sold T-shirts with the school logo for $14. PLEASE HELP!
They sold sweatshirts with the school logo for $20.
They sold 233 pieces of clothing and raised $3,748.
How many of each type of shirt did they sell at the fund-raiser?
Let x = the number of T-shirts sold.
Let y = the number of sweatshirts sold.

For a school fund-raiser, students sold T-shirts with the school logo for $14. PLEASE HELP!They sold

Answers

Answer:

The 3 problem

Step-by-step explanation:

Answer:

The answer is C) x+y = 233, 14x + 20y = 3748

Step-by-step explanation:

x(number of t-shirts sold) + y(number of sweatshirts sold) = 233 (total number of pieces of clothing sold)

14x (14 is the cost of each t-shirt and since x = number of t-shirts sold then it is 14x or 14 multiplied by number of t-shirts sold) + 20y (20 is the cost of each sweatshirt and since y = number of sweatshirts sold then it is 20y or 20 multiplied by number of sweatshirts sold) = 3748 (total of money raised)

A group of 75 math students were asked whether they
like algebra and whether they like geometry. A total of
45 students like algebra, 53 like geometry, and 6 do
not like either subject.
Algebra vs. Geometry
Likes Algebra
Does Not
Like Algebra
Total
Likes
Geometry
Mark this and return
a
3
53
Does Not
Like Geometry
b
6
e
Total
45
P
75
What are the correct values of a, b, c, d, and e?
a 16, b = 29, c = 22, d = 30, e = 24
a = 29, b = 16, c = 30, d = 22, e = 24
a 16, b = 29, c = 24, d = 22, e = 30
H
a = 29, b = 16, c = 24, d = 30, e = 22

Answers

The correct values for a, b, c, d, and e are a = 16, b = 29, c = 24, d = 22, and e = 30 for group of 75 students on asking whether they like Algebra or Geometry.

For the values of a, b, c, d, and e, we can use the information provided in the table. Let's break it down step-by-step:

We are given that a total of 75 math students were surveyed. Therefore, the total number of students should be equal to the sum of the students who like algebra, the students who like geometry, and the students who do not like either subject.

75 = 45 (Likes Algebra) + 53 (Likes Geometry) + 6 (Does Not Like Either)

Simplifying this equation, we have:

75 = 98 + 6

75 = 104

This equation is incorrect, so we can eliminate options c and d.

Now, let's look at the information given for the students who do not like geometry. We know that a + b = 6, where a represents the number of students who like algebra and do not like geometry, and b represents the number of students who do not like algebra and do not like geometry.

Using the correct values for a and b, we have:

16 + b = 6

b = 6 - 16

b = -10

Since we can't have a negative value for the number of students, option a is also incorrect.

The remaining option is option e, where a = 29, b = 16, c = 24, d = 22, and e = 30. Let's verify if these values satisfy all the given conditions.

Likes Algebra: a + c = 29 + 24 = 53 (Matches the given value)

Does Not Like Algebra: b + d = 16 + 22 = 38 (Matches the given value)

Likes Geometry: c + d = 24 + 22 = 46 (Matches the given value)

Does Not Like Geometry: b + e = 16 + 30 = 46 (Matches the given value)

All the values satisfy the given conditions, confirming that option e (a = 29, b = 16, c = 24, d = 22, and e = 30) is the correct answer.

For more such information on Algebra and Geometry:
https://brainly.com/question/24696219

#SPJ8

18. At a store, hot dogs come in packages of eight and hot dog buns come
packages of twelve. What is the least number of packages of each type that
you can buy and have no hot dogs or buns left over?

Answers

Answer:

Three hot dog packages

Two hot dog bun packages

Step-by-step explanation:

Hot dogs come in packs of 8

8

Buns come in packs of 12

12

Simplify this fraction for 8/12 = 2/3

8 x 3 = 24

12 x 2 = 24

24 buns for 24 hot dogs

PLEASE SHOW YOUR WORK!!! WILL MARK BRAINLIEST!!!
On a youth soccer team 3 out of 12 team members have played in previous years. Based on this information, if 180 kids are in the youth soccer league, then how many could be expected to have played the year before?

Answers

Answer:

45

Step-by-step explanation:

3 out of 12 is 1/4, or 0.25, so if you divide 180 by 4, then using the same logic, you can expect 45 kids to have played last year.

3 = 1/4 OR .25 of 12, 12 divided by 4 = 3

180 divided by 4 = 45

Answer:

yes its 45 i did the test and i got an 100

Step-by-step explanation:

heres proof

PLEASE MARK BRAINLIEST!!!!!!
PLEASE SHOW YOUR WORK!!! WILL MARK BRAINLIEST!!!On a youth soccer team 3 out of 12 team members have
PLEASE SHOW YOUR WORK!!! WILL MARK BRAINLIEST!!!On a youth soccer team 3 out of 12 team members have

What is the length of the diameter of the base of the cone?

a
56 cm
b
112 cm
c
139 cm
d
278 cm

Answers

The length of diameter of the base of the cone will be 112 cm. Hence, option b is correct.

What is an equation?

Equations are mathematical expressions that have two algebras on either side of an equal (=) sign. The expressions on the left and right are shown to be equal to one another, demonstrating this relationship. L.H.S. = R.H.S. (left-hand side = right side) is a fundamental simple equation.

As per the given information in the question,

Use the equation of Pythagoras's theorem,

106² = 90² + r²

r² = 106² - 90²

r = √3136

r = 56 cm.

Then, the diameter will be,

D = 2r

D = 2(56)

D = 112 cm.

To know more about equation:

https://brainly.com/question/29657983

#SPJ1

If the scale factor from figure A to figure B is 5.8, then the area of figure B is __times
the area of figure A.

Answers

Answer:

5.8

Step-by-step explanation:

Since B is the image of figure A and was dilated by a scale factor of 5.8, this mean that the area of figure B is 5.8 times the area of figure A
Hope this helps :)

The measure of each exterior angle of a regular polygon is 30 degrees. How many sides does the polygon have

Answers

Answer:

12 sides

Step-by-step explanation:

To find the number of sides, use a formula.

\(\frac{360}{\theta }=n\)

θ is the measure of each exterior angle of the regular polygon.

n is the number of sides of the regular polygon.

\(\frac{360}{30} =12\)

an economist reports that 693 out of a sample of 2,100 middle-income american households actively participate in the stock market.

Answers

Based on the given sample, the economist reports a participation rate of approximately 33.00%.

To analyze the information provided, let's calculate the participation rate in the stock market for middle-income American households based on the given sample.

The economist reports that out of a sample of 2,100 middle-income American households, 693 actively participate in the stock market.

To determine the participation rate, we divide the number of households actively participating in the stock market by the total sample size and multiply by 100 to express it as a percentage:

Participation rate = (Number of participating households / Total sample size) * 100

Substituting the given values:

Participation rate = (693 / 2100) * 100

Calculating the participation rate:

Participation rate = 0.33 * 100

Participation rate ≈ 33.00%

Therefore, based on the given sample, the economist reports a participation rate of approximately 33.00% for middle-income American households in the stock market.

To know more about sample, refer to the link below:

https://brainly.com/question/17153454#

#SPJ11

An acrobatic airplane performs a loop at an airshow. The centripetal acceleration the plane experiences is 14. 7 m/s2. If it takes the pilot 45. 0 seconds to complete the loop, what is the radius of the loop? round your answer to the nearest whole number.

Answers

This value of v into the formula for centripetal acceleration, we have:14.7 = (2πr/45)2Solving for r, we get:r = 77 meters (rounded to the nearest whole number). Therefore, the radius of the loop is 77 meters.

A loop is created by having an airplane follow a circular path in a vertical plane. This means that the acrobatic plane has centripetal acceleration, which is directed towards the center of the circular path. The acceleration depends on the speed of the plane, the mass of the plane, and the radius of the circular path. The acceleration can be calculated using the formula a = v2/r where v is the velocity and r is the radius of the circular path.

The given centripetal acceleration, a = 14.7 m/s2, is equal to v2/r. The velocity of the plane is not given, but we can use the fact that the pilot takes 45 seconds to complete the loop to find the velocity. During the loop, the plane travels a distance equal to the circumference of the circular path.

Therefore, the velocity of the plane is given by the formula v = 2πr/t where t is the time taken to complete one loop, which is 45 seconds.

Substituting this value of v into the formula for centripetal acceleration, we have:14.7 = (2πr/45)2Solving for r, we get:r = 77 meters (rounded to the nearest whole number) Therefore, the radius of the loop is 77 meters.

To know more about Radius  visit :

https://brainly.com/question/30106091

#SPJ11

If tan(A+B)=8 and tan B = 1/57 find tan A
Step by Step Please

Answers

We can use the identity:

tan(A+B) = (tanA + tanB)/(1 - tanA*tanB)

Substitute the given values:

8 = (tan A + (1/57))/(1 - (1/57)*tan A)

Multiplying both sides by (1- (1/57)*tan A), we get:

8(1 - (1/57)*tan A) = tan A + (1/57)

Expanding and simplifying, we get:

8 - (8/57)*tan A = tan A + (1/57)

Bringing terms with tan A to one side, we get:

(8/57 + 1/57) = (9/57)*tan A

tan A = (9/57)*(58/8)

tan A = 9/4

Therefore, tan A = 2.25 (approx)

Can someone help me understand this?​

Can someone help me understand this?

Answers

Answer:

the slope is 5. 5/1

Step-by-step explanation:

Use rise over run to find slope. It is the easiest way to find slope

You rise 5 and 1 to the right

Answer:

The slope is 5

Step-by-step explanation:

So you're just trying to find the slop. We're going to choose 2 points to use which are already marked on the graph.

(0, 2) and (-1, -3)

So to find the slope, we have to find (the difference in y) / (the difference in x)

So we're going to do

-3-2/-1-0

Which is

-5/-1

So since there are two negatives, it become positive, and it'll simplify into 5.

So the slope of the line is 5

Other Questions
Select all true statements. A. All rectangle are squares.B. All rectangle are parallelograms.C. All rhombus are parallelograms.D. All squares are rectangle.E. All squares are rhombuses.F. All trapezoid are parallelograms. Anybody can help with this question? I will appreciate if u help:) Homework: 4-1 MyFinanceLab Assignment Question 2, P9-3 (similar to) HW Score: 0%, 0 of 50 points O Points: 0 of 4 (Related to Checkpoint 9.3) (Bond valuation) Calculate the value of a bond that matures in 14 years and has a $1,000 par value. The annual coupon interest rate is 12 percent and the market's required yield to maturity on a comparable-risk bond is 15 percent. The value of the bond is $ (Round to the nearest cent.) James purchases 500 vinyl records for $25.00. Which statement describes a unit rate for his purchase? (choose all answers that apply)Question 9 options:500 vinyl records$2520 vinyl records$1$1005 vinyl records$0.05 1 vinyl record the parents of an infant boy ask the nurse why their son was born with a cleft lip and palate. the nurse responds that cleft lip and palate are defects that are caused by many factors. the defect may also be caused by teratogens. which teratogens can cause cleft lip and palate? Why is it is more important for DNA replication to be exact than for transcription or translation to be exact? (1 point) which event does not take place before the start of mitosis? view available hint(s)for part a which event does not take place before the start of mitosis? dna is replicated. the parent cell grows. the nuclear envelope disintegrates. organelles proliferate. What system of writing was used by the ancient Maya?obsidianglyphscodicescenotes TRUE/FALSE. unless medically contraindicated, low to moderate intensity exercise is recommended for all women during pregnancy. what are the criteria to select independent projects based on the annual worth analysis yeast releasing mating factor can be classified as which type of signal? yeast releasing mating factor can be classified as which type of signal? paracrine direct through gap junctions endocrine autocrine The height of a tree is x feet. If it grows times the original height, choose the correct expression that denotes the situation. If a rock has a mass of 35.4g and a volume of 7.0cm3 what is the density of the rock in g/cm3 Extend the review problem by adding another vending machine type (for example, a soda machine). When the program starts, create an instance of the second vending machine type, and allow the user to choose which of the two vending machines (either the gumball machine or your second machine) to use when choosing to dispense or refill. package ch11_2;import static java.lang.System.out;import java.util.Scanner;public class C11Vending {public static void main(String[] args) {GumballMachine machine = new GumballMachine();Scanner input = new Scanner(System.in);while (true) {out.print("(V)end, (R)efill or (E)xit");String Choise = input.nextLine();if (choice.toLowerCase().equals("v")) {out.println(machine.dispense());}else if (choice.toLowerCase().equals("r")) {out.print("Enter amount to refill: ");int amount = input.nextInt();input.nextLine();machine.refill(amount);out.println("Refilled...");}else if (choice.toLowerCase().equals("e")) {break;}elseout.println("Invalid Choice");}}}interface VendingMachine {void refill(int count);String dispense ();boolean isEmpty();}class GumballMachine implements VendingMachine {int productCount = 0;public void refill(int count) {productCount += count;}public String dispense() {if (productCount == 0)return "Machine is empty, no product dispensed";productCount --;String color = "";switch ((int) (Math.random() * 4)) {case 0: color = "Red"; break;case 1: color = "Yellow"; break;case 2: color = "Orange"; break;case 3: color = "Green"; break;}return color = " gumball!";}public boolean isEmpty() {return productCount == 0;}} HELPPPPPPPPPP STEP 1- Choose ONE of the following stories to read: Rules of the Game by Amy Tan The Jacket by Gary Soto The Bass, The River, and Sheila Mant by W.D. Wetherell American History by Judith Ortiz Cofer STEP 2- Click and Make a Copy of the Document Below Growing Up Around the World Assessment and Rubric STEP 3- Complete the Worksheet Fill in the boxes of the graphic organizer on Step 1 of the Worksheet using the story you read. Write ONE complete paragraph for Step 2 of the Worksheet explaining the coming-of-age experience of the protagonist and how it connects to the universal theme you identified. The rule of scientific notation is to write all exponents with a base of..?A; 5 B: 10 C: 100D: 50 which of the following could be absent from the grief process?A) bargaining B) deathC) acceptanceD) depression The fact that the average human birthweight remains at about seven pounds is due to ____. Is sales tax state or local? If you had been a young Native American warrior, would you have fought against the reservation system, or would you have moved to the reservation willingly? Support your decision with facts and evidence.