The mean score of a competency test is 65, with a standard deviation of 4. use the empirical rule to find the percentage of scores between 53 and 77. (assume the data set has a bell-shaped distribution.)

Answers

Answer 1

To solve this problem, we use the t statistic. The z score is calculated as:

z = (x – u) / s

where x is the sample value = 53 and 77, u is the mean score = 65 while s is the standard deviation = 4

 

when x = 53

z = (53 – 65) / 4 = -3

From the standard distribution tables, the p value at z = -3 is:

P (z=-3) = 0.0013

 

when x = 77

z = (77 – 65) / 4 = 3

From the standard distribution tables, the p value at z = 3 is:

P (z=3) = 0.9987

 

The percentage P between the two would be the difference:

P (53 < x < 77) = 0.9987 – 0.0013 = 0.9974


Answer:

0.9974 or 99.74%


Related Questions

A box of cookies can hold 24 cookies, and a container can hold 75 boxes of cookies. write a program that prompts the user to enter the total number of cookies, the number of cookies in a box, and the number of cookie boxes in a container. the program then outputs the number of boxes and the number of containers to ship the cookies. note that each box must contain the specified number of cookies, and each container must contain the specified number of boxes. if the last box of cookies contains less than the number of specified cookies, you can discard it and output the number of leftover cookies. similarly, if the last container contains less than the number of specified boxes, you can discard it and output the number of leftover boxes.

Answers

Final answer:

The provided math problem involves writing a program that helps to calculate the number of cookie boxes and containers required to ship a specific number of cookies considering the capacity of each item. If there are leftover cookies that do not fill a box or if there are leftover boxes that do not fill a container, these are also calculated.

Explanation:

This is a programming problem which requires logic to calculate the number of boxes and containers needed to ship a given number of cookies. Assume that 'total_cookies', 'cookies_per_box', and 'boxes_per_container' are user inputs. Initially, you should calculate the total boxes by 'total_boxes = total_cookies / cookies_per_box'. The floored division operator is applied to discard the last box if it contains less than the specified number of cookies. Then, calculate the total containers with 'total_containers = total_boxes / boxes_per_container'. Again, you use the floored division operator to discard the last container if it contains less than the specified number of boxes. Lastly, calculate the leftover cookies and boxes, which is done by applying the modulus operator. 'leftover_cookies = total_cookies % cookies_per_box' and 'leftover_boxes = total_boxes % boxes_per_container'.

The logic of the given program focuses on the calculation of boxes and containers needed to ship the given number of cookies keeping in consideration the capacity of each box and container. Also, the algorithm calculates the leftover cookies and boxes, if not enough to fill a box or container fully.

Learn more about Programming Logic here:

https://brainly.com/question/34705188

#SPJ12

Out of 100 lottery tickets, each having 50% chance of winning, 2 tickets are bought at random. what is the probability that at least one ticket will win?

Answers

4 is the probabliity that at least one ticket iwll win

I only need number 30 answered

Answers

Here, you’re going to be focusing on the function d. The expression there wants you to evaluate d at the value 2a, and then multiply the result by 5. Substituting the x’s in d(x) with 2a:

-(2a)^3+2a+1 = -8a^3+2a+1

Multiplying that polynomial by 5, we get:

-40a^3+10a+5

Auto insurance options offered by AA Auto Insurance are outlined in the table below.  What monthly payment would you expect for an insurance policy through AA Auto Insurance with the following options? Bodily Injury:  $25/50,000 Property Damage:  $25,000 Collision:  $250 deductible Comprehensive:  $100 deductible
a.
$43.23
b.
$46.10
c.
$54.85
d.
$64.44


 

Answers

Option C. 54.85
22.5 + 120.5 + 415.25 + 100 = 658.25
658.25/12 = 54.854
round down and get answer c

In this exercise we have to use the knowledge of finance to calculate the monthly amount of insurance, so the best alternative that represents this amount is:

Option C

In this exercise we want to calculate the monthly insurance payment amount, so from the given values ​​we find:

