plez help me and show your work

Plez Help Me And Show Your Work

Answers

Answer 1

0.7/10 = 0.07

1.05 / 15 = 0.07

1.40 / 20 =0.07

1.75/25 = 0.07

 yes it is proportional ( they all equal the same when divided)

 proportion =  0.07

 Part B) y = 0.07x


Related Questions

Simplify -(-7y+12) and explain

Answers

Use the Distributive Property to Simplify. However, to make it easier, write out the equation like this. 
-1(-7y+12)
This makes it so it simplifies to 7y-12.
in front of the negative their is an invisible 1 and that invisible 1 is the one your going to do distributive property with and then get a positive 7 because a negative divided by a negative is a positive.Your going to do the same thing to the twelve and then your answer is going to be 7y-12

Write a for loop that assigns summedvalue with the sum of all odd values from 1 to usernum. assume usernum is always greater than or equal to 1.

Answers

Firstly, define a variable `usernum` and let's use 10 as an example. Then, define another variable `summedvalue` and set it as 0 initially. This variable will hold the sum of all odd numbers up to `usernum`.

Next, we start a for loop. This loop will go through each number in the range from 1 to `usernum` inclusive. That's why in the range function we provide `usernum + 1` as the second parameter.

Now, for every number `i` in this range, we check whether it is odd. A number is odd if it gives a remainder of 1 when divided by 2. In other words, we're checking if `i % 2` is not equal to 0 (`i % 2 != 0`).

If the current number `i` is indeed odd, we add it to `summedvalue` (`summedvalue += i`). Then, the loop goes to the next number and the process repeats itself until we've considered all numbers from 1 to `usernum`.

Finally, when the loop ends, the value of `summedvalue` is the sum of all odd numbers from 1 up to (and including) `usernum`. Return this `summedvalue`.

In the case of `usernum = 10`, the odd numbers between 1 to `usernum` are 1, 3, 5, 7, and 9. When you add them together, you get 25. That's why in this case, the result will be 25.

find the distance between two points. Round answers to the nearest tenth (1,5), (7,9)

Answers

Final answer:

To find the distance between two points (1,5) and (7,9), you can use the distance formula sqrt((x2 - x1)^2 + (y2 - y1)^2). Rounding to the nearest tenth, the distance is approximately 7.2.

Explanation:

To find the distance between two points, we can use the distance formula:

d = sqrt((x2 - x1)^2 + (y2 - y1)^2)

Using the given points (1,5) and (7,9), we substitute the values into the formula:

d = sqrt((7 - 1)^2 + (9 - 5)^2) = sqrt(36 + 16) = sqrt(52)

Rounding to the nearest tenth, the distance between the two points is approximately 7.2.

Find the exact volume of a waffle ice cream cone with a 15 ​-in. diameter and a height of 19 inches.

Answers

1060.29 would be the volume of your cone. I hope this helps you

6.5x – 14.5 = 7.75x – 12

Answers

6.5x – 14.5 = 7.75x – 12              first, get the x's on one side and the numbers  -6.5x   +12    -6.5x    +12              on the other
2.5=1.25x                                     divide by 1.25
2=x

The average polar bear weighs 1,200 pounds. The average grizzly bear weighs 800 pounds. The average black bear weighs 400 pounds. The average polar bear weighs how many times more than the average black bear?

Answers

In order to find the answer, you would need to divide 1,200 by 400, which equals 3. So, the average polar bear is 3 times larger in weight than the average black bear

The average polar bear weighs is 800 times more than the average black bear.

What is the unitary method?

The unitary method is a method for solving a problem by the first value of a single unit and then finding the value by multiplying the single value. If an event can occur in m different ways and if following it, a second event can occur in n different ways, then the two events in succession can occur in m × n different ways.

We have given that the average polar bear weighs 1,200 pounds.

Average grizzly bear weighs is 800 pounds.

The average black bear weighs is 400 pounds.

To find the average polar bear weighs of x times more than the average black bear.

We need to subtract ;

1,200 - 400 = 800

That is 800

Hence, The average polar bear weighs is 800 times more than the average black bear.

Learn more about the unitary method, please visit the link given below;

https://brainly.com/question/23423168

#SPJ2

