The figure has ____ lines of symmetry. A. 0 B. 4 C. 6 D. 8

The Figure Has ____ Lines Of Symmetry. A. 0 B. 4 C. 6 D. 8

Answers

Answer 1
Answer = B. 4
a 4 pointed star has 4 lines of symmetry
Answer 2
The star has 4 pairs of symmetry lines

Related Questions

what are 3 different ways to make tbe number 15638 with only hundreds tens and ones

Answers

Crssfffffffffdawfc1346666432c

Answer:

156 hundreds, 3 tens and 8 ones.155 hundreds, 12 tens and 18 ones155 hundreds, 10 tens and 38 ones

Step-by-step explanation:

The easiest way is to divide the number by 100, 10 and 1 in that order so:

15638/100=156.38 <- From this number you take only the integer (or the number without decimals), and that would be your hundreds, for this case 156 is the integer part, so 156 hundreds.

Next we take take the 38 we had left from the above division, and we divide it by 10.

38/10=3.8   <- we apply exactly the same steps as before but with the tens, working only with the integer, meaning 3, so you end up with 3 tens.

Last but not least, the rest, that is 8, will be your ones. In this case, just 8 ones.

Your first answer would be 156 hundreds, 3 tens and 8 ones.

Now, the combinations are infinite, if you take one from the hundreds it becomes 10 tens or 100 ones, and if you take 1 from the tens you get 10 ones. So you could have

155 hundreds (155-1), 12 tens (3+10-1), and 18 ones. Or any permutation you prefer.

For quick studies, it is easier to round down to the nearest 5 or 0, so another way to see this would be:

155 hundreds, 10 tens, and 38 ones.

The numbers 1 through 9 are written in separate slips of paper, and the slips are placed into a box. Then, 4 of these slips are drawn at random.

What is the probability that the drawn slips are "1", "2", "3", and "4", in that order?

Answers

Let's think of the problem as follows.

Write all the 4-digit numbers that can be formed using the digits from 1 to 9, without repetition, in pieces of paper, and put them in a bag. What is the probability of picking the 4-digit number 1234, among these numbers.

The connection of the 2 problems is as follows:

The 4-digit number, for example 5489, represents drawing first 5, then 4, then 8, then 9 , in the original question.

we did not allow repetition, because for example the number 8918 would represent drawing 8, then 9, then 1 then 8 (again!!), which is not possible, so we lose the connection between the problems.


So there are in total 9*8*7*6= 3024  4-digit numbers, with non-repeating digits.

One of these numbers is 1234 (representing drawing 1, then 2, then 3, then 4)

among these 3024 numbers, the probability of picking 1234 is 
[tex] \frac{1}{3024}= 0.00033[/tex]


We could have solved this problem also as :

P(drawing 1, 2, 3, 4 in order)= [tex] \frac{1}{9} * \frac{1}{8} * \frac{1}{7} * \frac{1}{6} = \frac{1}{3024} [/tex]

Answer:[tex] \frac{1}{3024}= 0.00033[/tex]
Final answer:

The probability of drawing the slips '1', '2', '3', and '4' in that order is 1/126 or approximately 0.0079.

Explanation:

The probability that the drawn slips are '1', '2', '3', and '4', in that order, can be calculated by considering the number of favorable outcomes and the total number of possible outcomes.

There are 9 slips in the box, so the total number of possible outcomes is 9 choose 4, which is denoted as C(9,4) or 9!/(4!(9-4)!), which simplifies to 126.

Since we want the slips to be drawn in a specific order, the number of favorable outcomes is 1, because there is only 1 way to arrange the slips in the order '1', '2', '3', and '4'.

Therefore, the probability is 1/126, which simplifies to approximately 0.0079 or 0.79%.

20 PTS!!!David's company reimburses his expenses on food, lodging, and conveyance during business trips. The company pays $60 a day for food and lodging and $0.65 for each mile traveled. David drove 600 miles and was reimbursed $3,390. Part A: Create an equation that will determine the number of days on the trip. (3 points) Part B: Solve this equation justifying each step with an algebraic property of equality. (6 points) Part C: How many days did David spend on this trip? (1 point)

Answers

Part A)

$60 for each day of the trip (d) + $0.65 * the number of miles (600 mi) = the total cost ($3390):

[tex]60d + 390 = 3390[/tex]

Part B)