[tex]Payment= (Bodily Injury)+ (Property Damage)+ (Collision)+(Comprehensive)[/tex]

Substituting the values ​​in the formula given above we find that:

[tex]Payment= 22.5 + 120.5 + 415.25 + 100 \\= 658.25\\658.25/12 = 54.854[/tex]

See more about finances at brainly.com/question/10024737

Evaluate.



12⋅(4^−2/4^−4)



a) 14

b) 34

c) 16

d) 192

Answers

Answer:

  d)  192

Step-by-step explanation:

Your calculator can do this for you.

Or, you can simplify to

  [tex]12\cdot\dfrac{4^{-2}}{4^{-4}}=12(4^{-2+4})=12(4^2)=192[/tex]

Answer:

d

Step-by-step explanation:192

Simplify 5 - 2 · 3 + 4. 13 -5 3 21

Answers

the answer is 3!

 P.S. Brainliest would be awesome! i am trying to rank up and this will really help! i only need one more brainliest!
Yes it is 3. She is right

Simplify using long division

Answers

please ignore the integral problem
the answer is above the division. 

hope this helps , give brainliest

x^2+10x-12
----------------
      x+2


Answer:
           28
x+8- _____
          x+2

What is the value of x in the figure below? In this diagram, ΔABD ~ ΔCAD.

Answers

The Answer would be [tex] \sqrt{45} [/tex] aka A i hope this helps

The value of x in the figure given is E. √70.

The answer is E. √70.

The two triangles are similar by the AAA Similarity Theorem, since they have two pairs of congruent angles, namely ∠ABD and ∠CAD, and ∠BAD and ∠CDA.

Since the triangles are similar, the ratio of corresponding sides is constant. In particular, the ratio of AD to CD is the same as the ratio of BD to AD.

We are given that AD = 14 and CD = 20, so the ratio of AD to CD is 14/20. We are also given that BD = x, so the ratio of BD to AD is x/14.

Setting these two ratios equal to each other, we get x/14 = 14/20, which simplifies to x = √70.

Here is a proof that shows why the two triangles are similar:

AAA Similarity: Triangles ABD and CAD have two pairs of congruent angles, namely <ADB> and <CAD>, because they are both right angles.

SSS Similarity: Triangles ABD and CAD have three pairs of corresponding sides that are proportional, namely AD/CD = 14/20, BD/AD = x/14, and AB/CD = √70/20. Therefore, the two triangles are similar by the SSS Similarity Theorem.

To learn more about value here:

https://brainly.com/question/28787935

#SPJ2

5. The dimensions, in inches, of a shipping box at We Ship 4 You can be expressed as width x, length x + 5, and height 3x - 1. The volume is about 7.6 f3. Find the dimensions of the box in inches. Round to the nearest inch. (Hint: 1 f 1,728 in.3)

Answers

Final answer:

To find the dimensions of the shipping box, calculate the volume in cubic inches, then set up and solve the volume equation x(x + 5)(3x - 1), substituting the given volume after conversion from cubic feet. Solve for x, then use it to find and round the box's dimensions.

Explanation:

To find the dimensions of the shipping box, we need to calculate the volume using the given dimensions in inches and compare it to the provided volume in cubic feet. Recall that the conversion factor between cubic feet and cubic inches is 1 cubic foot equals 1,728 cubic inches. Firstly, convert the volume of the box from cubic feet to cubic inches: 7.6 cubic feet are 7.6 x 1,728 cubic inches.

Next, we can set up the volume equation for the box using the given dimensional expressions: volume = width x length x height, which for this box is x x (x + 5) x (3x - 1). Now we solve the equation for x given that the volume in cubic inches is equal to 7.6 x 1,728 inches.

Once x is found, we can determine the width, length, and height by plugging x back into the expressions x, x + 5, and 3x - 1, respectively, and rounding each to the nearest inch.

If f(x)= 2x+8 and g(x) = x^4, what is (g°f)(-3)?

