Help needed please llll

Help Needed Please Llll

Answers

Answer 1

Answer:

A.

Step-by-step explanation:

The key for for the drawing would only make sense if 1 inch equals 16 therefore A is the answer.


Hope it helped!

Answer 2

Answer:

sorry im late but its A

Step-by-step explanation:


Related Questions

what is 5 8 as a decimal

Answers

The number 5/8 as a decimal is 0.625

As we divide a whole into smaller parts, we get decimals. Hence, there are two parts to a decimal number: a whole number part and a fractional part. The whole component of a decimal number has the same decimal place value system as the complete number. After the decimal point, however, when we proceed to the right, we obtain the fractional portion of the decimal number.   

An informal way to read a decimal is to first read the whole number as you would any whole number, then the decimal point as "point," and finally each individual digit of the rational part.

the decimal of 5/8 is

5÷8 = 0.625

know more about decimal click here;

https://brainly.com/question/18744986

#SPJ4

Marieme wants to build a rectangular garden whose area is
24
2424 square meters.
1. Write an equation that represents the garden's length in meters (
l
ll) based on its width in meters (
w
ww).

Answers

The equation representing the length of the garden in meters

is length = 24/width.

What are the area and perimeter of a rectangle?

We know the perimeter of any 2D figure is the sum of the lengths of all the sides except the circle and the area of a rectangle is the product of its length and width.

Given, A rectangular garden has an area of 24 square meters.

We know, Area = length×width.

Therefore, 24 = length×width.

Now, An equation that represents the garden's length in meters is,

24 = length×width.

length = 24/width (meters).

learn more about rectangles here :

https://brainly.com/question/29123947

#SPJ1

Give state diagrams of DFAs recognizing the following languages. In all parts, the alphabet is {0,1} a. {w| w begins with a 1 and ends with a 0} b. {w| w contains at least three 1s} c. {w| w contains the substring 0101 (i.e., w = x0101y for some x and y)} d. {w| w has length at least 3 and its third symbol is a 0} e. {w| w starts with 0 and has odd length, or starts with 1 and has even length} f. {w| w doesn’t contain the substring 110} g. {w| the length of w is at most 5} h. {w| w is any string except 11 and 111} i. {w| every odd position of w is a 1} j. {w| w contains at least two 0s and at most one 1}

Answers

The state diagrams of the DFAs can recognize the different languages  over the alphabet {0,1}.  the DFAs for the following languages are

a. {w| w begins with a 1 and ends with a 0},

b. {w| w contains at least three 1s},

c. {w| w contains the substring 0101 (i.e., w = x0101y for some x and y)},

d. {w| w has length at least 3 and its third symbol is a 0},

e. {w| w starts with 0 and has odd length, or starts with 1 and has even length},

f. {w| w doesn’t contain the substring 110},

g. {w| the length of w is at most 5},

h. {w| w is any string except 11 and 111},

i. {w| every odd position of w is a 1},

j. {w| w contains at least two 0s and at most one 1}.

a. The DFA recognizing the language {w | w begins with a 1 and ends with a 0} is:

    --> q0 -- 1 --> q1 -- 0 -->

   /                           \

  1                             0

 /                               \

* q2                               q3

where q0 is the start state and q3 is the accepting state.

b. The DFA recognizing the language {w | w contains at least three 1s} is:

       --> q1 -- 1 --> q2 -- 1 --> q3 -- 1 --> q4 -->

      /                                              \

     0                                                0

    /                                                  \

* q0                                                      q5

where q0 is the start state and q5 is the accepting state.

c. The DFA recognizing the language {w | w contains the substring 0101}

    --> q1 -- 0 --> q2 -- 1 --> q3 -- 0 --> q4 -- 1 --> q5 -->

   /                                                           \

  1                                                             1

 /                                                               \

* q0                                                               q6

where q0 is the start state and q6 is the accepting state.

d. The DFA recognizing the language {w | w has length at least 3 and its third symbol is a 0} is:

    --> q1 -- 0 --> q2 -->

   /                     \

  1                       1

 /                         \

* q0                         q3

where q0 is the start state and q3 is the accepting state.

e. The DFA recognizing the language {w | w starts with 0 and has odd length, or starts with 1 and has even length} is:

    --> q1 -- 0 --> q2 -- 1 --> q3 -- 0 --> q4 -- 1 --> q5 -->

   |                                                           |

   1                                                           0

   |                                                           |