Mr. Li records the measures of the lengths of his students’ handprints. The lengths, in centimeters, are shown in the table.

14.0 , 11.5 , 12.1 , 16.2 , 13.5 , 14.3 , 16.8
12.4 , 13.7 , 12.0 , 14.7 , 15.2 , 11.9 , 15.6
13.8 , 14.2 , 12.5 , 15.0 , 16.0 , 13.1 , 11.7

If the class creates a histogram of the data in the table, how many students are in the range 12 cm to 13.9 cm?

1) 3
2) 4
3) 7
4) 8

Answers

the answer for this question is 8

In the given data set, there are 7 values in the given range.

What is data set?

A data set is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of the data set in question.

Given is a set of data we need to determine how many students are in the range 12 cm to 13.9 cm,

So,

Here we just need to find the number of values between 12cm and 13.9 cm, from the given table, these are:

12.1 cm, 13.5 cm, 12.4 cm, 13.7 cm, 13.8 cm, 12.5 cm, 13.1 cm

So, there are 7 values in the given range, which means that 7 students are in the range of 12cm and 13.9cm.

Then the correct option is 7.

Learn more about data sets:

brainly.com/question/3514929

#SPJ5

The Hampton family has a fish tank holding 10450 ml of water. The water is leaking at a rate of 270ml per minute. Write a function to model this situation

Answers

Ok, lets visualize this scenario. We have a tank that is holding10450 ml of water. Then it tells use it is leaking at a rate of 270 ml per minute. Well, leaking would suggest something is being subtracted. Also, per minute means it is being subtracted each minutes so we use an x to represent the minutes. Ok, lets build the model

10450 - 270x = 0
The model above will tell us how many minutes it will take for the tank to be empty.

If we insert a number for x, the model below will tell us how many ml has leaked for the number of minutes we inserted into x.
10450 - 270x

I'm not quite sure where to start, help and answers would be appreciated !:)

Answers

To me to start solving thus you have to minus all the numbers by 25 which was the given number in the equation.

hope this helps.

Anna has 10 to the 2nd power quarters. Jazmin has 10 to the second power dimes Who has more money, Anna or Jasmine? How much more? Explain

Answers

Anna has 100 quarters and jazmin has 100 dimes 100 dimes are equal to 10.00 and 100 quarters are equal to 25.00 Anna has more

A kite on a 160-foot string is caught on a pole. When the full length of the string is stretched in a straight line to the ground, it touches the ground a distance of 50 feet from the bottom of the pole. The string forms an angle of _______° with the ground when it is stretched like this.

Answers

Answer:

String form an angle of 18.2° with the ground.

Step-by-step explanation:

Given: Length of the string of a kite = 160 ft.

           Kite stuck on pole at height of = 50 ft.

We need to find: Measure of angle formed by string of kite with ground.

Attached figure showing the given situation.

let α be the required angle.

In ΔABC,

using trigonometric ratio,

[tex]sin\,\aplha=\frac{AB}{AC}[/tex]

[tex]sin\,\aplha=\frac{50}{160}[/tex]

[tex]sin\,\aplha=\frac{5}{16}[/tex]

[tex]sin\,\aplha=0.3125[/tex]

[tex]\aplha=sin^{-1}(0.3125)[/tex]

[tex]\alpha=18.20995686428301[/tex]

[tex]\alpha=18.21[/tex]

Therefore, String form an angle of 18.2° with the ground.

Suppose 4-year-olds in a certain country average 3 hours a day unsupervised and that most of the unsupervised children live in rural areas, considered safe. Suppose that the standard deviation is 1.8 hours and the amount of time spent alone is normally distributed. We randomly survey one 4-year-old living in a rural area. We are interested in the amount of time the child spends alone per day. What percent of the children spend over 10 hours per day unsupervised?

Answers

A Z-score helps us to understand how far is the data from the mean. The percentage of children who spend over 10 hours per day unsupervised is 0.005%.

What is Z-score?

A Z-score helps us to understand how far is the data from the mean. It is a measure of how many times the data is above or below the mean. It is given by the formula,

[tex]Z = \dfrac{X- \mu}{\sigma}[/tex]

Where Z is the Z-score,

X is the data point,

μ is the mean and σ is the standard variable.