[tex]60d + 390 = 3390[/tex] (Given equation)
[tex]60d + 390 - 390 = 3390 - 390[/tex] (Subtraction property of Inequalities)
[tex]60d = 3000[/tex] (Simplification)
[tex]\frac{60d}{60} = \frac{3000}{60}[/tex] (Division property of inequalities)
[tex]d = 50[/tex] (Simplification)

Part C)

David spent 50 days on his trip.

Answer:

The company pays $60 a day for food and lodging and $0.65 for each mile traveled.

David drove 600 miles and was reimbursed $3,390.

Part A:

Let the number of days of trip be = x

Equation forms:

[tex]600(0.65)+60x=3390[/tex]

=> [tex]390+60x=3390[/tex]      .......(1)

Part B:

Solving (1) for x.

[tex]390+60x=3390[/tex]     (given)

Applying subtraction property of equality;

[tex]60x+390-390=3390-390[/tex]

Now simplifying this we get;

[tex]60x=3000[/tex]

Applying division property by dividing 60 on both sides, we get

x = 50

Part C:

We get x = 50, so David spent 50 days on the trip.

The Perimeter of a rectangle is 66 feet and the width is 7 feet. What's the length in feet?

Please explain how to solve this problem-a)26;b)52;c)40;d)20

Answers

To solve for the length of a perimeter, use
L = P/2﹣w
L = 66/2 - 7
L = 33 - 7
L = 26

The length is 26

Write a complete c program that finds the square roots of all elements of type double in an array of size 8. your program should display the original array as well as the array of square roots.

Answers

