In the past year, Raina watched 6 movies that she thought were very good. She watched 15 movies over the whole year. Of the movies she watched, what percentage did she think were very good?

Answers

Answer 1

Answer:6/15 so 40%

Step-by-step explanation:


Related Questions

Enter the number that belongs in the green box

Enter the number that belongs in the green box

Answers

The angle between the sides measuring 4 and 5 in the obtuse triangle is approximately 101.54 degrees.

To find the measure of the angle between the sides measuring 4 and 5 in an obtuse triangle with side lengths 4, 5, and 7, we can use the Law of Cosines. The Law of Cosines states that in a triangle with side lengths a, b, and c, and an angle opposite to side c, the following equation holds:

\(c^2 = a^2 + b^2 - 2ab*cos(C)\)

In this case, we have side lengths a = 4, b = 5, and c = 7. We want to find the angle C, which is opposite to side c. Substituting these values into the Law of Cosines, we get:

\(7^2 = 4^2 + 5^2\)- 2(4)(5)*cos(C)

49 = 16 + 25 - 40*cos(C)

49 = 41 - 40*cos(C)

40*cos(C) = 41 - 49

40*cos(C) = -8

cos(C) = -8/40

cos(C) = -0.2

To find the measure of angle C, we can take the inverse cosine (arccos) of -0.2:

C = arccos(-0.2)

Using a calculator, we find that C ≈ 101.54 degrees.

Therefore, the measure of the angle between the sides measuring 4 and 5 in the obtuse triangle is approximately 101.54 degrees.

For more such information on: angle

https://brainly.com/question/25716982

#SPJ8

A triangle has a base length of 3ac2 and a height 2 centimeters more than the base length. Find the area of the triangle if a = 2 and c = 3.

Answers

The area of the triangle, when a = 2 and c = 3, is 1512 square centimeters.

We must apply the formula for the area of a triangle, which is provided by: to determine the triangle's area.

(1/2) * Base * Height = Area

We can enter the values of a = 2 and c = 3 into the formula given that the base length is 3ac2 and the height is 2 centimetres greater than the base length.

Base length =\(3ac^2 = 3 * 2 * (3^2) = 3 * 2 * 9 = 54\) centimeters

Height is calculated as Base Length + 2 (54 + 2 = 56 centimetres).

Using these values as a substitute in the formula, we obtain:

Area =\((1/2) * 54 * 56 = 1512\) square centimeters

centimetres square

It's crucial to understand that the calculation assumes the triangle is a right triangle with the specified base and height and that the given values of a and c are accurately used in the formula.

for more such questions on triangle

https://brainly.com/question/25215131

#SPJ8

Please i need the answer fast k12

Please i need the answer fast k12

Answers

(A) The range and IQR for boxplot 1 is 10 and 6 respectively.

(B) The range and IQR for boxplot 2 is 12 and 7 respectively.

What is the IQR?

The interquartile range defines the difference between the third and the first quartile.

The formula for the interquartile range is given below.

Interquartile range = Upper Quartile – Lower Quartile = Q­3 – Q­1

What is the range?

The range is the difference between the lowest and highest values.

The formula for the interquartile range is given below.

Range = Maximum – Minimum

(A) For boxplot 1, we need to find the range and IQR from the given data set.

So, let 34 be the maximum and 24 be the minimum.

\(\text{Range}=\sf 34-24\)

\(\text{Range}=\sf10\)

Therefore, the range is 10.

Now time to find the IQR.

So, let 33 be Q3 and 27 be Q1.

\(\text{IQR}=\sf 33-27\)

\(\text{IQR}=\sf 6\)

Therefore, the IQR is 6.

(B) Now for boxplot 2, we will do the same thing as from part A.

Let's find the range.

So, let 24 be the maximum and 12 be the minimum.

\(\text{Range}=\sf 24-12\)

\(\text{Range}=\sf12\)

Hence, the range is 12.

Now for the IQR.

So, let 22 be Q3 and 15 be Q1.

\(\text{IQR}=\sf 22-15\)

\(\text{IQR}=\sf 7\)

Hence, the IQR is 7.

To know more about the range and IQR, visit:

https://brainly.com/question/31752116

#SPJ5

Which graph is the solution for the following linear inequality system? Y<2x 2x+y<-5

Answers

The graph of the linear inequalities are attached and the solution is the point (4, -20).

What is an equation?

An equation is an expression that shows the relationship between two or more numbers and variables. Types of equation are linear, quadratic, cubic and so on.

A linear function is in the form:

y = mx + b

where m is the rate of change and b is the y intercept

Given the linear inequalities:

y < 2x    (1)

and:
2x + y < -5     (2)

The graph of the linear inequalities are attached and the solution is the darker region.

Find out more on equation at: https://brainly.com/question/2972832

#SPJ1

Which graph is the solution for the following linear inequality system? Y&lt;2x 2x+y&lt;-5

Which expression does NOT represents a number that is larger than 7,000 but smaller than
70,000?

Answers

Answer:

7x + 10

Step-by-step explanation:

-3 + 7x + 13

(7x) + (-3 + 13)

7x + 10

please I really need help question above

please I really need help question above

Answers

Answer:

point D

Step-by-step explanation:

(5;-2)

the first number(5) is always the x-values ( horizontal line ) and the second number ( -2) is always the y-value ( verticle line )

alguien me podria ayudar?, por favor​

alguien me podria ayudar?, por favor

Answers

La respuesta adecuada es: abrir los corchetes. 4/4=1. 1-1=0. Segundo soporte 4/2=2. 2-2=0. Entonces tienes 4-0=4. La respuesta es 4

max is a method that accepts two int arguments and returns the value of the larger one. four int variables, population1, population2, population3, and population4 have already been declared and initialized. write an expression (not a statement!) whose value is the largest of population1, population2, population3, and population4 by calling max. assume that max is defined in the same class that calls it.

Answers

The expression to find the largest of population1, population2, population3, and population4 is:

"max(population1, max(population2, max(population3, population4)))"

This expression uses the max method to compare the values of the four int variables. The first two arguments of the max method are population1 and population2, and the result of this comparison is then compared to population3, followed by the result of that comparison being compared to population4. The result of this comparison is the largest of the four int variables.

Mathematically, this expression can be expressed as max(a, b, c, d) = max(max(max(a, b), c), d). This expression uses the max function to compare the values of four variables a, b, c, and d. The max function takes two arguments and compares their values.

Learn more about Expressions:

https://brainly.com/question/1859113

#SPJ4

A box contains 240 lumps of sugar. Five lumps are fitted across the box and there were three layers. How many lumps are fitted along the box?

Answers

If five lumps of sugar are fitted across the box, and there are three layers, we can calculate the total number of lumps by multiplying the number of lumps across each layer by the number of layers.

Number of lumps across each layer = 5
Number of layers = 3

Total number of lumps = Number of lumps across each layer × Number of layers
Total number of lumps = 5 × 3 = 15

Therefore, 15 lumps of sugar are fitted along the box.


If it’s possible, please mark me brainliest!

What is the instantaneous rate of change y=sqrtx of at x = 2? Responses negative 1 over 2 negative 1 over 4 negative 1 none of these none of these

Answers

The instantaneous rate of change of y = √x at x = 2 is √2 / 2.

To find the instantaneous rate of change of y = √x at x = 2, we need to calculate the derivative of the function with respect to x and evaluate it at x = 2.

Taking the derivative of y = √x using the power rule for differentiation, we have:

dy/dx = (1/2) × x^(-1/2)

Now, substituting x = 2 into the derivative expression:

dy/dx = (1/2) × 2^(-1/2)

= (1/2) × √2

= √2 / 2

Therefore, the instantaneous rate of change of y = √x at x = 2 is √2 / 2.

None of the provided options (-1/2, -1/4, -1) are the correct instantaneous rate of change at x = 2.

for such more question on instantaneous rate

https://brainly.com/question/23377525

#SPJ8

Which is the correct equation for a line that passes through the points (-2,7) and (2,-5)?
y=3x+5
y=1/3x+3
y= -3x-12
y= -3x+1

Answers

Answer:

y= -3x+1

Step-by-step explanation:

x1= -2 x2=2 y1=7 y2=-5

using the formula

(y-y1)/(x-x1)=(y2-y1)/(x2-x1)

(y-7)/(x-(-2))=(-5-7)/(2-(-2))

(y-7)/(x+2)=(-5-7)/(2+2)

(y-7)/(x+2)=(-12)/4

(y-7)/(x+2)=-3

cross multiply

y-7=-3(x+2)

y-7=-3x-6

y=-3x-6+7

y=-3x+1

What is the value of -91/5 - 10 + 2/5+ 2(14 1/2-7)

Answers

Answer:

Exact Form:

−64/5

Decimal Form:

−12.8

Mixed Number Form:

−12 4/5

Step-by-step explanation:

bc I used a calculator

Best answer gets a brainiest Joe and his family are touring Chicago. They want to visit the Willis Tower, hang out at Navy Pier, and shop on Michigan Avenue before their dinner reservations at 5:10 P.M. They plan to spend 1 hour and 10 minutes at the Willis Tower, 3 hours and 10 minutes at Navy Pier, and 1 hour and 15 minutes shopping. What is the latest time Joe's family can start their tour of Chicago and still make it to dinner on time?

Include A.M. or P.M. in your answer

Answers

Answer:

11:35 am

Step-by-step explanation:

1 hour and 10 minutes at the Willis Tower,

3 hours and 10 minutes at Navy Pier

1 hour and 15 minutes shopping

Total time: 5 hours  35 minutes

They need to be at dinner at 5 :10 pm

Subtract 5 hours

12:10 pm

Subtract 35 minutes

Subtract 10 minutes makes 12:00pm

Then go back 25 more minutes

11:35 am

what is -7 + 3x = 8 - 2x

Answers

Answer: x = 3

Step-by-step explanation: -7 + 9 = 8 - 6

A one-topping pizza costs $12.99. This is $6.50 less than the cost of a specialty pizza. Explain how to write a subtraction equation that could be used to find the cost c of a specialty pizza.

Answers

Answer:

The cost of a specialty pizza is $19.49.

Step-by-step explanation:

To write a subtraction equation that could be used to find the cost c of a specialty pizza, we need to set up an equation that represents the relationship between the cost of a one-topping pizza and the cost of a specialty pizza.

The problem states that a one-topping pizza costs $6.50 less than a specialty pizza. Therefore, we can subtract $6.50 from the cost of a specialty pizza to get the cost of a one-topping pizza:

Cost of specialty pizza - $6.50 = Cost of one-topping pizza

We can rearrange this equation to solve for the cost of the specialty pizza:

Cost of specialty pizza = Cost of one-topping pizza + $6.50

Now, we can substitute the given value for the cost of a one-topping pizza:

Cost of specialty pizza = $12.99 + $6.50

Simplifying the expression, we get:

Cost of specialty pizza = $19.49

Therefore, the cost c of a specialty pizza is $19.49.

Hope this helps! I'm sorry if it doesn't. If you need more help, ask me! :]

help me answer this please

help me answer this please

Answers

Answer:

3,952 ft

Step-by-step explanation:

Use the sine function since you need to find the hypotenuse but know the opposite side of the angle, since sine is equal to opposite/hypotenuse.

sin8°=\(\frac{550}{c}\)

csin8°=550

c=550/sin8°

c= 3,952

Find the sales tax. Selling price: $80.00 Rate of Sales Tax: 7%

Answers

Answer:

5.60

Step-by-step explanation:

80.00 * 7% = 5.60

240% of what number is 360? +

Answers

Answer:

240% of 150 is 360

Step-by-step explanation:

240% of \(x\) = 360

\(\frac{240}{100}\) x \(x\) = 360

2.4 \(x\) = 360

\(x\) = \(\frac{360}{2.4}\)

\(x\) = 150

Work out the highest common factor (HCF) of 8 and 20.​

Answers

Answer: The HCF of 8 and 20 is 4. The factors of 8 are 1, 2, 4, 8, and the factors of 20 are 1, 2, 4, 5, 10, 20.

Step-by-step explanation: Please give Brainlist.

Hope this helps!!!!