Given that the average time that is unsupervised is 3 hours and the standard deviation is 1.8 hours. The percentage of children who spend over 10 hours per day unsupervised is,

P(X>10) = 1 - P(X<10)

            [tex]= 1 - P(Z < \dfrac{10-3}{1.8})[/tex]

            = 1 - P(Z< 3.889)

            = 1 - 0.99995

            = 0.00005

Hence, The percentage of children who spend over 10 hours per day unsupervised is 0.005%.

Learn more about Z-score:

https://brainly.com/question/13299273

#SPJ2

Less than 0.01% of rural 4-year-olds spend over 10 hours unsupervised per day based on mean, standard deviation, and normal distribution.

To find the percentage of children spending over 10 hours per day unsupervised, we can use the z-score formula to standardize the value and then find the area under the normal distribution curve.

The formula for the z-score is:

[tex]\[ z = \frac{x - \mu}{\sigma} \][/tex]

Where:

[tex]- \( x \) is the value we're interested in (10 hours per day)\\- \( \mu \) is the mean (3 hours per day)\\- \( \sigma \) is the standard deviation (1.8 hours)[/tex]

Let's calculate the z-score:

[tex]\[ z = \frac{10 - 3}{1.8} = \frac{7}{1.8} \approx 3.89 \][/tex]

Now, we'll find the area to the right of this z-score in the standard normal distribution table (or using a calculator). This represents the percentage of children spending over 10 hours per day unsupervised.

From the standard normal distribution table or calculator, a z-score of 3.89 corresponds to approximately 0.9999.

This means that approximately 99.99% of the children spend less than 10 hours per day unsupervised.

However, if you're looking for the percentage of children spending over 10 hours per day unsupervised, you'd subtract this from 100%:

100% - 99.99% =approx 0.01%

So, only about 0.01% of the children spend over 10 hours per day unsupervised.

99 POINTS AND BRAINLIEST

ECONOMICS

Economics affects nearly everything we do in some way. Someone else has produced most items we consume, or use, in our daily lives, from food to clothes to music to gas for our cars. Chances are, when we purchase these daily items, we don't question the price with the producer. But in the United States, the interactions between the consumers and producers determine quite a lot in terms of business and economics.

Think about the items and services that you and your family buy or consume. What causes you to pay the prices that you do for these goods and services? What determines the price that's on the price tag? What goes into determining, or setting, that price? Consider all the possible elements that could influence the prices you pay.

Answers

What causes me to pay the prices that I do for these goods and services?: I pay them because I need food, clothes, and need gas so I can go places, and what really causes me is for the need to take care of myself and my family.

What determines the price that's on a price tag?: Its really the value honestly, like for ex a painting, paintings from professionals cost like millions to billions, but just an ordinary painting like from a kid with crayons is like $2, so really its the value that determines, like how good it is and how much people will pay for it.

What goes into determining?: As I said before, its the value basically and also the government taxes as well, to see how much something cost and than adding the price tax to it as well.

Possible elements:? What influences me is that I pay $30-50 for gas so I have no choice honestly, and I do it for the need to because you have to have gas to drive yourself to work, and eat food to live as well, so needs influence people to pay high prices, and the producers know this because they try to raise prices high so more people can buy them and the producers make more money.

is a relation a function if it passes through the y-axis twice

Answers

A relation is not a function if it passes through the y-axis twice because to be a function it should only pass through the y-axis once. 
Final answer:

A relation that passes through the y-axis twice is not considered a function. A function, by definition, can only output one 'y' value for each unique 'x' value. This relation fails the 'vertical line test' which checks that each 'x' value only connects to a single 'y' value.

Explanation:

In mathematical terms, a relation is a set of ordered pairs, where each first element is related to the second element. A function, on the other hand, is a special type of relation where every input (or 'x' value) corresponds to exactly one output (or 'y' value).

Now, if a relation passes through the y-axis twice, it means that there are two 'y' values for a single 'x' value (which in this case, is zero). This violates the definition of a function. Hence, a relation that passes through the y-axis twice is not a function. It is simply a relation because it doesn't pass the 'vertical line test' (a vertical line passing through more than one point on the graph of a relation means that the relation is not a function).

Learn more about Function and Relation here:

https://brainly.com/question/2253924

#SPJ2

Yesterday, Jack drove 44 1/2 miles. He used 1 1/4 gallons of gasoline. What is the unit rate for miles per​ gallon?

Answers

35.6 miles per gallon
44.5/1.25 = 35.6
44.5 = 44 1/2 miles he drove
divided by the amount of gallons of gas he used (1.25) 
which equals 35.6 miles per gallon

What expression is equal to (3x^2yz) (5xy^3z^2)

Answers

Your Answer is 15x^3y^4z^3

What type of number is −0.5/-0.5?

Answers

Final answer:

The number -0.5 divided by itself equals to 1. In general, any number (except zero) divided by itself will always equal to 1.

Explanation:

To find the answer to the given number −0.5/-0.5, you should simply divide the negative number -0.5 by itself (-0.5). Here, a negative number divided by another negative number results in a positive result. Therefore, -0.5/-0.5 equals 1.

In general terms, any non-zero number divided by itself will always equal 1. This is because the division operation is asking 'how many times does this number fit into itself?', and the answer is invariably 'once'.

Learn more about Division of Numbers here:

https://brainly.com/question/2273245

#SPJ12

how many 3/8 are in 6

Answers

That is 6 divided by 3/8, better written as

6
--
1
====
 3
--
 8

Invert the 3/8 and then multiply:

6      8
-- *   ---
1       3

Reduce 6/3:  6/3 = 2

Then you have 2(8), or 16 (answer)

The number of the fraction 3/8 that we can get in 6, is: 16.

We are asked to find how many of the fraction, 3/8, we will have in 6.

This implies that, what number would we need to multiply with 3/8 to get 6?

To determine this, all we need to do is to divide 6 by the fraction, 3/8.

Thus:

[tex]6 \div \frac{3}{8}[/tex]

To solve this, multiply 6 by the reciprocal of 3/8, which is 8/3

[tex]6 \times \frac{8}{3} \\\\= \frac{6 \times 8}{3} \\\\= \frac{48}{3} \\\\\mathbf{= 16}[/tex]

Therefore, the number of the fraction 3/8 that we can get in 6 is: 16.

Learn more here:

https://brainly.com/question/20363455

Eric estimated 28*48 by finding 30*50. He estimated the product to be 1,500. Eric thinks the actual product wil be greather. Is eric correct. Explain.

Answers

Eric is incorrect because since the numbers he rounded 28 and 48 to are greater than 28 and 48 the answer to 28*48 will be less than the answer to 30*50 was.


30*50 = 1500


28*48 = 1344


Hope that helps!! :D

The ____ property allows you to regroup terms using parentheses when adding or multiplying, without changing the answer.

Answers

The property you're thinking off is called the associative property. When stated formally for addition and subtraction, it means:

[tex](a+b)+c=a+(b+c) \\ \\(ab)c=a(bc)[/tex]

What this boils down to is that it doesn't matter whether you add/multiply a-and-b and c or a and then b-and-c - you'll end up with the same value from either. Once you understand it for addition, multiplication follows naturally, since one of the ways we define multiplication is as repeated addition. Notice that this property is also what lets us write expressions like 3 + 4 + 5 unambiguously, and without parentheses.

Answer:

The Answer is Associative

Step-by-step explanation:

DONT PUT PROPERTY YOU WILL GET IT WRONG...

Use technology to find the​ p-value for a​ right-tailed test about a mean with nequals=66 and test statistic t equals 3.624 .

Answers

The​ p-value for a​ right-tailed test about a mean with n equals=66 and test statistic t equals 3.624

P(t > 3.624) = 1 - P(t ≤ 3.624) = 1 - 0.9997 = 0.0003

In Your own words, explain the place-value relationship when the same two digits are next to each other in a multi-digit number

Answers

When 2 digits are next to each other, the place value relationships of both numbers are 10 times greater. Why because in a place value of ones, tens, hundreds, thousands, hundred thousands, etc. The value of ones multiplied by 10 is equals to tens. The value of tens multiply by 10 is equals to hundreds. The value of hundreds multiply by 10 is equals to thousands and the value of thousands multiply by 10 is equals to hundred thousand.

please mark me brainliest 