#include&lt; stdio.h;
// #include&lt; math.h;
int main() {
int I = 0;
double value[8];
for(I = 0; I < ;8; i++){
printf(“Enter value at index %d: “; (i +1 ));

 

Please note, always use %lf and not %f when reading double data from the user. double is %lf, while float is %f. That is the difference.

 

In this problem, we use two headers, stdio.h and math.h. The math.h defines a lot of mathematical functions. It returns double as a result since all functions in this library takes double as an argument.

 

The stdio.h header defines 3 variable types, namely size_t, FILE, and fpos_t.

17.16 is 62.4% of what

Answers

divide them

17.16/0.624 = 27.5

27.5 is the answer

double check by multiplying 27.5 by 62.4%

27.5*.624 = 17.16

A ball is thrown vertically upward. After t seconds, its height h (in feet) is given by the function h(t)= 96t-16t^2 . After how long will it reach its maximum height? Do not round your answer.Time: ___ seconds

Answers

The time taken to reach the maximum height = 3 s

Further explanation

Quadratic function is a function that has the term x²

The quadratic function forms a parabolic curve

The general formula is

f (x) = ax² + bx + c

where a, b, and c are real numbers and a ≠ 0.

The parabolic curve can be opened up or down determined from the value of a. If a is positive, the parabolic curve opens up and has a minimum value. If a is negative, the parabolic curve opens down and has a maximum value

So the maximum is if a <0 and the minimum if a> 0.

After t seconds, a ball height h (in feet) is given by the function h (t) = 96t-16t²

The maximum value of the function is obtained if the first derivative of the function h (t) = 0

96-32t = 0

96 = 32t

t = 3 s

Learn more

The maximum height

https://brainly.com/question/12298041

the fencing

https://brainly.com/question/7190180

domain of the function

brainly.com/question/4135536

Final answer:

The ball reaches its maximum height after 3 seconds. This is determined by finding when the derivative of the height function h(t) = 96t - 16t² equals zero and solving for t.

Explanation:

To determine the time at which the ball reaches its maximum height, we need to analyze the function h(t) = 96t - 16t². Here, h(t) represents the height of the ball after t seconds. The ball achieves its maximum height when the derivative of the height function with respect to time is zero (i.e., when its upward velocity is zero).

To find this, we can take the derivative of h(t) and set it equal to zero to find the critical points:

h'(t) = d/dt (96t - 16t²) = 96 - 32t.

Setting the derivative equal to zero:

96 - 32t = 0

32t = 96

t = 96/32 = 3 seconds.

Therefore, the ball reaches its maximum height after 3 seconds.

what is 802 and 6 hundredths in expanded form

Answers

800+ 2+ 0.06

Hope this helps!

The picture below shows a container that Sue uses to freeze water:




What is the minimum number of identical containers that Sue would need to make 2,000 cm3 of ice? (Use π = 3.14.)

Answers

Answer:

The number of identical containers are 27

Step-by-step explanation:

The picture below shows a container that Sue uses to freeze water.

We need to make 2000 cm³ of ice using small identical container.

Volume of cylinder [tex]=\pi r^2 h[/tex]

Where,

r = radius of cylinder (r=2 cm)

h = height of cylinder ( h=6 cm)

Volume of small cylinder [tex]=\pi (2)^2\cdot 6 = 75.39\text{ cm}^3[/tex]

We need to find number of small cylinder.

[tex]\text{Number pf small cylinder }=\dfrac{\text{Volume of ice}}{\text{Volume of each cylinder}}[/tex]

[tex]\text{Number pf small cylinder }=\dfrac{2000}{75.39}\approx 27[/tex]

Hence, The number of identical containers are 27

A survey claims that 9 out of 10 doctors recommend aspirin for their patients with headaches. to test this claim against the alternative that the actual proportion of doctors who recommend aspirin is less than 0.90, a random sample of 100 doctors results in 83 who indicate that they recommend aspirin. the value of the test statistic in this problem is approximately equal to

Answers

The value of the test statistic in this problem is approximately equal to [tex]\frac{0.83-0.9}{\sqrt{\frac{(0.9)(0.1)}{100} } }[/tex]

Explanation:

Aspirin also known as acetylsalicylic acid, is a medication used to reduce pain, fever, or inflammation. A test statistic is the random variable that calculated from sample data it used in a hypothesis test. You can use test statistics to determine whether to reject the null hypothesis or not. The test statistic can compare the data with what is expected under the null hypothesis

A survey (a general view, examination, or description of someone or something) claims that 9 out of 10 doctors recommend aspirin for their patients with headaches. to test this claim against the alternative that the actual proportion of doctors who recommend aspirin is less than 0.90, a random sample of 100 doctors results in 83 who indicate that they recommend aspirin. the value of the test statistic in this problem is approximately equal to [tex]\frac{0.83-0.9}{\sqrt{\frac{(0.9)(0.1)}{100} } }[/tex] where

a = People who indicate that they recommend aspirin = 0.83

b = the actual proportion of doctors who recommend aspirin = 0.9

c =  the actual proportion of doctors who not recommend aspirin = 1-0.9 = 0.1

d = a random sample = 100

[tex]\frac{a-b}{\sqrt{\frac{(b)(c)}{d} } } =\frac{0.83-0.9}{\sqrt{\frac{(0.9)(0.1)}{100} } }[/tex]

Learn more about the test statistic https://brainly.com/question/13017916

#LearnWithBrainly

what is the axis of symmetry of y=3x^2+6x+5

Answers

Answer: The axis of symmetry is the equation x = -1

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

Explanation:

The equation y = 3x^2+6x+5 is in the form y = ax^2+bx+c

In this case, a = 3, b = 6, c = 5.

We will plug a = 3 and b = 6 into the formula below

x = -b/(2*a)
x = -6/(2*3)
x = -6/6
x = -1

Therefore, the axis of symmetry is x = -1

This is the vertical line that passes through the vertex. We can reflect the parabola over this line to have one half of the curve line up perfectly with the other half of the curve.

1 2 3 4 5 6 7 8 9 10 TIME REMAINING 58:03 The point-slope form of the equation of the line that passes through (–5, –1) and (10, –7) is y + 7 = (x – 10). What is the standard form of the equation for this line?

Answers

Final answer:

The standard form of the equation for the line passing through (-5, -1) and (10, -7) is y = x - 17.

Explanation:

The standard form of the equation for the line passing through the points (-5, -1) and (10, -7) can be found using the point-slope form given, which is y + 7 = (x - 10).

First, let's convert this equation into slope-intercept form (y = mx + b), where m is the slope and b is the y-intercept.

Subtracting 7 from both sides of the equation, we get y = x - 17.

This is the standard form of the equation for the line passing through (-5, -1) and (10, -7).

Learn more about Equation of a line here:

https://brainly.com/question/33578579

#SPJ2

On a cross-country trip, a couple drives 500 mi (miles) in 10h on the first day, and 400 mi in 8h on a second day. the average speed for the whole trip is:

Answers

The average speed = total distance ÷ total time traveled

The average speed = [500+400] ÷ [10+8]
The average speed = 900 ÷ 18 = 50 miles/hour

What is the value of s and the length of side BC if ABCD is a rhombus?

Answers

Step 1

Find the value of s

we know that

In a Rhombus all sides are congruent

so

[tex]AB=BC=CD=DA[/tex]

[tex]AB=9s+29\\CD=10s-16[/tex]

equate AB and CD

[tex]9s+29=10s-16\\[/tex]

Combine like term

[tex]10s-9s=29+16\\[/tex]

[tex]s=45\ units[/tex]

The answer Part a) is

the value of s is [tex]45\ units[/tex]

Step 2

Find the value of side AB

[tex]AB=9s+29[/tex]

substitute the value of s

[tex]AB=9*45+29=434\ units[/tex]

Remember that the sides are congruent

[tex]AB=BC=CD=DA[/tex]

therefore

the answer Part b) is