How do you write this as an equation. Pls help

A number multiplied by 2/5 is 3/20
.

Answers

Answer:

2/5x = 3/20 or 2/5 *x = 3/20

Step-by-step explanation:

These are the same thing just different ways to write. The x represents the unknown number

justin made $15,000 in taxable income last year. suppose the income tax rate is 15% for the first $7000 plus 19% for the amount over $7000. how much must justin pay in income tax for last year?

Answers

Brittney, the solutiuon is exactly the same to the case I solved thirty minutes ago:

Step 1: You need to confim what is the taxable income, and what are the tax braquets for calculating the income tax for last year.

• Taxable income = $ 15,000

,

• 1st bracket = 15% (0.15) for the first $ 7,000

,

• 2nd bracket = 19% (0.19) for the amount over $ 7,000

Step 2: Now, we calculate the 1st and 2nd bracket, this way:

1st bracket = 0.15 * 7,000

1st bracket = 1,050

For the 2nd bracket, you need to subtract 7,000 from the taxable income.

2nd bracket = 0.19 * (15,000 - 7,000)

2nd bracket = 0.19 * 8,000

2nd bracket = 1,520

Step 3: Finally, for calculating the total income tax, we add up the 1st bracket amount and the 2nd bracket.

Income tax for last year = 1st bracket + 2nd bracket

Income tax for last year = 1,050 + 1,520

Income tax for last year = 2,570

Justin will have to pay $ 2,570 in income tax

There are 6 pails in a row. The first 3 pails are filled with water. How can you make only one adjustment to make the following pattern: full, empty, full, empty, full and empty?​

Answers

The pattern is empty the second pail, leaving the first and third pail full and the fourth and sixth pails empty.

Given that, there are 6 pails in a row. The first 3 pails are filled with water.

The easiest way to solve this problem is to empty the second pail, leaving the first and third pail full and the fourth and sixth pails empty. This will create the desired pattern of full, empty, full, empty, full, empty.

Therefore, empty the second pail, leaving the first and third pail full and the fourth and sixth pails empty.

Learn more about the pattern here:

https://brainly.com/question/23136125.

#SPJ1

g in a school course, course x is related to course y if all the students who take course x are also in course y

Answers

This question is incomplete , I am answering this question in general as per my knowledge.

No, because you gave T a Boolean when T expected a student as its first argument and a course as its second parameter. This will be less formal if.

The expected,

T(‘‘user2012813",‘‘discrete math")=true

However, the function F(x) and A both yield either true or false (y). Thus, you are attempting to assess

T(F(‘‘user2012813"),A(‘‘discrete math"))=T(true, false)= NULL

Only the first formulation makes sense, but after relations are established, these kinds of structures can be used.

Null functions as both a value and a pointer in computer programming. A built-in constant called null has a value of zero. It is the same as how strings in C are terminated with the letter 0.

Null is another possible value for a pointer, and unless the CPU supports a unique bit pattern for a null pointer, it has the same value as zero.

To learn more about Boolean

brainly.com/question/2467366

#SPJ4

XYZ company is situated in Ghana. They have been commissioned your organisation to design a database for them. The database is expected to keep data on employees, customers, suppliers, and products. Important records on employees such as employee's ID, date of birth, and dependants are expected to be captured in the database. Products information such as product's ID, name of product, manufacturing and expiring data, and name of supplier are expected to be captured. The company receives suppliers from different organisations, hence, it would like the database to capture relevant details of these suppliers. Each supplier supplies only one type of product for the company. Every customer is assigned one sales representative, yet sales representatives maybe assigned up to ten customers. Customers can order an unlimited number of good. Properly represent all entities, relationships, constraints, and appropriate keys in an E-R diagram that can readily be used in a database.

Answers

By answering the presented question, we may conclude that Sales Rep: expression This entity maintains information about sales reps such as SalesRepID and SalesRepName.

what is expression ?

An expression in mathematics is a collection of representations, numbers, and conglomerates that mimic a statistical correlation or regularity. A real number, a mutable, or a mix of the two can be used as an expression. Mathematical operators include addition, subtraction, fast spread, division, and exponentiation. Expressions are often used in arithmetic, mathematic, and form. They are used in the representation of mathematical formulas, the solution of equations, and the simplification of mathematical relationships.