Answers

g(f(x))=(2x+8)^4=>g(f(-3))=(2(-3)+8)^4=(-6+8)^4=(+2)^4=16
To answer this question, first you need to find the (g°f) function. It will be found by inserting the f(x) into g(x). It should be: 
g(x) = x^4
(g°f)(x)= (2x+8)^4
(g°f)(-3)= (2*-3+8)^4
(g°f)(-3)= (8-6)^4= 2^4= 16

The formula for the area a of a triangle is a equals 1 half b where is the base and h is the height. solve the formula for h and then find the height of a triangle whose area is 1768 square inches and whose base is 52 inches. round to the nearest tenth if necessary. height = inches

Answers

Area of triangle is given as:

A = (1/2) b * h

where b is base and h is height

So given that:

A = 1768 inches^2

b = 52 inches

 

Rearranging the equation to find for h:

h = 2 A / b

h = 2 * 1768 inches^2 / 52 inches

h = 68 inches

If two angles are congruent and supplementary then each is a right angle true or false

Answers

THis is true they will both be 90 degrees 
90 + 90 = 180  - also supplementary.

Answer:

The statement is true. Supplementary angles have measures that add up to 180°. Each right angle has a measure of 90°. 90°+ 90° = 180°.

Step-by-step explanation:

Multiplying by a conjugate gives a rational number because (a + b)(a -
b.= _____.

Answers

Use foil.

(a+b)(a–b)
a^2 -ab +ab -b^2
a^2 – b^2

Hope I helped :)

The perimeter of a rectangular concrete patio is 34 meters. the area is 70 square meters. what are the dimensions of the patio?

Answers

Final answer:

To find the dimensions of the rectangular patio, use the equations for perimeter and area and solve for length and width.

Explanation:

To find the dimensions of the rectangular patio, we can use the given information about its perimeter and area. Let's assume the length of the patio is L and the width is W.

The perimeter is given as 34 meters, which is equal to 2L + 2W. So, we have the equation 2L + 2W = 34.

The area is given as 70 square meters, which is equal to L * W. So, we have the equation L * W = 70.

We can use these equations to solve for L and W using substitution or elimination method.

What did the doctor say to the guy who thought he was a wigwam one day and teepee the next? math riddle

Answers

The correct answer is " too tense" This is the correct answer because it is a play on words comparing "tents" which describes the native american home structure of a wigwam and a teepee and "tense" which describes a physiological response to high anxiety.

Answer:

too tenes

This is the correct answer because it is a play on words comparing tents which describes the native american home structure of a wigwam and a teepee and tense, will which describes a physiological response to high anxiety6.

Which of the binomials below is a factor of this trinomial?

x2 + 13x + 42

A. x - 7
B. x + 7
C. x + 84
D. x2 + 12

Answers

First factor x² + 13x + 42.

x² + 6x + 7x + 42

x(x + 6) + 7(x + 6)

The factors are : (x + 7)(x + 6)

Solution: B. x + 7

The trinomial x^2 + 13x + 42 factors into (x + 7)(x + 6), making x + 7, which is option B, the correct binomial factor of the trinomial.

To determine which binomial is a factor of the trinomial x2 + 13x + 42, we need to factor the trinomial. To factor the trinomial, we are looking for two numbers that multiply to give us the constant term (42) and add to give us the linear coefficient (13). These two numbers are 7 and 6 because 7 * 6 = 42 and 7 + 6 = 13.

So, we can factor the trinomial as (x + 7)(x + 6). Thus, the binomial that is a factor of x2 + 13x + 42 is x + 7, which is option B.

If a penny is tossed three times and comes up heads all three times, the probability of heads on the fourth trial is ___.

Answers

the probability is 1/2 to get heads on the fourth trail.

The coming head in the fourth time is independent of the coming head in the first three times thus the probability of coming head in the fourth time is 1/2.

What is probability?

Probability is also called chance because if you flip a coin then the probability of coming head and tail is nothing but chances that either head will appear or not.