* q0                                                           q6

   |                                                           |

   0                                                           1

   |                                                           |

    --> q7 -- 1 --> q8 -- 0 --> q9 -- 1 --> q10 -- 0 --> q11 -->

where q0 and q7 are the start states and q6 and q11 are the accepting states.

f. The DFA recognizing the language {w | w doesn’t contain the substring 110} is:

    --> q1 -- 0 --> q2 -->

   /                     \

  1                       1

 /                         \

* q0                         q3 -- 0 --> q4

                               \

                                1

                                 \

                                  q5

where q0 is the start state and q3 and q5 are the accepting states.

g. The DFA recognizing the language {w | the length of w is at most 5} is:

 --> q1 -- 0 --> q2 -- 0 --> q3 -- 0 --> q4 -- 0 --> q5 -- 0 --> q6

*                      |                      |                      |

                       1                      1                      1

                       |                      |                      |

                       v                      v                      v

                       q7                     q8                     q9

where q1 is the start state and q1, q2, q3, q4, q5, q6, q7, q8, q9 are the accepting states.

h. The DFA recognizing the language {w | w is any string except 11 and 111} is:

* q0                         q2 -- 1 --> q4

   \                     /           |          

    0 -- any input --> q5            | any input

                                    v

                                    q6 -- any input --> q6

where q0 is the start state and q2, q3, q4, and q5 are the accepting states.

i. The DFA recognizing the language {w | every odd position of w is a 1} is:

    --> q1 -- 1 --> q2 -- 1 --> q3 -- 1 --> q4 -- 1 --> q5 -- 1 --> q6

   |                                                                   |

   0                                                                   0

   |                                                                   |

* q0                                                                   q7

   |                                                                   |

   1                                                                   1

   |                                                                   |

    --> q8 -- 1 --> q9 -- 1 --> q10 -- 1 --> q11 -- 1 --> q12 -- 1 --> q13

where q0 and q8 are the start states and q7 and q13 are the accepting states.

j. The DFA recognizing the language {w | w contains at least two 0s and at most one 1} is:

    --> q1 -- 1 --> q2 -- 0 --> q3 -- 0 --> q4

   |                                           |

   0                                           1

   |                                           |

* q0                                           q5

   |                                           |

   1                                           0

   |                                           |

    --> q6 -- 0 --> q7 -- 0 --> q8 -- any input --> q8

where q0 and q6 are the start states and q5 and q8 are the accepting states.

To know more about DFAs:

https://brainly.com/question/30508032

#SPJ4

Make a graph to show the relationship between distance and time for a bicycle that travels
10 miles every hour.

Answers

Answer:

answer is in the graph

Step-by-step explanation:

label your y axis miles (horizontal axis) with intervals of 10

label your x axis hours (right to left axis) with intervals of 1

for every 1 hour (x axis) your graph increases by 10 miles (y axis)

so your points are

(1, 10) and (2, 20) and (3, 30) and so on

your equation for the line is  y=10x

see attached graph

7.4.2. what values of x satisfy the following equations? (a) p(−x ≤ t22 ≤ x) = 0.98

Answers

The values of x that satisfy the equation p(−x ≤ t22 ≤ x) = 0.98 are all values between -2.518 and 2.518, inclusive.

The expression p(- x ≤ t22 ≤ x) represents the probability of a t-distribution with 22 degrees of freedom lying between - x and x.

We want to find the values of x such that this probability is 0.98.

We can use a table of t-distribution probabilities or a calculator to find the value of t for which the probability of a t-distribution with 22 degrees of freedom lying between −t and t is 0.98.

This value is , 2.518.

Therefore, we need to solve the inequalities:

-2.518 ≤ -x ≤ 2.518

Solving for x, we get:

-2.518 ≤ -x x ≤ 2.518

Therefore, the values of x that satisfy the equation p(−x ≤ t22 ≤ x) = 0.98 are all values between -2.518 and 2.518, inclusive.

Learn more about the inequality visit:

https://brainly.com/question/25944814

#SPJ12

Please look at the screenshot and help with the problem. Will be giving 15 points.

Answers

Answer:-1

Step-by-step explanation:

When you multiply exponents that have the same bases you add the exponent. You subtract the exponents when you divide.

x^9=x^y*x^10  the blank box is -1.

the six sigma dmaic approach is the best way to attack all problems and should be employed whenever possible. true or false?

Answers

