What is the slope of a line parallel to the line whose equation is 9x-3y=-54

Answers

Answer 1
9x = 3y - 54
3y = 9x + 54
y = 3x + 18
Parallel = same slope
The slope is 3
Answer 2

Answer:

21

Step-by-step explanation:

subtract 9 on both sides to make your x axis by itself

y=mx+b

since -3y and -63 will cancel out each other and make a positive when you divide

-3y /63

y=21

also your when the x is alone it is always 1

rise

-------

run


Related Questions

need this asap please

need this asap please

Answers

b. <2 ≅ < 3; corresponding angles are equal

d. < 1 + < 2 = 180 degrees; sum of angles on a straight line

How to determine the reasons

To determine the reasons, we need to know about transversals

Transversals are lines that passes through two lines at the given plane in two distinct points.

It intersects two parallel lines

It is important to note the following;

The sum of the angles on a straight line is 180 degreesAngles at right angle is 90 degreesCorresponding angles are equalAdjacent angles are equal

Learn more about transversals at: https://brainly.com/question/24607467

#SPJ1

Stephen has a dog that weigths 5 times as much as lan's dog.The total weigths of both dogs is 72 pounds.How much does Stephens dog weigths?

Answers

Answer: Stephens dog weighs 60 pounds

Step-by-step explanation:

Solve the equation a = m – n for the variable n

Answers

Answer:

a=m-n

(Add n to both sides)

a+n=m-n+n

(The -n and +n cancel out, on the right side of the equation)

a+n=m

(Now subtract a from both sides)

a+n-a=m+a

(The +a and -a cancel out, on the right side of the equation)

n=m+a

Answer:

\(\huge \boxed{n=-a+m}\)

Step-by-step explanation:

\(a=m-n\)

Adding \(n\) to both sides.

\(a+n=m-n+n\)

\(a+n=m\)

Subtracting \(a\) from both sides.

\(a+n-a=m-a\)

\(n=m-a\)

a class has 12 girls and 4 boys. suppose three students are selected at random from the class. find the probability that they are all girls.

Answers

There is a probability of approximately 31.43% that three students selected at random from the class will all be girls.

To find the probability that all three selected students are girls, we need to calculate the probability of selecting a girl on the first draw, then a girl on the second draw, and finally a girl on the third draw.

The probability of selecting a girl on the first draw is 12/16 (since there are 12 girls out of a total of 16 students).

After one girl has been selected, there will be 11 girls left out of a total of 15 students, so the probability of selecting a girl on the second draw is 11/15.

After two girls have been selected, there will be 10 girls left out of a total of 14 students, so the probability of selecting a girl on the third draw is 10/14.

So, the overall probability of selecting three girls in a row is:

(12/16) x (11/15) x (10/14) = 0.3143 or approximately 31.43%

Therefore, there is a probability of approximately 31.43% that three students selected at random from the class will all be girls.

To know more about probability refer here:

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

#SPJ11

Which expressions are equivalent to 1/36? check all that apply a) 3^-6 b)6^-2 c) 6^3/6^5 d)6^2/ 6^-1 e) 6×6^-2 f) 6^-9×6^7​

Answers

Answer:

B)6^-2

Because

6^-2

1/6²

1/36

Step-by-step explanation:

Answer:

b , c , f

Step-by-step explanation:

1/36 = 0.028

a) 3^-6 = 0.0014

b)6^-2 = 0.028

c) 6^3/6^5 = 0.028

d)6^2/ 6^-1 = 216

e) 6×6^-2 = 0.1667

f) 6^-9×6^7​ = 0.028

Determine whether the set S = {-2x + x2 , 8 + x3 , -x2 + x3 , -4 + x2 } spans P3. Show setup. If it spans, be sure to list the c's.

Answers

To determine whether the set S = {-2x + x^2, 8 + x^3, -x^2 + x^3, -4 + x^2} spans P3, we need to check if every polynomial in P3 can be expressed as a linear combination of the polynomials in S.



First, let's check if S is a set of linearly independent polynomials. We can do this by setting up the matrix equation: c1(-2x + x^2) + c2(8 + x^3) + c3(-x^2 + x^3) + c4(-4 + x^2) = 0, This gives us the system of equations: -c1 + c2 - c3 + c4 = 0
c1 = 0
c3 = 0
c1 - c2 + c3 + c4 = 0
Simplifying these equations, we get: c1 = 0
c3 = 0
c2 = c1 + c4
c4 = -c1 + c2.