In our daily time, there are several instances in the everyday world where we may need to draw conclusions about how everything will turn out.

As per the given,

In the first three attempts coming head in the first three times.

In the fourth attempt, the probability will be independent of the first three events.

Thus, the probability of coming ahead in the fourth time will be as,

Number of desire output/number of total output

=> 1 / 2

Hence "The coming head in the fourth time is independent of the coming head in the first three times thus the probability of coming head in the fourth time is 1/2".

For more information about the probability,

brainly.com/question/11234923

#SPJ6


whats the answer to the problem

Answers

Answer: The fraction [tex]\frac{11}{4}[/tex] which can be typed out as "11/4" without quotes

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

Work Shown:

Flip the second fraction and multiply. Reduce the fraction as much as possile.

[tex]\frac{11}{12} \div \frac{1}{3} = \frac{11}{12} \times \frac{3}{1}[/tex]

[tex]\frac{11}{12} \div \frac{1}{3} = \frac{11*3}{12*1}[/tex]

[tex]\frac{11}{12} \div \frac{1}{3} = \frac{11*3}{4*3}[/tex]

[tex]\frac{11}{12} \div \frac{1}{3} = \frac{11}{4}[/tex]

Determine the growth defined by the equation y=3(3.4)x

Answers

[tex]\bf \qquad \textit{Amount for Exponential Growth}\\\\ A=I(1 + r)^t\qquad \begin{cases} A=\textit{accumulated amount}\\ I=\textit{initial amount}\\ r=rate\to r\%\to \frac{r}{100}\\ t=\textit{elapsed time}\\ \end{cases}\\\\ -------------------------------\\\\ \stackrel{A}{y}=\stackrel{I}{3}(3.4)^{x}\implies y=3(1+\stackrel{r}{2.4})^x \\\\\\ \cfrac{r}{100}=2.4\implies r=100\cdot 2.4\implies r=\stackrel{\%}{240}[/tex]

Answer:

Exponential growth.

The sum of four consecutive even integers is 180. what is the smallest integer?

Answers

42
let the smallest even number be x, than the four even numbers are x, x+2, x+4, x+6, their sum is 180

x+x+2+x+4+x+6=180
                4x+12=180
                      4x=168
                        x=42
the smallest even number is 42.

The equation is 4x + 12 = 180. Then the value of the smallest integer will be 42.

What is Algebra?

The analysis of mathematical representations is algebra, and the handling of those symbols is logic.

PEMDAS rule means for the Parenthesis, Exponent, Multiplication, Division, Addition, and Subtraction. This rule is used to solve the equation in a proper and correct manner.

The sum of four consecutive even integers is 180.

Let x be the smallest integer. Then the other three consecutive even integers will be x + 2, x + 4, and x + 6. Then the equation is given as,

x + x + 2 + x + 4 + x + 6 = 180

4x + 12 = 180

4x = 168

x = 42

The value of the smallest integer will be 42.

More about the Algebra link is given below.

https://brainly.com/question/953809

#SPJ2

Quadrilateral ABCD is located at A(−2, 2), B(−2, 4), C(2, 4), and D(2, 2). The quadrilateral is then transformed using the rule (x − 2, y + 8) to form the image A'B'C'D'. What are the new coordinates of A', B', C', and D'? Describe what characteristics you would find if the corresponding vertices were connected with line segments.



Answers

Quadrilateral ABCD is located at A(−2, 2), B(−2, 4), C(2, 4), and D(2, 2). The quadrilateral is then transformed using the rule (x − 2, y + 8) to form the image A'B'C'D'. What are the new coordinates of A', B', C', and D'? Describe what characteristics you would find if the corresponding vertices were connected with line segments. A!!!

For f(x)=3x+1 and g(x)=x squared - 6 find (f- g)(x)

Answers

It helps to first clarify that the notation (f - g)(x) simply means f(x) - g(x). Given that, let's look at our f(x) and our g(x) here, and use their definitions to find their difference.