False. The Six Sigma DMAIC approach is one of many problem-solving methods that can be used, and is most appropriate when the problem is complex and the potential solutions are not immediately evident.

Six Sigma DMAIC (define, measure, analyze, improve, control) is a strategy used to improve processes and products. It is designed to help companies identify and eliminate defects and reduce variability in their processes. It is not the best way to attack all problems, as there are many other problem-solving methods, such as Design Thinking and Lean, that may be more suitable solution depending on the complexity of the problem.

learn more about solution here

https://brainly.com/question/30109489

#SPJ4

what is definition of sampling error

Answers

Sampling error refers to the difference between the results of a sample and the true characteristics of the population from which the sample was drawn.

In statistics, sampling error is a measure of the degree of uncertainty that arises when estimating the characteristics of a population based on a sample of that population. This error occurs due to the fact that it is not feasible to collect data from every individual in a population, so researchers must rely on samples.

Sampling error can arise from various sources, including biases in the sample selection process, variability in the characteristics of the population, and random chance. Understanding and quantifying sampling errors are important in order to assess the validity and reliability of statistical estimates and to draw accurate conclusions from data.

Learn more about sampling error:

https://brainly.com/question/28008941

#SPJ4

how to convert 20 celsius to fahrenheit

Answers

Answer:

convert the units

Step-by-step explanation:

68

Question 3(Multiple Choice Worth 2 points)
(Effects of Changes in Data MC)

The shoe sizes of a group of middle school girls are shown.


5.5 6 7 8.5 6.5
6.5 8 7.5 8 5

If a shoe size of 7 is added to the data, how does the IQR change?
The IQR becomes a 2.5.
The IQR becomes a 1.5.
The IQR remains a 3.
The IQR remains a 2.

Answers

If a shoe size of 7 is added to the data the IQR remains the same 2. Option D is the correct answer.

What is IQR?

The interquartile range (IQR) in descriptive statistics is a measurement of statistical dispersion, or the spread of the data. The IQR is also known as the middle 50%, the fourth spread, or the H-spread. The difference between the data's 75th and 25th percentiles is how it is defined.

By using linear interpolation, the data set is separated into quartiles, or four rank-ordered even sections, to determine the IQR.

The shoe size in increasing order are written as:

5,5.5,6,6.5,6.5,7,7.5,8,8.5

The median of the data is:

Median = 5th value

Median = 6.5

The IQR of the data is given as:

IQR = Q2 - Q1

IQR = (7.5 + 8)/ 2 - (5.5 + 6) / 2

IQR = 2

When 7 is added to the data, the new order is:

5,5.5,6,6.5,6.5,7,7,7.5,8,8.5

The median of the new data is:

Median = 5th + 6th value/ 2

Median = (6.5 + 7)/2 = 6.75

The IQR of the data is given as:

IQR = Q2 - Q1

IQR = (7.5 + 8)/ 2 - (5.5 + 6) / 2

IQR = 2

Hence, if a shoe size of 7 is added to the data the IQR remains the same 2. Option D is the correct answer.

Learn more about IQR here:

https://brainly.com/question/29257180

#SPJ1

it is assumed that approximately​ 15% of adults in the u.s. are​ left-handed. consider the probability that among 100 adults selected in the​ u.s., there are at least 30 who are​ left-handed. given that the adults surveyed were selected without​ replacement, can the probability be found by using the binomial probability formula with x counting the number who are​ left-handed? why or why​ not?

Answers

Yes, since this 100 adults demonstrate just under 5% of the adult American population, the trials are considered independent.

We have n=100 and p=0.15 here.

np=100*0.15=15 ≥ 10,

nq=100*(1-0.15))=85 ≥ 10

The normality assumption can be used to approximate the binomial distribution.

Option A) is the correct answer.

The probability of seeing a specific value of such a continuous probability distribution is 0 percent.

Determine the prerequisites since a distinct distribution of probabilities.

The probability sum must equal one. So every probability should be between 0 and 1.

Describe how to determine the median of a separate random variable. To calculate the men of such a stochastic process, divide the total each value by it's own probability and afterwards add the results.

To know more about binomial click here

brainly.com/question/28983916

#SPJ4

what is 10 pm military time

Answers

The time 10 pm can be expressed in military time as 2200 hours .

In military time, the hours of the day are expressed in a 24-hour format,

The time starts from 0000 (midnight) hours and goes up to 2359 (11:59 PM) hours.