Since c1 and c3 are both 0, we can solve for c2 and c4 in terms of a single variable. Let's set c1 = t, where t is any real number. Then: c2 = t + c4, c4 = -t + c2, So the set S is linearly dependent. This means that not every polynomial in P3 can be expressed as a linear combination of the polynomials in S. Therefore, S does not span P3. We do not need to list the c's in this case, since S does not span P3.

To know more about term click here

brainly.com/question/19774850

#SPJ11

Euler's method will be exactly accurate if the solution turns out to be what order of polynomial?

Answers

Euler's method will be more accurate if the solution to the differential equation is a lower order polynomial. As the order of the polynomial increases, the accuracy of Euler's method decreases.

Euler's method is a numerical approximation technique used to estimate the solution to a differential equation. It is not exact and introduces some error due to its approximation nature.

The accuracy of Euler's method depends on the order of the polynomial that represents the solution.

In general, Euler's method is more accurate for lower order polynomials. This means that if the solution to the differential equation is a lower order polynomial, the approximation obtained using Euler's method will be more accurate.

To understand this, let's consider an example. Suppose we have a first-order polynomial as the solution to the differential equation.

In this case, Euler's method will provide a reasonably accurate approximation. However, as the order of the polynomial increases, the accuracy of Euler's method decreases.

It's important to note that higher order polynomials have more complex behavior, and Euler's method cannot capture all the intricacies of the solution.

In such cases, other numerical approximation methods, like the Runge-Kutta method, may be more suitable.

In summary, Euler's method will be more accurate if the solution to the differential equation is a lower order polynomial. As the order of the polynomial increases, the accuracy of Euler's method decreases.

To know more about Euler's method refer here:

https://brainly.com/question/30699690

#SPJ11

How do you know if an inequality symbol gets a line underneath?

Answers

Answer:

Inequalities may show an expression that is greater than or less than something. (You can remember this because the bigger, open end is first.) (You can remember this because the smaller, closed end is first.) (The line under the symbol means equal to.)

Step-by-step explanation:

if an inequality sign gets a line underneath it means that it is less than or equal to an amount or great than or equal to an amount .

FIRST TO ANSWER WITH IT CORRECT GETS 50 POINTS AND A BRAINLIST THING

FIRST TO ANSWER WITH IT CORRECT GETS 50 POINTS AND A BRAINLIST THING

Answers

Answer:

2. 36

3. 8

4. 64 - 32

5. 7

I hope that this helps you, I'm not sure if number 4 is correct, but I am 100% sure that the rest are correct. I did the math for all of the questions and they should all be correct. I hope you have a wonderful evening!

given the points (2,k) and (0,-6) for whick values of k would the distance between points sqaure root of 5

Answers

Given the points (2, k) and (0, -6), and the distance is √5

The distance between two points is calculated by the formula:

\(\begin{gathered} d=\sqrt[]{(y_2-y_1)^2+(x_2-x_1)^2} \\ \text{where,} \\ (x_1,y_1)=(2,k) \\ (x_2,y_2)=(0,-6) \\ d=\sqrt{5} \end{gathered}\)

Hence,

\(\begin{gathered} \sqrt[]{5}=\sqrt[]{(-6-k)^2+(0-2)^2} \\ \sqrt[]{5}=\sqrt[]{(-6-k)^2+(-2)^2} \\ \sqrt[]{5}=\sqrt[]{(-6-k)^2+4} \\ \text{squaring both sides} \\ 5=(-6-k)^2+4 \\ (-6-k)(-6-k)+4=5 \\ 36+6k+6k+k^2+4=5 \\ k^2+12k+36+4-5=0 \\ k^2+12k+35=0 \\ \text{factorize completely,} \\ (k^2+5k)+(7k+35)=0 \\ k(k+5)+7(k+5)=0 \\ (k+7)(k+5)=0 \\ k+7=0 \\ k=-7 \\ k+5=0 \\ k=-5 \end{gathered}\)

Therefore, the values of k would be -5 or -7 [option A is correct]

What error did Tracy make? She used AG = 2EG, but the correct statement is 2AG = GE. She found that x = 4, but the correct value for x is 2. She used GF = 2BG, but the correct statement is BG = 2GF. She found that GF = 64, but the correct value of GF is 8.