The length of the side BC is [tex]434\ units[/tex]


The value of s is 45 and the length of side BC is; 434.

What is a Rhombus?

A rhombus is a plane shape of the form given I'm the attached image with all its sides equal.

Hence,

AB = BC = CD = DA

To determine the value of s;

10s - 16 = 9s + 29

10s-9s = 29+16

s = 45.

The length of side BC = CD = 10(45) - 16 = 450 - 16

The length of side BC = 450 -16 = 434

Read more on Rhombus;

https://brainly.com/question/20627264

Liz is using the distributive property to evaluate the expression 27(36) by using friendlier numbers. Her work is shown below.

Liz’s Work


27(36)
Step 1
27(3 + 12)
Step 2
27(3) + 27(12)
Step 3
81 + 324
Step 4
405

What was the first error that Liz made?
Step 1 should have been 27(6 + 30).
Step 2 should have been 27(3) + 12.
Step 3 should have been 27(30)(12).
Step 4 should have been 16,244.

Answers

Liz attempted to factor 36. Since 36 = 3*12 and not 3+12, this is not the way to go. In stead of factoring 36, she should have split it into a friendly sum, like 36=30+6.

Then Step 1 should have been 27(6+30).

Answer:

A

Step-by-step explanation:

a rectangle has a length of 7 meters longer than double the width. the perimeter is 134 meters. find the dimensions of the rectangle.

Answers

check the picture below.

what's the length? well, l = w + 7.

Given that 3^x = 4^y = 12^z, show that z = (xy)/(x+y).

Answers

[tex]3^{x} = 4^{y} = 12^{z}[/tex]
[tex]3^{x} = 4^{y} = (4 \cdot 3)^{z}[/tex]
[tex]3^{x} = 4^{y} = 4^{z} \cdot 3^{z}[/tex]

[tex]\text{Let a } = 3^{x} = 4^{y} = 4^{z} \cdot 3^{z}[/tex]
[tex]log_3a = x[/tex]
[tex]log_4a = y[/tex]
[tex]log_{(4 \cdot 3)}a = z[/tex]

Using change of base:
[tex]x = \frac{lna}{ln3}[/tex]
[tex]y = \frac{lna}{ln4}[/tex]
[tex]z = \frac{lna}{ln(4 \cdot 3)}[/tex]

[tex]ln3 = \frac{lna}{x}[/tex]
[tex]ln4 = \frac{lna}{y}[/tex]
[tex]ln(4 \cdot 3) = \frac{lna}{z}[/tex]

Now, ln(4 · 3) = ln(4) + ln(3)

[tex]\frac{lna}{z} = \frac{lna}{x} + \frac{lna}{y}[/tex]
[tex]\frac{1}{z} = \frac{1}{x} + \frac{1}{y}[/tex]
[tex]\frac{1}{z} = \frac{x + y}{xy}[/tex]

[tex]\therefore z = \frac{xy}{x + y}[/tex]

Final answer:

To show that z = (xy)/(x+y) given that 3^x = 4^y = 12^z, logarithms and the properties of exponents are used to simplify and solve for z.

Explanation:

The problem given is to show that if 3^x = 4^y = 12^z, then z = (xy)/(x+y). To solve this, we can use logarithms or equate the expressions to a common variable. Since 12 = 3 × 4, it means that 12^z = (3^z)(4^z).

Remember that the original equations given were 3^x = 12^z and 4^y = 12^z.

Substituting z into these equations we have 3^x = 3^z × 4^z and 4^y = 3^z × 4^z.

Taking logarithms, we find

[tex]log(3^x) = log(3^z) + log(4^z) and log(4^y) = log(3^z) + log(4^z).[/tex]

Applying the power rule of logarithms, the equations simplify to