[tex]f(x)=3x+1\\g(x)=x^2-6[/tex]

When we're taking (f - g)(x), we simply substitute the expression 3x + 1 for f(x) and the expression x² - 6 for g(x) to obtain:

[tex](3x+1)-(x^2-6)=3x+1-x^2+6[/tex]

Or, ordering the polynomial from highest power to lowest and combining the constants:

[tex]-x^2+3x+7[/tex]

Edit: By request, here's what would happen if you had something instead like:

[tex](f\times g)(x)[/tex]

In this case, you'd have to *multiply* the two function expressions together. Here's what that would look like:

[tex](3x+1)(x^2-6)[/tex]

Using the distributive property, we can distribute the expression [tex]3x+1[/tex] to the terms [tex] x^{2} [/tex] and [tex]-6[/tex]:

[tex](3x+1)x^2-(3x+1)6[/tex]

Distributing again, we get:

[tex]3x(x^2)+x^2-3x(6)+6=3x^3+x^2-18x+6[/tex]

And we're done.

A probability experiment consists of rolling a fair 16​-sided die. Find the probability of the event below of rolling a 5.

Answers

Lets first consider how many different possibilities there are: 16 sided die means it has 16 different numbers.

Only one of the numbers is 5, so the probability is 1 out of 16 also written as: 1/16. 

So the probabilty of rolling a 5 is 1/16.

Muchas luck on your math!

Answer:

The probability of the event below of rolling a 5 is 0.0625.

Step-by-step explanation:

Given is : A probability experiment consists of rolling a fair 16​-sided die. Find the probability of the event below of rolling a 5.

Total number of faces = 16

So, there is only one way for rolling a 5 on a die

And the probability of rolling a 5 on a die = [tex]\frac{1}{16}[/tex]

= 0.0625

(50 POINTS) Hi, I really need help on this first part of my portfolio it was due last week but I don't really get this part so if someone could explain it to me I could get the other four parts done on my own.
-------
Use the City Populations table found on the message board and select a city that is experiencing population growth. Determine the percentage growth and use that to write an exponential function to represent the city’s population, y, based on the number of years that pass, x from 2010 (i.e. 2011 means that x = 1)

City: Portland, Oregon 585,256 593,939 603,026 609,456 619,334 630621 639863

This was deleted once and idk why there is plenty of information :(

Ik this is a lot to ask of someone but I haven't had any luck with any function sites.

Answers

hello im sorry ur question got answered so late but i beleive the answer is 585,256(1+.015)^x

A line goes through the points (8,9) and (2,4).

What is the slope of the line?

Write the equation of the line in point-slope form?

Write the equation of the line in slope-intercept form?

Answers

9-4/8-2
5/6
The slope is 5/6
y-4=5/6(x-2)
y-4=5/6x-5/3
y=5/6x+7/3
The equation of line in point-slope is y - 4 = 5/6(x - 2)
The equation of the line in slope-intercept is y = 5/6x + 7/3

The distance d in feet that dropped object falls in t seconds is givin by the equation d divided 16 = tsquared how long does it take a dropped object to fall 64 feet

Answers

d / 16 = t^2

when d = 64

64 /16 = t^2

t^2 = 4 

t = 2     

answer is 2 seconds

The expression 2/+2w is used to find the perimeter of a rectangle with length / and width w.
What is the perimeter of a rectangle with length 14cm and width 4cm?

9cm
18cm
28cm
36cm

THANKS IN ADVANCE, I MARK BRAINLIEST!!!

Answers

36 cm is the answer. 

Hope this helps! Good luck! :)

Answer:  36 cm

Step-by-step explanation:

Given : The expression 2l+2w is used to find the perimeter of a rectangle with length l and width w.

To find :  The perimeter of a rectangle with length 14cm and width 4cm.

Substitute l=14 and w=4 in the given expression , we get

Perimeter= [tex]2(14)+2(4) =28+8=36\ cm[/tex]

Hence, the perimeter of a rectangle with length 14cm and width 4cm= 36 cm