Answers

Answer:

C. She used GF = 2BG, but the correct statement is BG = 2GF.

Step-by-step explanation:

credits to the other person!

Answer:

C.

Step-by-step explanation:

Edge 2021

SAM ≅ ΔZYX ,
Options:
M = 36

M = 60

M = 84

M = 102

SAM ZYX , Options:M = 36M = 60M = 84M = 102

Answers

Answer:

M = 36

Step-by-step explanation:

Since SAM = ZYX

We can assume that all angles on SAM will equal the same as ZYX.

There are 180° total in a triangle, so you add 60 + 84, which equals 144, then you subtract 144 from 180 to find the remaining angle.

Therefore M = 36°

common core prec-calc answers

Answers

The output of the function can be calculated by plugging in 2 for x and evaluating the equation:\(f(2) = 2(2^3) + 5(2^2) - 7(2) + 4 = 16 + 20 - 14 + 4 = 26.\)

The Common Core standards for Pre-Calculus focus on the study of functions and their applications, as well as the development of a deeper understanding of the algebraic and geometric principles in the mathematical field. One of the core concepts covered in Pre-Calculus is the concept of polynomial functions. A polynomial function is an expression made up of terms that involve only constants, variables, and exponents. It is represented by the equation \(f(x) = ax^n + bx^n-1 + cx^n-2 + … + z\), where a, b, c, …, z are constants and n is a non-negative integer. To find the value of a polynomial function at a given value of x, the equation can be evaluated by plugging in the x value and calculating the output. For example, if a polynomial function is represented by the equation f(x) = 2x^3 + 5x^2 - 7x + 4, and the x value is 2, then the output of the function can be calculated by plugging in 2 for x and evaluating the equation: \(f(2) = 2(2^3) + 5(2^2) - 7(2) + 4 = 16 + 20 - 14 + 4 = 26.\)

Learn more about equation here:

https://brainly.com/question/10413253

#SPJ4

Complete question:

What is the output of the polynomial function f(x) = 2x^3 + 5x^2 - 7x + 4 when x = 2?

find k such that the function is a probability density function over the given interval. then write the probability density function.
f(x) = kx^2;[0,3]

Answers

Given the function is f(x) = kx² and the interval is [0, 3]. To find k such that the function is a probability density function over the given interval, follow these steps:Step 1: For a probability density function, the area under the curve should be equal to 1.

Step 2: Integrate the given function to get ∫₀³ kx² dx = k(x³/3) [0, 3] ∫₀³ kx² dx = k(3³/3 − 0³/3) ∫₀³ kx² dx = 9kStep 3: Equate the above value to 1. 9k = 1 k = 1/9Now that we have found k, we can write the probability density function.The probability density function is given as:f(x) = kx², where k = 1/9; and the interval is [0, 3].f(x) = (1/9)x²;[0,3]Hence, the probability density function is f(x) = (1/9)x², where the interval is [0, 3].

To know more about function visit:

https://brainly.com/question/31062578

#SPJ11

When an alternating current of frequency f and peak current I_0 passes through a resistance R, then the power delivered to the resistance at time t seconds is P = I^2_0 R sin^2 2 pi ft. Write an expression for the power in terms of csc^2 2 pi ft. P = I^2_0 R/(csc^2 2 pi ft) P = I^2_0 R (csc^2 2 pi ft) P = I^2_0/(1 - csc^2 2 pi ft) P = I^2_0 R(1 - csc^2 2 pi ft)

Answers

The expression for the power delivered to a resistance in terms of csc^2 2 pi ft is P = I^2_0 R (csc^2 2 pi ft).

According to the given information, the power delivered to a resistance R when an alternating current of frequency f and peak current I_0 passes through it is represented by the equation P = I^2_0 R sin^2 2 pi ft.

To express this equation in terms of csc^2 2 pi ft, we can use the trigonometric identity csc^2 x = 1/sin^2 x. Substituting this identity into the equation, we get P = I^2_0 R (1/sin^2 2 pi ft).

Since csc^2 x is the reciprocal of sin^2 x, we can rewrite the equation as P = I^2_0 R (csc^2 2 pi ft). This expression represents the power delivered to the resistance in terms of csc^2 2 pi ft.