To convert a time from the standard 12-hour clock to military time, we add 12 hours to any time in the afternoon or evening .

In this case , to convert 10 PM to military time, we add 12 hours to the time ;

⇒ 10 PM + 12 hours = 22:00 hours or 2200 hours ;

Therefore, 10 PM in military time is 2200 hours.

Learn more about Time Conversion here

https://brainly.com/question/28844335

#SPJ4

How to convert 95 confidence z score?

Answers

The z-score associated with a 95% confidence level is approximately 1.96.

The z-score associated with a 95% confidence level is the value of the standard normal distribution that corresponds to an area of 0.95 to the left of the z-score.

Using a standard normal distribution table or calculator, we can find that the z-score associated with a 95% confidence level is approximately 1.96.

Therefore, if we want to calculate the z-score for a 95% confidence level, we can use the formula

z = invNorm(1 - α/2)

where α is the significance level (α = 0.05 for a 95% confidence level), and inv Norm is the inverse normal cumulative distribution function. Using this formula, we can calculate the z-score as:

z = inv Norm(1 - 0.05/2)

= inv Norm(0.975) ≈ 1.96

Therefore, the z-score is 1.96

Learn more about z-score here

brainly.com/question/15016913

#SPJ4

−3.6−1.9t+1.2+5.1t does any body know? I’m new at this and don’t know it well.

Answers

Answer: 3.2t − 2.4

Step-by-step explanation:

Add −3.6 and 1.2

Then, add −1.9t and 5.1t

3.2t − 2.4

Which inequality
represents the values of x
for y ≤-6(x-18)-2
when y=46?

Answers

The inequality that represents the value of x is x ≥ -10.

What is inequality?

It shows a relationship between two numbers or two expressions.

There are commonly used four inequalities:

Less than = <

Greater than = >

Less than and equal = ≤

Greater than and equal = ≥

We have,

y ≤ -6 (x - 18) - 2

Substitute y = 46

So,

46 ≤ - 6 (x - 18) - 2

46 ≤ - 6x + 108 - 2

46 ≤ 6x + 106

46 - 106 ≤ 6x

-60 ≤ 6x

-10 ≤ x

Thus,

The inequality of x is x ≥ -10.

Learn more about inequalities here:

https://brainly.com/question/20383699

#SPJ1

Use the figure below to answer the following question.

The figure is not drawn to scale, From top to bottom, the lines are labeled, t, q, r, s. From top to bottom, the measures read, 93 degrees, 93 degrees, 87 degrees.

Answers

The figure represents the four angles of a quadrilateral.

What is angle?

Angel is a geometric figure that can be described as the amount of rotation between two straight line or planes and angles is measured in degree with the full circle being 360°.

The angles are labeled t, q, r and s. The measure of angle t and q is 93 degrees, while the measure of angle r and s is 87 degrees. This means that the quadrilateral is a parallelogram since opposite angles of a parallelogram are equal. The measure of each of the remaining angles is 180 degrees minus the measure of the known angles, which means that angle t and q are 87 degrees and angle r and s are 93 degrees. The sum of the angles of a parallelogram is 360 degrees, which further confirms that the figure is a parallelogram.

To know more about angle click-
https://brainly.com/question/460763
#SPJ1

pls explain how to do this!!!

Answers

The explanation is in the picture

V=πr2h

Thus, the volume of the cylinder can be given by the product of the area of base and height. For any cylinder with base radius 'r', and height 'h', the volume will be base times the height. Therefore, the volume of a cylinder = πr2h cubic units..

Jessica makes $48,960.00 per year. She has a clothing budget of 5 % of her monthly budget. What was the average amount of money that Jessica's budget allowed for clothing the first six months of 2001?

Answers

Answer: Jessica's average clothing budget for the first six months of 2001 was $102.


Explanation: To calculate the average amount of money that Jessica's budget allowed for clothing in the first six months of 2001, we first need to find her monthly budget.

We can do this by dividing her annual salary by 12 (the number of months in a year):


$48,960 / 12 = $4,080 per month


Next, we need to find her clothing budget for one month. We're told that her clothing budget is 5% of her monthly budget, so we can calculate this as follows:


5% of $4,080 = (5/100) x $4,080 = $204


Therefore, Jessica's clothing budget for one month is $204.To find her average clothing budget for the first six months of 2001, we simply need to multiply her monthly clothing budget by the number of months (i.e., 6):