If f(x) is discontinuous, determine the reason.
f(x) = {x^2 -4, x<1
          { x+4, x>1

 f(x) is continuous for all real numbers 
The limit as x approaches 1 does not exist
 f(1) does not equal the limit as x approaches 1
 f(1) is not defined

Answers

The function is 

[tex]f(x) = \begin{cases} x^2-4 &\mbox{if } x\ \textless \ 1, \\ x+4 & \mbox{if } x\ \textgreater \ 1. \end{cases}[/tex].

To the left of 1 the function is a quadratic polynomial, to the right, it is a linear polynomial. Polynomial functions are always continuous, so the only candidate point for discontinuity is x=1.

The left limit is calculated with 1 substituted in [tex]x^2+4[/tex], which gives 5.

The right limit, is computed using the rule for the right part of 1, that is x+4. 

Thus, the right limit is 1+4=5.

So, both left and right limits are equal. Now if f(1) is 5, then the function is continuous at 1.

But the function is not defined for x=1, that is x=1 is not in the domain of the function. Thus, we have a "whole" (a discontinuity) in the graph of the function.

The reason is now clear:

Answer: f(1) is not defined

Answer:

F(1) is not defined

Step-by-step explanation:

Find the average rate of exchange for the function. x=-6 and x=0
[tex]f(x)= \frac{1}{x-1} [/tex]

Answers

[tex]\dfrac{\frac1{0-1}-\frac1{-6-1}}{0-(-6)}=\dfrac{-1+\dfrac17}6=-\dfrac17[/tex]

PLEASE HELP! DUE in 4 hours!

Answers

calculate the slopes

3-0 / -2 - 2 = 3/-4 = -3/4

3 - -4 / -2 - -1 = 7/-1 = -7/1

0 - -4 / 2 - -1 = 4/3


-3/4 and 4/3 are negative reciprocals so this is a right triangle


Answer is A

 

Please help me Estimate 476-269

Answers

 after subtracting  the  two numbers  which would equal  207  you round  which  would 210

The best way to estimate is to round. So, round up for both numbers. ROund the tens place.
476 becomes 480
269 becomes 270
So, to estimate, subtract 270 from 480.
480 - 270 = 210.
So, the estimation would be 210.

I got the question wrong :(

Answers

[tex]\bf n~~~+\stackrel{\textit{10 less than twice "n"}}{2n-10}=38\implies 3n-10=38\implies 3n=48 \\\\\\ n=\cfrac{48}{3}\implies \boxed{n=16}\quad \qquad \stackrel{\textit{10 less than twice "n"}}{2(16)-10}\implies 32-10\implies \boxed{22}[/tex]

There are currently 3 students signed up for a trip. The van can transport only 7 students.

Which graph shows all the possible values for the extra number of students that need to sign up so that more than one van is needed to transport them?

Number line with closed circle on 4 and shading to the right.
Number line with closed circle on 4 and shading to the left.
Number line with open circle on 4 and shading to the right.
Number line with open circle on 4 and shading to the left.

Answers

Answer:
Number line with open circle on 4 and shading to the right.

Explanation:

Call x the number of students that need to sign up so that more than one van is neeed to transport them =>
 
x + 3 > 7

=> x > 7 - 3

=> x > 4

That is the numbers greater than 4, withount including the number 4.

That in the number line is the set of numbers to the right of 4, and the open circle is used to indicate that the number 4 is not included (a closed circle would indicate that the number 4 is included, which is not the case).

Answer:

Answer:

Number line with an open circle on 4 and shading to the right.

Explanation:

Call x the number of students that need to sign up so that more than one van is needed to transport them =>

x + 3 > 7

=> x > 7 - 3

=> x > 4

That is the number greater than 4, without including the number 4.

That is the number line is the set of numbers to the right of 4, and the open circle is used to indicate that the number 4 is not included (a closed circle would indicate that the number 4 is included, which is not the case).

Step-by-step explanation:

BRAINLEIEST!!! To make 112 dozen muffins, a recipe uses 312 cups of flour. How many cups of flour are needed for every dozen muffins made? Enter your answer in the box as a mixed number in simplest form.

Answers

Final answer:

To find out the number of cups of flour needed for each dozen muffins, you need to divide the total quantity of flour used by the total number of dozens. Therefore, about 2 11/14 cups of flour are required for each dozen muffins.

Explanation:

To find out how many cups of flour are needed for every dozen muffins made, we need to divide the total amount of flour used by the total number of dozens of muffins. The recipe used 312 cups of flour to make 112 dozens of muffins. So, we divide 312 by 112:

312 ÷ 112 = 2.78571428571429

To convert this to a mixed number in simplest form, you can say that approximately 2 11/14 cups of flour are needed for every dozen muffins made.

Learn more about Proportional Reasoning here:

https://brainly.com/question/28001172

#SPJ12

For every dozen muffins made, the recipe requires [tex]\(2 \frac{11}{14}\)[/tex] cups of flour. This is determined by simplifying the ratio of 312 cups of flour needed for 112 dozen muffins to its simplest form.

To find the cups of flour needed for every dozen muffins, we can set up a ratio between the cups of flour and the number of dozens of muffins.

[tex]\[ \text{Cups of Flour} : \text{Dozens of Muffins} \][/tex]

Given that 112 dozen muffins require 312 cups of flour, the ratio becomes:

[tex]\[ \frac{312 \text{ cups}}{112 \text{ dozens}} \][/tex]

Now, simplify this ratio by dividing both the numerator and the denominator by the greatest common factor, which is 8.

[tex]\[ \frac{39 \text{ cups}}{14 \text{ dozens}} \][/tex]

Now, express this ratio as a mixed number in simplest form. Since 39 and 14 share no common factors other than 1, the mixed number is [tex]\(2 \frac{11}{14}\).[/tex]

Therefore, the answer is [tex]\(2 \frac{11}{14}\)[/tex] cups of flour for every dozen muffins made.

Jackrabbits are capable of reaching speeds up to 40 miles per hour. How fast is this in feet per second? (Round to the nearest whole number.)

5,280 feet = 1 mile

Answers

40 miles x 5280 = 211200 feet per hour

1 hour = 3600 seconds

211200 / 3600 = 58.67 feet per second

Answer:

The answer is 59 feet per second (B)

Step-by-step explanation:

edge hope ya do well

Other Questions
A function is created to represent the miles per gallon your car gets. What restrictions would be made to the domain ?A. The domain were only include integers.B. The domain will only include positive integers. C. The domain would include all real numbers. D. The domain would only include positive numbers. What methods can the nurse use to determine if the drainage is csf? Images under the light microscope are reversed and inverted. explain what this means Select four elements of civilization. technology division of labor an agrarian society political organization commerce and trade stone architecture How did imperialism in China motivate wars and rebellion that weakened dynastic rule An athletic director pays $90 for 12 sun visors for the softball team. a. How much will the athletic director pay to buy 15 more sun visors? when people perceive that they have been treated unfairly, they may try to restore equity by: Why is there diversity of life on Earth? A. so that young organisms can recognize their parents B. so that living organisms can survive and reproduce C. so that organisms create unique homes D. to encourage organisms to compete with each other the 2 points are reflections of each other across the x-or y-axis identify the axis help me please what muslim empire was known for its artisans who produced rugs and pottery Which canadian island has a population density that ranges from under 2 people to as many as 250 people per square mile? NEED HELP FAST PLEASE!!!What is the equation of this line?y = -3/2xy = 2/3xy = -2/3xy = 3/2x a party who speaks with a reckless disregard for the truth not knowing of the falsity of his or her words cannot be liable for fraud. How did the rulers of ghana control trade? what engineering advances have been found in the ruins of indus valley civilization Which state built pyramids and which one built steles to honor dead monarchs? Apollonia was diagnosed with major depressive disorder five years ago. she knows her mother took medicine to combat depression and she worries her daughter will experience depression too. why How does Chisholm use inductive reasoning to support her argument? In what way does self-efficacy differ from the term self-concept? self-efficacy refers only to behaviors that people learn through modeling. self-efficacy results primarily from vicarious reinforcement and punishment. self-efficacy varies depending on the specific task to be performed. self-efficacy appears only after people begin to regulate their own behavior. The reaction 2k(s) + br2(l) 2kbr(s) is a(n) ______________ reaction. Steam Workshop Downloader