Therefore, the correct expression for the power delivered to the resistance in terms of csc^2 2 pi ft is P = I^2_0 R (csc^2 2 pi ft).

Learn more about resistance here:

https://brainly.com/question/33728800

#SPJ11

if h(x)=x^2-1 and f(x)=3x+5 , what is h(f(x))?

Answers

Refer to photo below
if h(x)=x^2-1 and f(x)=3x+5 , what is h(f(x))?

Answer:

3x^2−2

Step-by-step explanation:

Given f(x)=3x−5 and g(x)=x^2+1

∴f(g(x))=f(x^2+1)

=3(x^2+1)−5

=3x^2−2

try these using the above pattern, find the value of the following. (i) 73 – 63 (ii) 123 – 113 (iii) 203 – 193 (iv) 513 – 503

Answers

The value of the given question by using the above pattern is (i)127, (ii)397, (iii)1141, (iv)7651.

What do you mean by pattern?

In the real world, in artificial design, or in abstract concepts, a pattern is a regularity. As a result, a pattern's components repeat in a predictable way. Any of the senses can directly witness patterns, which are types of patterns made of geometric shapes and frequently repeated like wallpaper designs. On the other hand, abstract patterns in science, math, or language might only be visible through analysis. In actuality, direct observation entails recognizing visual patterns, which are common in both nature and art. Natural visual patterns are frequently chaotic, hardly ever precisely repeat, and frequently contain fractals. Spirals, meanders, waves, foams, tilings, fissures, and patterns produced by rotational and reflective symmetries are examples of natural patterns.

To learn more about patterns, Visit:

https://brainly.com/question/17386984

#SPJ4

. n+(t+2) = n +(2+t) is an example of which property? |n+ (t+2)=n+(2+t) ¿es un ejemplo de esta propiedad?​

Answers

Answer:

The equation is an example of the associative property of addition.

Step-by-step explanation:

Associative property of addition: changing the grouping of addends does not change the sum.

For example: A+(B+C) = (A+B)+C.

Kristen baked a pan of brownies for a potluck. The number of squares she cuts the brownies
into will depend on the number of people attending the potluck.
s = the number of squares Kristen cuts the brownies into
p = the number of people attending the potluck
Which of the variables is independent and which is dependent?

A. p is the independent variable and s is the dependent
variable

B. s is the independent variable and p is the dependent
variable

Answers

Answer:

A. p is the independent variable, and s is the dependent variable.

Step-by-step explanation:

In this scenario, the number of people attending the potluck is the independent variable because it is the variable that is being controlled or determined before the brownies are cut. The number of squares the brownies are cut into, on the other hand, depends on the number of people attending the potluck. Therefore, the number of squares is the dependent variable in this scenario.

could you help with

Answers

The pythagorean theorem establish that:

\(c^2=a^2+b^2\)

where c is the hypotenuse, a and b are the legs of the right triangle.

In this case then:

\(17^2=x^2+8^2\)

Solving for x we have:

\(\begin{gathered} x^2+8^2=17^2 \\ x^2=17^2-8^2 \\ x^2=225 \\ x=\sqrt[]{225} \\ x=15 \end{gathered}\)

Therefore, x=15.

Find the surface area of the
&
rectangular prism.
2 cm
6 cm
3 cm
[? ] sq cm

Find the surface area of the&amp;rectangular prism.2 cm6 cm3 cm[? ] sq cm

Answers

Answer: 36

Step-by-step explanation:

The answer is 36 because if you multiply:

6 * 2 = 12

12 * 3 = 36

And so that equals 36 sq cm

OR:

6 * 2 * 3 = 36 sq cm

I hope this helped!

Find all complex numbers z such that z^4 = -4.

Note: All solutions should be expressed in the form a+bi, where a and b are real numbers.

Answers

26 and yeah just need points ignore this answer so sorry

A line passes through the points (-1,-7) and (7, 1). Write its equation in slope intercept

Answers

Answer:

y = x - 6

Step-by-step explanation:

the equation of a line in slope- intercept form is

y = mx + c ( m is the slope and c the y- intercept )

calculate m using the slope formula

m = \(\frac{y_{2}-y_{1} }{x_{2}-x_{1} }\)

with (x₁, y₁ ) = (- 1, - 7 ) and (x₂, y₂ ) = (7, 1 )