$204 x 6 = $1,224


Finally, we divide this total by the number of months to find the average: $1,224 / 6 = $102

how to convert miliseconds to seconds

Answers

We can convert milliseconds to seconds using the formula 1 millisecond = 10⁻³ seconds.

The second is the unit of time. A millisecond is likewise a time unit, however it is a smaller unit.

We already know Milli is equivalent to 10⁻³.

As a consequence, we may use the unit conversion concept to describe the connection.

One millisecond is equivalent to 10⁻³ seconds.

For instance, 6 milliseconds is equal to 6 x 10⁻³ seconds.

As a result, we now have a standard formula for calculating the value of time in milliseconds to seconds and seconds to milliseconds.

To know more about unit conversion, visit,

brainly.com/question/13016491

#SPJ4

If the 2nd term is 2 and the 5th term is 432, find the 3rd term of the geometric sequence.

Answers

The 3rd term of the geometric sequence is 6.

Describe Equation.

In mathematics, an equation is a statement that two expressions are equal. It usually contains one or more variables, which are unknown quantities that can take on different values. Equations are used to represent relationships between quantities, and they can be used to solve problems by finding the values of the variables that make the equation true.

An equation typically consists of two sides, separated by an equal sign. Each side can contain numbers, variables, and mathematical operations such as addition, subtraction, multiplication, division, exponents, and roots. For example, the equation:

2x + 3 = 7

contains the variable x, as well as constants 2, 3, and 7, and mathematical operations of addition and multiplication.

Equations can be solved by applying algebraic techniques to isolate the variable on one side of the equation. For example, to solve the above equation for x, we can first subtract 3 from both sides to get:

2x = 4

Then, we can divide both sides by 2 to get

x = 2

This is the solution to the equation, which means that x must be equal to 2 in order to make the equation true.

Equations are used in many areas of mathematics, including algebra, calculus, geometry, and trigonometry. They are also used in physics, engineering, and other sciences to model physical phenomena and solve problems related to them.

Let's call the first term of the geometric sequence "a" and the common ratio "r".

The formula for the nth term of a geometric sequence is:

an = a *[tex]r^(n-1)[/tex]

We are given that the 2nd term is 2, so we know that:

a * r = 2 --(1)

We are also given that the 5th term is 432, so we know that:

a * [tex]r^4[/tex] = 432 --(2)

Now we need to solve for "a" and "r" in order to find the 3rd term.

First, let's solve equation (1) for "a":

a = 2 / r

Now we can substitute this expression for "a" into equation (2):

(2/r) *[tex]r^4[/tex]= 432

Simplifying, we get:

[tex]r^3[/tex]= 54

Taking the cube root of both sides, we get:

r = 3

Now we can substitute this value for "r" back into equation (1) to solve for "a":

a * 3 = 2

a = 2/3

So the first term of the sequence is 2/3 and the common ratio is 3.

Now we can use the formula for the 3rd term of a geometric sequence:

a3 = a * [tex]r^(3-1)[/tex]

a3 = (2/3) *[tex]3^2[/tex]

a3 = (2/3) * 9

a3 = 6

Therefore, the 3rd term of the geometric sequence is 6.

To know more about sequence visit:

brainly.com/question/30240118

#SPJ1

find the ordered pairs in f(x)=x^2-2x+3 and f(x)=-2x+19

Answers

The ordered pairs in f(x)=x^2-2x+3 and f(x)=-2x+19 are (√21, 24 - 2√21) and (-√21, 24 + 2√21)

How to find the ordered pair

To find the ordered pairs of the two functions, we need to solve the system of equations:

f(x) = x^2 - 2x + 3

f(x) = -2x + 19

We can set the two expressions for f(x) equal to each other:

x^2 - 2x + 3 = -2x + 19

Simplifying and rearranging, we get:

x^2 = 21

Taking the square root of both sides, we get:

x = ± √21

Therefore, there are two ordered pairs that satisfy both equations:

(√21, f(√21)) and (-√21, f(-√21))

To find the values of f(√21) and f(-√21), we can substitute the values of x into either equation. Let's use the first equation:

f(√21) = (√21)^2 - 2(√21) + 3 = 21 - 2√21 + 3 = 24 - 2√21

f(-√21) = (-√21)^2 - 2(-√21) + 3 = 21 + 2√21 + 3 = 24 + 2√21

Therefore, the two ordered pairs are:

(√21, 24 - 2√21) and (-√21, 24 + 2√21)

Learn more about  ordered pairs at: https://brainly.com/question/11139505

#SPJ1

The circle below has an area of 314 square centimeters, and the square inside the circle has a side length of 2
centimeters.
O
What is the probability that a point chosen at random is in the blue region?

Answers

Answer: The probability that a point chosen at random is in the blue region is approximately 0.96.

Step-by-step explanation:

To find the probability that a point chosen at random is in the blue region, we need to compare the area of the blue region to the area of the entire circle.

The area of the circle is given by the formula A = πr^2, where r is the radius of the circle. Since we know the area of the circle is 314 square centimeters, we can solve for the radius:

A = πr^2

314 cm^2 = πr^2

r^2 = 100

r = 10 cm

The circle has a radius of 10 centimeters.

The square inside the circle has a side length of 2 centimeters, so its area is 2^2 = 4 square centimeters.

To find the area of the blue region, we need to subtract the area of the square from the area of the circle. Since the square is inscribed in the circle, the diameter of the circle is equal to the diagonal of the square. Using the Pythagorean theorem, we can find the diameter of the circle:

d^2 = 2s^2

d^2 = 2(2 cm)^2

d^2 = 8

d = sqrt(8) cm

The diameter of the circle is sqrt(8) centimeters.

The area of the circle is A = πr^2 = π(10 cm)^2 = 100π square centimeters.

The area of the blue region is the area of the circle minus the area of the square:

blue region = A - 4 cm^2

blue region = 100π - 4 square centimeters

The probability that a point chosen at random is in the blue region is therefore:

P(blue) = (blue region) / (total area)

P(blue) = (100π - 4) / (100π)

P(blue) ≈ 0.96

Therefore, the probability that a point chosen at random is in the blue region is approximately 0.96.

1. Alden took out a mortgage on his home for $275,000 for 30 years at an annual interest rate of 4%. In January, Alden paid $495 toward the principal and the rest of his mortgage payment was the interest on
the loan. How much did Aiden pay in interest for the month of January? Use the monthly mortgage payment table below.
Show your work.

A) $859.92
B) $817.91
C) $759.96
D) $805.42

Answers

So, in response to the above question, we can state that As a result, equation Alden paid interest of $816.75 for the month of January.

What is equation?

A mathematical equation links two statements and utilises the equals sign (=) to indicate equality. In algebra, an equation is a mathematical assertion that proves the equality of two mathematical. For examples, in the equation 3x + 5 = 14, because equal sign separates the numbers by a gap. A mathematical formula may be used to determine how the two sentences on either side of a letter relate to one another. The emblem and the particular piece of software are usually identical. like, for instance, 2x - 4 = 2.

We must first estimate the monthly mortgage payment using the monthly mortgage payment table in order to compute the amount of interest paid for the month of January.

The table shows that the monthly payment per $1,000 borrowed for a 30-year loan at 4% interest is $4.77. So, the following formula may be used to determine Alden's mortgage payment each month:

$275,000 / $1,000 = 275

$275 x $4.77 = $1,311.75 (monthly mortgage payment) (monthly mortgage payment)

Alden's January mortgage payment included $495 towards the principle, with the balance going to interest. The amount of interest paid can be determined as follows:

$1,311.75 - $495 = $816.75

As a result, Alden paid interest of $816.75 for the month of January.

To know more about equation visit:

https://brainly.com/question/649785

#SPJ1

Thoriso can either walk to school at 5 km/h or ride her bicycle at 15 km/h. If she rides her bicycle, it takes her 10 minutes to get to school. how long will it take her if she walks to school​

Answers

It will take her 30 minutes if she walks to the school.

What is the relation between velocity, distance and time?

Velocity is distance divided by time, hence the following equation is built to model the relationship between these variables:

v = d/t.

The time can be modeled as follows:

t = d/v.

Hence if the velocity decays by a factor of 1/3, the time is tripled, hence the time needed to get to the school walking is given as follows:

t = 10 x 3

t = 30 minutes.

More can be learned about the relation between velocity, distance and time at https://brainly.com/question/24316569

#SPJ1

what is 1000 hours in days?

Answers

1000 hours in day can be converted in to by a formula dividing the the 1000 hours by 24 is 41.66 days.

Unit conversion is the process of converting the measurement of a given amount between various units, often by multiplicative conversion factors that alter the value of the measured quantity without altering its effects.