[tex]x log(3) = z log(3) + z log(4)[/tex]and  [tex]y log(4) = z log(3) + z log(4).[/tex]

Dividing these equations by log(3) and log(4) respectively gives

[tex]x = z + z(log(4)/log(3))[/tex] and [tex]y = z + z(log(3)/log(4)).[/tex]

Adding these equations, we get

[tex]x + y = 2z + z[(log(4)/log(3)) + (log(3)/log(4))],[/tex]

which simplifies to x + y = 2z because [tex](log(4)/log(3)) + (log(3)/log(4)) = 1.[/tex]Finally, solving for z gives z = (xy)/(x+y) as desired.

6nsquared - 5nsquared + 7nsquared simplify the expression

Answers

6n^2-5n^2= n^2

n^2+7n^2= 8n^2

Final answer: 8n^2
Remember that all of these terms are like terms so you can just add/subtract coefficients.
The equation is 6n^2-5n^2+7n^2. Since the exponents are the same, you can just add and subtract. 6n^2-5n^2=n^2. N^2+7n^2=8n^2. The answer to this is 8n^2. I hope this helps! :)

what is the answer to simplify 10y-7y

Answers

When you subtract 10y-7y you get 3y. 
Since the variable(y) have same power 1, we can subtract them.10y-7y will be 3y.

Two buses leave at the same time traveling in opposite directions. One bus travels at 63mph and the other at 62mph. How soon will they be 187.5
 miles apart?

Answers

recall your  d = rt, distance = rate * time

the buses are traveling in opposite directions, but both are taking off at the same time
let's say bus A is going at 63mph and bus B is going at 62mph, so, we know their "r" rate for each

ok, after they had travelled for "t" time, they're both 187.5 miles apart, at that instant, bus A has been travelling for "t" hours and bus B has been also travelling for "t" hours as well

now, if bus A covered say "d" miles in those "t" hours, then bus B covered the slack from 187.5 and "d", or 187.5 - d

thus

[tex]\bf \begin{array}{lccclll} &distance&rate&time\\ &-----&-----&-----\\ \textit{bus A}&d&63&t\\ \textit{bus B}&187.5-d&62&t \end{array} \\\\\\ \begin{cases} \boxed{d}=63t\\ 187.5-d=62t\\ ----------\\ 187.5-\boxed{63t}=62t \end{cases}[/tex]

solve for "t".

simplify sin(2x+7y)+sin(2x-7y)

Answers

sin(a+b)=sin a * cos b + sin b cos a
sin(a-b)=sin a * cos b - sin b cos a

The half life of cobalt -60 (used in radiation therapy) is 5.26 years ( actual data ).how much of a 200 g sample of cobalt-60 will remain after 26.3 years

Answers

Without getting into exponential functions this can be done rather easily.
For every half-life, one half of an isotope decays.
26.3 / 5.26 = 5
26.3 years is exactly 5 half-lives.
After EACH half-life we have one half of what we previously had.

So after one half-life we have 50%
2 half-lives 25%
3 half-lives 12.5%
4 half-lives 6.25%
5 half-lives 3.125%

So, how much is left of the 200 gram sample?
200 * .03125 = 6.25 grams


Final answer:

The amount of cobalt-60 will decrease with each half-life, which is 5.26 years. After 5 half-lives (26.3 years), the 200g sample will reduce to 6.25g.

Explanation:

The subject of the question is the half-life of a radioactive substance, in this case, cobalt-60. Half-life is the time required for half the atoms in a sample to decay. Given that the half-life of cobalt-60 is 5.26 years, and we are interested in a period of 26.3 years, we first classify this period into 'half-life' units, which equals 26.3 / 5.26  = 5 half-lives.

With each half-life, the quantity of cobalt-60 is cut in half. We start with a 200g sample and after 5 half-lives, the amount of cobalt-60 would decrease as follows:

After the 1st half-life = 200/2 = 100g After the 2nd half-life = 100/2 = 50gAfter the 3rd half-life = 50/2 = 25gAfter the 4th half-life = 25/2 = 12.5gAfter the 5th half-life = 12.5/2 = 6.25g

Therefore, after 26.3 years, only 6.25g of the original 200g sample of cobalt-60 will remain.

Learn more about Half-life here:

https://brainly.com/question/24710827

#SPJ3

what is 2500g converted to kg

Answers

1000 g = 1 kg
2500 g = 2,5 kg

How many different 7-digit numbers can be formed using the digits in the number 5,474,575?