The ER diagram above depicts the database entities and their connections. Here's a quick rundown of each entity and its characteristics:

Employee: This object contains information on employees such as EmployeeID, Name, DateOfBirth, and Dependents.

ProductID, ProductName, ManufacturingDate, ExpiryDate, and SupplierID are all stored in this object.

Supplier: This entity holds supplier-specific information such as SupplierID, SupplierName, ContactPerson, and ContactNumber.

CustomerID, CustomerName, ContactPerson, and ContactNumber are all stored in the Customer entity.

Sales Rep: This entity maintains information about sales reps such as SalesRepID and SalesRepName.

To know more about expression visit :-

https://brainly.com/question/14083225

#SPJ1


A Biology test has 20 questions and is worth a total of 100 points. The test
consists of True/False questions worth 2 points each and multiple choice questions
worth 7 points each. How many of the test questions
are multiple choice and how
many of the test questions are True/ False?

# of true/false questions =

# of multiple choice questions =
THIS IS ALGEBRA PLEASE

A Biology test has 20 questions and is worth a total of 100 points. The testconsists of True/False questions

Answers

Answer:

I've done alot of calculations on this but I cant get a definite answer I hope you got it I'm sorry I couldn't help you I tried but only got into a dead end

Someone please help!
Write the function h(x) = -5 (x - 1)^2 + 3 in standard form. ​

Answers

Answer:

\(h(x)=-5x^2+10x-2\)

Step-by-step explanation:

\(h(x) = -5 (x - 1)^2 + 3\\\\\implies h(x) = -5 (x - 1)^2 + 3\\\\\implies h(x)=-5(x^2-2x+1)+3\\\\\implies h(x) = -5x^2+10x-5+3\\\\\implies h(x)=-5x^2+10x-2\)

ayudaaa a resolver esto plis​

ayudaaa a resolver esto plis

Answers

The value of x in degrees will be 6° and 11° using properties of parallel lines.

What Qualities Characterize Parallel Lines?

They are typically equal-distance, parallel straight lines. The lines here are parallel. They never come together no matter how far you extend them in any one way.

Pairs of equal-sized angles that are both obtuse or acute and are generated on the same side of the transversal are known as corresponding angles. Each pair of comparable angles on the same side of the crossing transversal is equal to the other.

The alternative angle theorem states that alternate interior angles or alternate exterior angles that come from cutting two parallel lines are congruent.

In the above figure,

8x + 7 = 55

8x  = 55 - 7

x = 6

Measure of the angle will be 8 × 6 + 7 = 49

In 11)

10x + 10 = 9x + 21 (by using first corresponding angles and then alternate angles)

⇒x = 11

The value of x in degrees will be = 11° using properties of parallel lines.

To learn more about Parallel lines refer to :

brainly.com/question/16701300

#SPJ1

Please+++++ help me with these angles.
THANK YOU!!!!!

Please+++++ help me with these angles.THANK YOU!!!!!

Answers

Answer:

1. consecutive interior angles

2. alternate exterior angles

3. alternate interior angles

4. alternate interior angles

5. alternate exterior angles

6. consecutive interior angles

7. not sure but i think it's corresponding angles

8. alternate interior angles

9. alternate exterior angles

10. corresponding angles

84.4% of what number is 19.412?

Answers

Answer: 22.4402

Step-by-step explanation:

Answer:

84.4% of 23 is 19.412.

Step-by-step explanation:

Let the unknown number be x.

Now, 84.4% of x = 19.412.

∴ (84.4 ÷ 100) × x = 19.412.

By simplifying the equation,

x = (19.412 × 100) ÷ 84.4

x = 1941.2 ÷ 84.4

∴ x = 23

Thus, 84.4% of 23 is 19.412.

To learn more about Percentages,

refer to the following question!

https://brainly.com/question/3079428

Help me find the area of the regular polygon!!

Help me find the area of the regular polygon!!

Answers

The area of the polygon is 6x√3 / 3 units².

How to find the area of a polygon?