As 1 Hour is equal to 0.0416666666667 Days, you must multiply 1000 by 0.041666666666667 to convert hours to days. The outcome is as follows:

1000 hr × 0.041666666666667 = 41.667 d

1000 hr = 41.667 d

We come to the conclusion that one thousand thousand hours is equal to 41.7667 days:

41.667 days are equivalent to 1000 hours.

Hence, using the conversion method above, you can figure out how many days there are in 1000 hours.

Learn more about Hours in days:

https://brainly.com/question/28276291

#SPJ4

The dot plot shows the number of chess games won by each of the 20 students in a competition.
:
1
2
The mean is 20.
Number of Chess Games Won
:
What statement about the data is true?
The mean is 5.35.
The mean is 91.
3
The mean is 4.55.
6
7
8
9 10

Answers

Answer:25

Step-by-step explanation:

1) At a pet store, the ratio of female birds to male birds was 5:3. Write a sentence explaining what this means. ​

Answers

This statement simply means there are more female birds in the pet store than there are male birds. It also means for every 5 female birds in the pet store there are 3 male birds

Ratio: Writing the meaning of a sentence

From the question, we are to write a sentence that explains what the given sentence means.

From the given information, the given sentence is

"At a pet store, the ratio of female birds to male birds was 5:3"

This statement simply means there are more female birds in the pet store than there are male birds; or there are less male birds in the pet store than there are female birds. It also means for every 5 female birds in the pet store there are 3 male birds; or for every 3 male birds in the pet store, there are 5 female birds.

Learn more on Ratio here: https://brainly.com/question/2914376

#SPJ1

Which theorem or postulate proves that â–³ABC and â–³DEF are similar?Select from the drop-down menu to correctly complete the statement.The two triangles are similar by the ________.A. AA Similarity PostulateB. SSS Similarity TheoremC. SAS Similarity Theorem

Answers

The postulate that can be used to prove that triangles ABC and DEF are similar triangles is A. AA Similarity Postulate.

What is the ​AA Similarity Postulate?

According to the AA triangle similarity criterion, two triangles are considered similar if their three angles are identical to one another. Equi-angular triangles are comparable in a nutshell. As just two pairs of angles must be equal in order for the third pair to be automatically equal thanks to the angle sum property of triangles, the proper term for this criterion would then be the AAA(Angle-Angle-Angle) criterion. However, we refer to it as the AA criterion instead.

We have, triangles ABC and DEF with:

two pairs of congruent angles - ∠B ≅ ∠E and ∠C ≅ ∠F.

Therefore, the postulate that has been used to prove that the triangles ABC and DEF are similar triangles is AA Similarity Postulate.

Learn more about the AA Similarity Postulate on:

https://brainly.com/question/2166570

#SPJ1

The complete question is:

Which theorem or postulate proves that â–³ABC and â–³DEF are similar?Select from the drop-down menu to correctly complete the statement. The two triangles are similar by the ________. A. AA Similarity Postulate B. SSS Similarity Theorem C. SAS Similarity Theorem

The mean and the median are closely related concepts. The median is the numerical value separating the higher half of your data from the lower half. You can find the median by arranging all of the observations from lowest value to highest value and picking the middle value​ (assuming you have an odd number of​ observations). Although the mean and median are closely​ related, the difference between the mean and the median is sometimes of interest.
Suppose Country A has five families. Their incomes are $9000, $21,000, $29,000, $39,000, and $50,000.
Country A's median income is _______, and its mean income is ______.
Suppose country B also has five familities. Their incomes are $9000, 21000, 29000, 39000, and 151000.
Country B's median income is _____ and its mean income is ____.
Country _____ has a greater income inequality
Based on your answers to this​ question, would you expect the ratio of the mean income in the United States to the median income has risen or​ fallen? Explain.
A.
​Fallen, because means change less with standard deviation.
B.
​Risen, because means change more with extreme values.
C.
​Risen, because means increase but medians decrease with income.
D.
​Risen, because medians increase with variance but means do not.

Answers

Mean of country A is $29600 and median $29000. Mean of country B is $49800 and median is $29000. Country B has greater income inequality. So option B is the correct answer.

Mean of incomes in country A = (9000+ 21000+ 29000 + 39000+ 50000)/5   =  $29600

Median income of country A = (5+1)/2 th term = 3rd term = $29000

Mean to median ratio = 29600/ 26000= 1.02