Answers


5474575^7 or 147384858537001988985939934535924916546630859375

A population, with an unknown distribution, has a mean of 80 and a standard deviation of 7. for a sample of 49, the probability that the sample mean will be larger than 82 is

Answers

Since the distribution is unknown, we have to think of the CLT (Central Limit Theorem):
n = 49

μ(x) = μ →→ μ(x) = μ = 80

σ(x) = σ/(√v) →→ 7/√49 = 7/7 = 1

Z(x) = (X-μ)/[σ(x)]

Z(x) = (82-80) /1
Z(x) = - 2
For Z= - 2, the area (probability) = -0.0228 (from the left)
and due to symmetry this area  is equal in absolute value to the sample larger than 82 (to the right), hence the P(X>82) = 0.228

Precalc: Vector word problem:
A channel flows from north to south at a rate of 15 mph.
A sailboat heads at an angle of 30 degrees upstream at 40 mph.
A strong wind blows towards northwest at 30 mph.

a. Write each vector in component form.

Answers

bearing in mind that   [tex]\bf \begin{cases} x=rcos(\theta )\\\\ y=rsin(\theta ) \end{cases} [/tex]

I can make this much from that, check the picture below.
The vector representing the flow from North to South is 0, -15.The vector representing the sailboat is [tex]15\sqrt{3} ,\;15[/tex].The vector representing the strong wind blowing towards northwest is [tex]-15\sqrt{2},\;15\sqrt{2}[/tex] .

What is a vector?

A vector can be defined as an element of a vector space, which represents an object that has both magnitude and direction.