The polygon above is a triangle. The polygon has three sides. Therefore, the area of the polygon can be calculated as follows:

area of the polygon = 1 / 2 pa

where

a = apothemp = perimeter of the polygon

Therefore, the perimeter of the polygon is the sum of the whole sides. The sides of the polygon is the same. Hence, the perimeter is 3x.

where

x = side of the polygon

area of the polygon = 1 / 2 × 3x × 4√3 / 3

Hence,

area of the polygon =  3 / 2 x × 4√3 / 3

area of the polygon = 6x√3 / 3 units²

learn more on area here: https://brainly.com/question/29300611

#SPJ1

Other Questions
If Janelle originally started 575 miles from Mammoth Lakes and continues traveling at the same rate (from part (a)), how many more hours will it take her to arrive at her destination? A popular board game manufacturer was interested in the relationship between the amount of time it takes to play a game and how well that game is rated among board game players. Information was collected on several board games, and was used to obtain the regression equation y = 27.273x + 18.182, where x represents time it takes to play (in hours) and y is the predicted rating of that game (in points). What is the predicted rating of a game that takes 90 minutes to play?18.182 points59.0915 points90 points2,472.752 points Find the volume of the rectangular prism with half cylinder removed What is the missing reasons in the proof? A regular hexagon with an area of 413 in. The apothem of the stop sign is 7.2 inches. What is the length of the side of the hexagon? A pion at rest (m = 273 me) decays to a muon (m = 207 me) and an antineutrino (m-v0) . The reaction is written - - + v-. Find (b) the energy of the antineutrino in electron volts. When people think of drug abuse and addiction, they usually think of how it affects the individual user or addict and the user or addict's family and friends, but it is important to consider that drug abuse also affects society. Describe how drug abuse affects society and the consequences of drug abuse in America.HELP PLEASE!! what is the geometry of carbonium ion Find the sum of 4\sqrt{5}4 5 and 3\sqrt{2}3 2 in simplest form. Also, determine whether the result is rational or irrational and explain your answer. Result: The result is because it be written as the ratio of two integers and its decimal expansion terminate or repeat. Part A Are squares also rectangles? Explain. T/F. the new marketing communications model consists of promotional mixes that are designed to make traditional mass-media obsolete. What is a written description of x 14? 14 less a number A number less than 14 A number greater than 14 The sum of 14 and a number First we review the force and potential energy of an object of mass m in a uniform gravitational field that points downward (in the k^ direction), like the gravitational field near the earth's surface. Find the force F (z) on an object of mass m in the uniform gravitational field when it is at height z=0. Express F (z) in terms of m, z, k^, and g. 9 months in percent five balls, numbered 1, 2, 3, 4, 5, are placed in a bin. two balls are drawn at random without replacement. what is the probability that the sum of the numbers on the balls drawn is 7? how to solve equations with the substitution method A previous person posted a solution I couldn't read or understand. If possible please explain the answer so I can learn the way to do these thank you!Production, Costs, and Perfect Competition: Firm in the Short Perioddata:K = 7 and the price of capital = $2.00quantity produced 0 1 2 3 4 5 6 7labor input 0 2 5 9 14 20 27 35price of labor = $2.00b. questions:(1) Derive the ATC, AFC, AVC, and MC curves.(2) Derive the marginal product schedule for labor and show why it makes the marginal cost curve slope upward.(3) If the market price is $12.00, how would the firm supply and what would be its economic profits?(4) If the market price is $2.00, how much would the firm supply and what would be its economic profits?(5) Derive the firms supply curve and explain its shape. 3. Who among the composers was born to musical parents and died on September 26, 1945 in New York City? a) Bela Bartok b) Sergei Prokofieff c) Igor Stravinsky d) George Gershwin When comments are not visible, what can you do to view them?Close and reopen the file.O Use the Ctrl+V command.O Use the Show Comments button on the Review tab.Use the Track Changes button in the Slide Show tab. Please help me to answer this question? I'll give you a thumb upHow do desert plants reflect light and heat instead of absorbing it?a Nurse rocksb Reflective leaf cuticles (not a correct answer)c Succulent leavesd Leaf color