Solve the following equation.75 = –5(–3 – 4x)

x = 3

x = –4

x = –3

x = 5

Answers

x=3. if u want me to explain it i will. yw
75 = –5(–3 – 4x)

x=3

75=-5(-3-4(3)
75=15+60
75=75 true

75 = –5(–3 – 4x)

x=-4

75=-5(-3-4(-4)
75=15-80
75=65 false

75 = –5(–3 – 4x)

x=-3

75=-5(-3-4(-3)
75=15+12
75=27 false

75 = –5(–3 – 4x)

x=5

75=-5(-3-4(5)
75=15-20
75=-5 false




Find the resultant of these two vectors: 2.00 x 102 units due east and 4.00 x 102 units 30.0° north of west.

Answers

If two vectors are represented both in magnitude and direction by the two adjacent sides of a triangle taken in an order, then their resultant is given by the third side taken in the reverse order.

Resultant vector :

                          R = sqrt of A^2 + B^2 + 2ABcosθ

given :

           A = 200 units

           B = 300 units

           θ = 30 degrees

∴ R = sqrt of 200^2 + 300^2 + 2(200)(300)cos35

the answer is 477.805656

If two vectors are represented both in magnitude and direction by the two adjacent sides of a triangle taken in an order, then their resultant is given by the third side taken in the reverse order.

Resultant vector :

                         R = sqrt of A^2 + B^2 + 2ABcosθ

given :

          A = 200 units

          B = 300 units

          θ = 30 degrees

∴ R = sqrt of 200^2 + 300^2 + 2(200)(300)cos35

the answer is 477.805656

A pair of vertical angles may also form a linear pair true or false

Answers

This statement is obviously FALSE because the vertical angles are congruent, whatever is the measure of one the two angle, but the linear pair is two angles that lie next to each other and their measures add up to 180 degrees. The linear pair is also a pair of adjacent angles formed by intersecting lines.
Other Questions
The measure of angle A = ____ degrees. Regard y as the independent variable and x as the dependent variable and use implicit differentiation to find dx/dy. x3y2 x4y + 4xy3 = 0 If an original conditional statement is represented by p q, which represents the contrapositive? completed 30 minutes of exercise today and will enter a short description in the course Activity Log true or false What are the slope and the y-intercept of the linear function that is represented by the equation y=9x-2?1.)The slope is 2, and the y-intercept is 9.2.)The slope is 2, and they y-intercept is 9.3.)The slope is 9, and the y-intercept is 2.4.)The slope is 9, and the y-intercept is 2. What was the cause of the libels against Jews in medieval Europe? Which multiplication property is shown in the equation 3.1x(2x9)=(3.1x2)x9 the formula for the volume v of a cone is V equals 1/3 pi r squared h solve the formula for height h Which colonial group was formed first? What was the most important result of the Meireki fire of 1567 in Edo? A sample of ammonia has a mass of 82.9 g. how many molecules are in this sample? What is 15 divide by 5/9 Identify the relative minimum point of the graph. Select all that apply. What is the main belief that distinguished the Jewish faith from the others in ancient world 1.algebraic expression2. coefficient3. constant4. expression5. variableA. the constant preceding the variables in a productB. a letter or symbol used to represent an unknownC. a mathematical expression containing one or more variablesD. a numerical valueE. a mathematical phrase that cannot be determined true or false Which set represents a pythagorean triple (1 point)? The (weak/strong) attraction of one water molecule to another through those slight charges is called BIOLOGY 1 One kingdom contains only eukaryotes but includes a wide variety of organisms. It includes both unicellular and multicellular organisms. Some organisms eat others, while some can make their own food.Which domain is described by these statements?BacteriaArchaeaFungiProtists In which of the following items is situational irony best defined?a contrast between the two leading characters in a storya contrast between what is expected to happen and what actually happensa parallel between the beginning of a story and the enda humorous scene in an otherwise serious story A valid opinion poll requires random sampling which means Steam Workshop Downloader