Assuming that; [tex]\left \{ {{x=rcos \theta} \atop {y=rsin \theta}} \right.[/tex]

For the channel:

Rate, r = 15 mph.

The vector representing the flow from North to South is given by:

[tex]15 cos (\frac{3\pi}{2} ), \; 15 sin (\frac{3\pi}{2} )\\\\15(0),\; 15(-1)[/tex]

Vector = 0, -15

For the sailboat:

Rate, r = 40 mph.Angle = 30 degrees upstream.

The vector representing the sailboat is given by:

[tex]40 cos (30 ), \; 40 sin (30)\\\\30(\frac{\sqrt{3} }{2} ),\; 30(\frac{1 }{2} )\\\\15\sqrt{3} ,\;15[/tex]

Vector = [tex]15\sqrt{3} ,\;15[/tex]

For the strong wind:

Rate, r = 30 mph.

The vector representing the strong wind blowing towards northwest is given by:

[tex]30 cos (\frac{3\pi}{4} ), \; 30 sin (\frac{3\pi}{4} )\\\\30(\frac{-\sqrt{2} }{2} ),\; 30(\frac{\sqrt{2} }{2} )\\\\-15\sqrt{2},\;15\sqrt{2}[/tex]

Vector = [tex]-15\sqrt{2},\;15\sqrt{2}[/tex]

Read more on vector here: https://brainly.com/question/24855749

If you choose a card at random from a well shuffled deck of 52 cards, what is the probability that the card chosen is not a heart

Answers

Sample space ={13 H + 13 D + 13 S + 13 C} = 52 cards

P(getting one heart) = 13/52 = 1/4
P( getting NO heart) = 1-1/4 = 3/4 = 0.75

The probability that the card chosen is not a heart is 0.75

What is the probability?

Probability refers to a possibility that deals with the occurrence of random events.

The probability of all the events occurring need to be 1.

The formula of probability is defined as the ratio of a number of favorable outcomes to the total number of outcomes.

Sample space ={13 H + 13 D + 13 S + 13 C}

= 52 cards

The total number of cards in a deck is 52

Number of cards with hearts = 13

Therefore, P(getting one heart) = 13/52 = 1/4

P( getting NO heart) = 1-1/4 = 3/4 = 0.75

Learn more about probability here;

https://brainly.com/question/9326835

#SPJ2

Solve the quadratic equation by completing the square. x^2-14x+42=0 First, choose the appropriate form and fill in the blanks with the correct numbers. Then, solve the equation. If there is more than one solution, separate them with commas.
Form: ______
Solution: _______

Answers

x^2 - 14x + 42 = 0
x^2 - 14x = -42
x^2 - 14x + 49 = 49 - 42
(x - 7)^2 = 7
x - 7 = (+-) sqrt 7
x = 7 (+-) sqrt 7

solutions are : x = 7 + sqrt 7 and x = 7 - sqrt 7

x^2-14x+42=0  subtract 42 from both sides

x^2-14x=-42  halve the linear coefficient, square it, add it to both sides, in this case: (14/2)^2=7^2=49, add 49 to both sides

x^2-14x+49=7  now the left side is a perfect square...

(x-7)^2=7  take the square root of both sides

x-7=±√7   add 7 to both sides

x=7±√7

The above is the two solutions, 7+√7 and 7-√7

I am not sure what they mean by the proper form other than perhaps the point when you have a complete square as in the point in the process where you have a perfect square...

(x-7)^2=7

A new surgery is successful 75% of the time. if the results of 10 such surgeries are randomly sampled, what is the probability that fewer than 9 of them are successful

Answers

Final answer:

This is a binomial probability problem where we calculate the probability of fewer than 9 successful surgeries out of 10, given a success rate of 75% for each surgery. The probabilities of 0 to 8 successful surgeries are calculated and summed up.

Explanation:

The question asks for the probability that fewer than 9 out of 10 surgeries are successful, given that each surgery has a 75% chance of being successful. This is a binomial probability problem since each surgery can result in either success (75%) or failure (25%), and we are dealing with a fixed number of independent trials (10 surgeries).

To solve this, we first calculate the probability of exactly 8 successes, exactly 7 successes, and so on down to 0 successes, then sum these probabilities. The binomial probability formula is P(x) = (nCx) * (p^x) * ((1-p)^(n-x)), where n is the number of trials, x is the number of successes, p is the probability of success, and nCx is the combination of n items taken x at a time.

However, calculating each probability individually and summing them can be tedious, and tools or calculators designed for binomial distributions are often used to compute this more efficiently. For a result of fewer than 9 successes, we would add the probabilities of getting 8, 7, ..., down to 0 successful surgeries.

how do you write 10 X 3 ten's in standard form?

Answers

Standard Form - 300 the 10 means its like this 400 500
Other Questions
Because skeletal muscle contractions demand large quantities of atp, skeletal muscles have What is the answer to -n+9n+3-8-8n Find the value of 4 + (27 - 122) 2.Answer's are 3.5,5.5 and 19 Which one is it . The total cost of gasoline varies directly with the number of gallons purchased. Gas costs $1.77 per gallon. Write a direct variation to model the total cost c for g gallons of gas.A . c=g/1.77B. c=1.77gC. g=1.77cD. c=g+1.77 What type of graph would have the title, "Monthly Company Profit for the Year?"bar graphline plotline graphpictograph Rosa just finished installing a small koi Pond in her backyard and now needs to re-sod. One side of the koi pond is 2 feet shorter than the other side. One side of the garden is three times the longer side of the koi pond The other side of the garden is 5 feet longer than the first side. How much psi does Rosa need to buy? K Mike wants to make meatloaf. His recipe uses a total of 6 pounds of meat. If he uses a 3 to 1 ratio of beef to pork how much pork will he use? Enter your answer as a mixed number in simplest terms The length l of a rectangle is 4 inches greater than its width w. The area of the rectangle is 252 square inches.Using the method of completing the square, what are the length and width of the rectangle? Show your work. On a resent business trip it took 7 hours 30 minutes to drive 375 miles how many miles per hour was the average What more than anything else drove u.s. expansion in the late nineteenth century? how light used to study space Paraphrased material should be enclosed in quotation marks. true or false? Which geographical factor attracted traders of east Africa leading to the creation of the Swahili culture PLEASE HELP ASAP ILL GIVE BRAINLIEST IF YOURE RIGHT!!Find the greatest possible error for each measurement.9 ga.1/2 gb.1/4 gc.1/6 gd.1/8 g To avoid damaging important structures in the lower limbs of infants, intramuscular injections are administered into the An equilateral triangle and a square have the same perimeter of 12 inches. what is the ratio of the side length of the triangle to the side length of the square? express your answer as a common fraction. Which symbol creates a true sentence when x equals 6? 42 + (x 3)2 __ 28 The scores on an exam are normally distributed, with a mean of 74 and a standard deviation of 7. What percent of the scores are less than 81?The scores on an exam are normally distributed, with a mean of 74 and a standard deviation of 7. What percent of the scores are less than 81? Something meant to teach is described as _____. chivalric didactic legendary narrative How did the growth of the railroads affect supply and demand for natural resources in the United States? Steam Workshop Downloader