m = \(\frac{1-(-7)}{7-(-1)}\) = \(\frac{1+7}{7+1}\) = \(\frac{8}{8}\) = 1 , then

y = x + c ← is the partial equation

to find c substitute either of the 2 points into the partial equation

using (7, 1 ) , then

1 = 7 + c ⇒ c = 1 - 7 = - 6

y = x - 6 ← equation of line

25,000 participants meet for a charity walk 10,190 are ages 35 and up how many are younger

Answers

From the 25,000 participants,

\(25000-10190=14810\)

14,810 are less than 35 years old.

a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?

Answers

Answer:

a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?a man invests his savings in two accounts, one paying 6% and the other paying 10% simple interest per year. he puts twice as much in the lower-yielding account because it is less risky. his annual interest is $2,640. how much did he invest at each rate?

$4,180 invested in each rate

$4,180

To assess the accuracy of laboratory scale, a standard weight known to weigh 10 grams is weighed repeatedly. the weight is weighed 40 times. the mean result is 10.230 grams. the standard deviation of the scale readings is 0.020 gram. construct a 98% confidence interval for the mean of repeated measurements of the weight. what is the margin of error? round your answers to three decimal places.

Answers

To construct a 98% confidence interval for the mean of repeated measurements of the weight, we can use the formula:

Confidence interval = mean ± (t-value) x (standard error)

where the standard error is the standard deviation of the sample divided by the square root of the sample size, and the t-value is based on the degrees of freedom (n-1) and the desired level of confidence. Since we are given the sample mean, standard deviation, and sample size, we can plug in the values and solve for the confidence interval and margin of error.

First, we need to calculate the standard error:

Standard error = standard deviation / √n

Standard error = 0.020 gram / √40

Standard error = 0.00316 gram

Next, we need to find the t-value for a 98% confidence interval with 39 degrees of freedom. We can use a t-distribution table or calculator to find the t-value, which is approximately 2.423.

Substituting the values into the formula, we get:

Confidence interval = 10.230 ± (2.423)(0.00316)

Confidence interval = 10.230 ± 0.00766

Rounding to three decimal places, the 98% confidence interval for the mean weight is (10.222, 10.238) grams. The margin of error is half the width of the confidence interval, which is 0.00766/2 = 0.00383 grams

Which of the following is an equivalent expression of 76543−4? Question 1 options: 176543−4 765434 1765434 765436

Which of the following is an equivalent expression of 765434? Question 1 options: 1765434 765434 1765434

Answers

Answer:

\( \frac{1}{76543^4} \)

Step-by-step explanation:

We are given base that is raised to a negative power of 4, \( 76543^{-4} \).

Another way to rewrite this is as indicated as follows: thus, \( a^{-x} = \frac{1}{a^x} \), where, a is the base, and x is the exponent.

Therefore, an equivalent expression of \( 76543^{-4} \) = \( \frac{1}{76543^4} \)

When rolling a die, calculate the probability as a fraction of rolling an even number. The probability is

Answers

Answer: 3/6

Step-by-step explanation:

I WILL GIVE BRAINLIEST PLSSSSSSSSSSS

The area of a rectangle is 3/4 square yards. If the width of the rectangle is 3/5, what is the length?
EXPRESSION :
ANSWER:

Answers

I think that the answer is 1.25

Answer:

L = 5/4 yards

L = 1 1/4 yards

L = 1.25 yards

Step-by-step explanation:

area = Length * Width

3/4 = L * 3/5

Divide both sides by 3/5

(3/4) / (3/5) = L

When dividing by a fraction flip it over and multiply

3/4 * 5/3 = L

The 3 cancels

5/4 = L

L = 5/4 yards

as a proper fraction

L = 1 1/4 yards

As a decimal

L = 1.25 yards

What is the expanded form of this number? 630.052 A(6×100)+(3×10)+(5×110)+(2×1/100) B (6×100)+(3×1)+(5×110)+(2×1/100) C (6×100)+(3×1)+(5×1100)+(2×1/1,000) D (6×100)+(3×10)+(5×1/100)+(2×1/1,000)

Answers

Answer:

Its D.

Step-by-step explanation:

The expanded form of this number 630.052 is (6×100)+(3×10)+(5×1/100)+(2×1/1,000). Option D is correct.

What is the definition of arithmetic operation?