Mean income of country B = ( 9000+ 21000+ 29000+ 39000+ 151000)/5 = $ 49800

Median income = (n+1)/2 th term = (5+1)/2 = 3rd term = 29000

Mean to median ratio of country B = 49800/29000 = 1.71

Since mean and median are closer to each other, standard deviation is less. The mean to median ratio is greater for country B. So country B has greater income inequality.

If the income inequality has been increasing, then the mean-median ratio will increase, due to the extreme values, mean will increase. So option B is the correct answer.

For more information regarding mean and median, kindly refer

https://brainly.com/question/17060266  

#SPJ4

Write each expression with fewer terms.

`10x-2x`
18x-(7+4x)

Answers

Step-by-step explanation:

10x - 2x = 8x

18x - (7 + 4x) = 18x - 7 - 4x = 14x - 7

= 7(2x - 1)

please pick whatever you think your teacher prefers.

Other Questions
in sending onesimus back to philemon, paul emphasized that onesimus was no longer a slave, but instead onesimus was both a _________________________ and a ____________________________. One liter equals ????? milliliters by what mechanism does the active transport of na lead to the osmotic flow of water across an epithelium? hip flexor deep in pelvis a composite of two muscles is called which corporation has the highest value of media companies under its ownership? helpppp please Which response category will be new on the 2020 census form? Please Answer in ( a + bi ) form real gdp exceeds the growth of nominal gdp.incorrect nominal gdp exactly reflects increases in real output. nominal gdp overstates increases in real output. nominal gdp understates increases in real output. compared with men, women are _____ to develop generalized anxiety disorder. huryyyyy i will give brainliest and 100 points Counter-Argument. -Introduce the arguments from the other side of the issue. -Briefly refute the other side's argument. Use evidence or reasoning how is bsa calculated Manu bought a motorcycle for Rs 1,35,000 and sold it at a loss of 12%.find the sellingprice of the motorcycle? 1. Which is the central idea of the article?A. The Honolulu Civil Beat published a story about inequities at James Campbell High.B. Campbell is the biggest public high school in Hawaii.C. Some female athletes at Campbell are part of a lawsuit claiming gender-based discrimination.D. The American Civil Liberties Union (ACLU) of Hawaii helped file the lawsuit.2. Which is not an inequity that female athletes at Campbell faced?A. having fewer opportunities to travelB. not having lockers to store equipmentC. not having access to nearby bathroomsD. receiving support from the ACLU3. Which of these words have opposite meanings?A. "defendant" and "plaintiff"B. "federal" and "national"C. "legislation" and "laws"D. "vandalism" and "damage"4. Details about womens professional sports would best fit in which section?A. The Rise of Womens SportsB. Treated DifferentlyC. Demanding ChangeD. Better for Future Generations 5. What led the ACLU to demand changes in Hawaiis public schools?A. an article published by the Honolulu Civil BeatB. retroactive fixes for female athletesC. a lawsuit filed by several female athletesD. parent complaints about gender discrimination6. Which question does the article not answer?A. What is the purpose of Title IX?B. What efforts are made to ensure all public schools follow Title IX requirements?C. How do Hawaiian lawmakers plan to meet Title IX requirements going forward?D. Why are the plaintiffs determined to eliminate gender discrimination in Hawaiis schools?7. Which best describes the structure of the article?A. cause and effectB. compare and contrastC. descriptionD. problem and solution8. What advice would the plaintiffs in the lawsuit be most likely to give to readers?A. You should accept things the way they are instead of taking action.B. If something is allowed for many years, it must be acceptable.C. Some problems are too big to be fixed.D. Speaking out against injustice is important. Oxygen binding is monitored for a solution of hemoglobin. During the experiment, the curve changes from sigmoidal to hyperbolic. Which of the following may be the reason for the change?A positive allosteric effector was added.A negative allosteric effector was added.The protein dissociated into individual subunits.The protein denatured. A company's accounting system consists of a general journal, a cash receipts journal, a cash disbursements journal, a sales journal, and a purchases journal. For each of the following. indicate which journal should be used to record the transaction. What characteristics define the Big 5 factor of openness? Select al expressions that can be subtracted from 9x to result in the experssion 3x + 5 Please helpThe step function g(x) is defined as shown middle age is defined by what age period Tell me what it is? this period brought western reform of government, military, and industry to japan after the fall of the tokugawa shogunate.