Arithmetic is a branch of mathematics that studies numbers and the many operations that may be applied to them. The four basic math operations are addition, subtraction, multiplication, and division.

The expanded form of this number 630.052 is solved by the BODMAS rule ;

630.052= (6×100)+(3×10)+(5×1/100)+(2×1/1,000)

630.052=6×100+3×10+5×0.01+2×0.001

630.052=600+30+0.05+0.002

630.052=630.052

The expanded form of this number 630.052 satisfy the option D.

Hence option D is correct.

To learn more about the arithmetic operation;

brainly.com/question/20595275

#SPJ2

Other Questions
I really need help with my question! Seven different types of monthly commuter passes are offered by a city's local transit authority for three different groups of passengers: youths, adults, and senior citizens. How many different kinds of passes must be printed each month? different kinds Which statement is true of Shaktist Hindus?A. They all follow the pathway of bhakti yoga, or the pathway of love.B. They worship the god Shiva as their principal male deity.c. They believe exclusively in the Vedas, not the Upsanishads.D. They do not approve of the celebration of Upanayana. 3. An airplane is traveling at a speed of 450 miles per hour in the direction of N 54 W. While flying, the airplane hits wind traveling with a velocity of 55 miles per hour in the direction of S 70 W. Find the magnitude and direction (as a true bearing) of the resultant force. THE PICTURE Is Up THERE PLEASE HELP ME WTHH Can you find therectangle's perimeterIm marking branliest Triangle $ABC,$ $M$ is the midpoint of $\overline{AB}. ... If $AB will give brainlest 5 star and thans 1) Which of the following is an example of an AdvanceDirective?a) POLSTb) Living willc) All of the above are examples of Advanced Care Directivesd) Health Care Power of Attorney Read the passage from Edgar Allan Poe.In 1827, tired of quarreling with his foster father, Poe left Virginia for Boston, Massachusetts. Although Poe was no longer in school, he continued to write and published his first volume of poetry, Tamerlane and Other Poems, that same year. At eighteen years old, Poe was a published author, but he still needed to earn money, so he enlisted in the US Army. After serving for two years, Poe learned that his foster mother, Frances, was ill. He rushed to Richmond, Virginia, to see her, only to learn that she had died from tuberculosis before he could arrive.How does the author organize the information in this passage?He provides historical details to explain Poes life.He shows Poes feelings through characterization.He introduces the central idea that Poe moved often.He describes the setting in order to illustrate the time period. according to the bureau of labor statistics, in calendar year 2000, the average duration of unemployment was 12.7 weeks, with a standard deviation of 0.3 weeks. assuming that distribution is approximately normal, what is the probability that a randomly selected individual who was unemployed in 2000 would have been unemployed between 12 and 13 weeks? .8314 Let X i be a random variable. Further X i can take the values of H with P(H)=0.55 and T with probability P(T)=0.45.(X i is a weighted coin flip). a) Write out the probability mass function of X i . b) If you flip this weighted coin 10 times, what is the expected number of times the coin will come up H ? The five memA vendor pays a rock band 13 of the total profit from T-shirts and sweatshirts sold at every concert. The vendor paid the rock band $726 after the last concert. If the profit from T-shirts sales was $1,632, what was the profit from sweatshirt sales? In a queueing system, customers arrive once every 4 seconds (standard deviation = 6) and services take 2 seconds (standard deviation = 7). (Do not round intermediate calculations. Round your answer to three decimal places.) What is the average time a customer will spend in the queue (in seconds)? seconds What country has the most powerful nuclear weapons. help i have only 5 min Jettster Mashups Ice Cream and Ponda Baba Creamery have significantly lower priced ice cream than any other sold in half-gallon (~1 liter) containers in US grocery stores. Jettster has higher prices than Ponda Baba, but Jettster claims it is because it makes ice cream with added ingredients (such as nuts and candies) while Ponda Baba only sells three flavors: chocolate, vanilla, and mango. Which firm has the competitive advantage as a cost leader what is the chi-squared component for 20-29 year olds who were distracted by their cell phones? group of answer choices 2.64 20.78 26.42 110.98 Suppose that y varies inversely with x. Write a function that models the inverse function. x = 6 when y = 8 Rewrite the following sentence using an object pronoun. l ve a la duquesa. La conoce. l lo ve. l la ve. l quiere cantarla.