Answer:
9
Step-by-step explanation:
4.5/0.5=9
9*0.5=4.5
hope this helps :3
if it did pls mark brainliest
Answer:
4.5 ÷ 0.5
45/10 ÷ 5/10
45/10 × 10/5
450/50
45/5
= 9
Step-by-step explanation:
The table shows the approximate distances between some of the objects in our solar system.
Distance
Earth to the moon
12^5 miles
Sun to Mercury
12^7 miles
12^8 miles
Sun to Jupiter
1. How many times greater is the distance from the Sun to Jupiter than the distance from the Sun to
Mercury?
Answer:
12 times
Step-by-step explanation:
Earth-Moon (EM) = 12⁵ miles
Sun-Mercury (SM) = 12⁷ miles
Sun-Jupiter (SJ) = 12⁸ miles
just FYI, these numbers are only a rough simplification for this example. the real distance are quite a bit different.
so, SJ/SM = 12⁸ / 12⁷ = 12¹ = 12
=> Jupiter is 12 times farther away from the Sun than Mercury.
12 times greater is the distance from the Sun to Jupiter than the distance from the Sun to Mercury.
What is distance?Distance is the total movement of an object without any regard to direction.
Given:
Earth-Moon = 12⁵ miles
Sun-Mercury = 12⁷ miles
Sun-Jupiter = 12⁸ miles
so,
Sun-Jupiter/Sun-Mercury
= 12⁸ / 12⁷
= 12¹
= 12
Hence, Jupiter is 12 times farther away from the Sun than Mercury.
Learn more distance here:
https://brainly.com/question/15172156
#SPJ2
A news report suggested that an adult should drink a minimum of 4 pints of water per day.
Based on this report, determine the minimum amount of water an adult should drink,
in fluid ounces, per week.
9514 1404 393
Answer:
448
Step-by-step explanation:
(4 pt/da)×(7 da/wk)×(16 oz/pt) = 448 oz/wk
That would be 448 fluid ounces per week.
what is 5m-7=5(m-2)+3
Answer: follow this!
Step-by-step explanation:
72a^7/-9 as a monomial
Answer:
− 8 a ^7
Step-by-step explanation:
See picture for steps :)
Winston ears $14.00 by selling 56 hot dogs at a concession stand at school. Using the same for the cost of one hot dog, how many more hot dogs would Winston need to sell to earn a total 175.00?
Answer:
To make $175, he has to sell 644 hotdogs.
Step-by-step explanation:
Lets do this together step by step.
To calculate the cost of a single hot dog, divide the profit recieved by the number of hot dogs.
So that would be 14/56 which would result in $0.25.
Now we know that 1 hot dog = 25 cents.
Now, all of the money we receive ( $175) comes from selling a certain number of hot dogs.
We can see that in order to calculate how many hotdogs we could buy with this sum of money, we would need to divide the total by the price of each hot dog.
175/0.25 = 700 ( Thats quite a lot.)
700-56 =644
He has to sell 644 hotdogs to earn $175.
Step-by-step explanation:
the other answer is absolutely correct.
just the last part was not fully explained :
the question was how many additional hot dogs have to be sold to earn $175 in total ?
to make $175, 700 hot dogs have to be sold.
but 56 have been sold already (for the initial $14 earnings).
so, 700 - 56 = 644 additional hot dogs have to be sold.
The ordered pair (2, 10) is a point on a direct variation equation. Write the direct variation equation.
Answer:
Y=KX so its 10=K2
Step-by-step explanation:
Plug in the Number OR K=y/x
Consider the equation 4x=8.
Which value could be substituted x to make the equation TRUE?
Answer:
2
Step-by-step explanation:
4 times 2 is 8
Tickets to a movie cost $7.25 for adults and $5.50 for students a group of friends purchased 8 tickets for $52.75 how many adult tickets and students tickets were purchased ?
Answer:
The number of adults tickets and student tickets purchased is 5 and 3.
Given that,
Tickets to a movie cost $7.25 for adults and $5.50 for students.
A group of friends purchased 8 tickets for $52.75.
Here we assume the no of adult tickets and no of student tickets be x and y.
Based on the above information, the calculation is as follows:
7.25x + 5.50y = 52.75 .............(i)
x + y = 8
x = 8 - y..................(2)
Now put the x value in the equation (1)
So,
7.25(8-y) + 5.50y = 52.75
7.25 × 8 - 7.25y + 5.50y = 52.75
58 - 1.75y = 52.75
5.25 = 1.75y
y = 3
So,
x = 8 - 3
= 5
Therefore we can conclude that the number of adults tickets and student tickets purchased is 5 and 3.
-Hope this helps<3
What is the mode???? Thank you math experts I will mark brainliest
Answer:
median: 51
mode: 51
Explanation:
given:
43, 55, 51, 62, 64, 38, 35, 45, 51
arrange them in increasing order:
35, 38, 43, 45, 51, 51, 55, 62, 64
now find median, the number which is at the middle:
51 is the median
now find the mode, the number which appears most times:
51 is the mode
Answer:
C
Step-by-step explanation:
I also see median right there which that would also be C(51)
The mode is C(51) because the mode is the number that appears the most and as you see 51 appears 2 while no other number appears twice.
Hope this helps have a great day:)
saleswoman sells a dried-fruit mixture for $ 5.90 per pound and nuts for $ 14. 75per pound. She wants to blend the two to get a -15lb mixture that she will sell for $ 9.44per pound. How much of each should she use? Solve using matrices.
To get a 15-lb mixture, she should use enter your response here( = -lb )of dried-fruit mixture and enter your response here( = lb )of nuts.
A 15-lb mixture, she should use 1.256 pounds of dried-fruit mixture and 13.744 pounds of nuts.
Based on the given information, we can set up the following system of equations:
Equation 1: x + y = 15 (since the total weight of the mixture is 15 pounds)
Equation 2: (5.90 * x) + (14.75 * y) = 9.44 * 15 (since the total cost of the mixture is the cost per pound multiplied by the weight of each component)
Now, let's convert this system of equations into matrix form:
| 1 1 | | x | | 15 |
| 5.90 14.75 | | y | = | 9.44 * 15 |
To solve for x and y, we can use matrix algebra. We can multiply the inverse of the coefficient matrix by the right-hand side matrix to get the solution matrix:
| x | | 1 1 |^-1 | 15 |
| y | = | 5.90 14.75 | | 9.44 * 15 |
Using matrix calculations, we find that the inverse of the coefficient matrix is:
| 0.0877 -0.0576 |
| -0.0059 0.0678 |
Now, multiplying the inverse matrix by the right-hand side matrix gives us:
| x | | 0.0877 -0.0576 | | 15 |
| y | = | -0.0059 0.0678 | * | 9.44 * 15 |
Simplifying the multiplication gives us:
x = 1.256
y = 13.744
Therefore, the saleswoman should use 1.256 pounds of dried-fruit mixture and 13.744 pounds of nuts to get a 15-pound mixture.
For more such questions on pounds
https://brainly.com/question/498964
#SPJ8
2x² + 5x, what will it a Perfect Square? make
Answer:
2x² + 5x + c = 0
For this quadratic equation to have one double root, the discriminant must equal 0.
5² - 4(2)(c) = 0
25 - 8c = 0
c = 25/8
2x² + 5x is not a perfect square because the coefficient of x², 2, is not a perfect square.
Explanation:2x² + 5x is not a perfect square.
A perfect square is an expression that can be factored into the square of a binomial. To determine if an expression is a perfect square, we can look at the coefficient of x². In this case, the coefficient is 2, which is not a perfect square.Learn more about Perfect Square here:https://brainly.com/question/34063927
#SPJ11
for each of the number lines, write an absolute value equation in the form |x-c|=d, where c and d are some numbers, to satisfy the given solution set.
An absolute value is the numerical value of a number without consideration of its sign. It can be represented graphically by a straight line known as a number line. Absolute value equations are equations that include absolute values of variables or unknown quantities. The following are examples of how to write an absolute value equation in the form |x-c|=d to fit the provided solution sets:
Example 1:
Solution set: {x|x≤-3 or x≥1}
Absolute value equation: |x-(-1)|=4
Explanation: -1 is the midpoint of the two ranges (-3 and 1) in the solution set. |x-(-1)|=|x+1| is the absolute value expression for the midpoint -1. The distance d from -1 to the solutions' furthest endpoints, 1 and -3, is four, hence the value of d in the absolute value equation is 4.
For such more question on equations
https://brainly.com/question/22688504
#SPJ11
How many solutions are there to the equation below?|x| = -4
A 0
B 2
C 4
D 1
Answer:
There are 0
Step-by-step explanation:
Absolute value is the positive distance a number is away from 0, so no value of x will make the equation true
Answer:
A 0
Step-by-step explanation:
There are no solutions. Because the absolute value always returns a positive value, there are no solutions to this equation.
If x is negative, the answer will be positive. If x is positive the answer will still be positive. No value of x will give a value of -4. So there is no solution.
T(x,y,z)=x^2yz^3 với M(1,1,1)
Answer:
A= (2xy^2)^3. (-1/2x^2yz) (gạch chéo là phần)
B=(-4x3y2z)( x2y3)3xy
Step-by-step explanation:
ok :)
Jessica buys ground beef in a 10 pound tube at the store. She spends $19.90 on ground beef. Identify the unit of measure for this problem.
Answer: $1.99
Step-by-step explanation:
PART A: Cost Of Item/ Number of units of measure
Part B: 10 Pound Tube.
Part C: $19.90 / 10 Lb Tube = $1.99
The Unit cost for the ground beef is $1,99
Someone help me with this
a. Category with the greatest frequency is 20 - 24
b. 14 students
c. The percentage is 7%
What is frequency?Frequency is simply described as the number of times an event or observation happened in a given study or experiment that is carried out.
From the information given, we have that;
a. The category with the greatest frequency is the one with most words spelt, we have;
20 - 24
b. The number of students that spelt 35 - 39 words is traceable to
14 students
c. If the total number of students is 200
Then, the percent of students in the 35 - 39 category is;
14/200 × 100/1
Multiply the values
7%
Learn more about frequency at: https://brainly.com/question/26177128
#SPJ1
Atudent mark tardy 5 different times in 40 days what percentage was he tardy
The percentage is the indicating hundredth is 12.5%.
What is the percentage?A specific number in every hundred is what is meant by the percentage. It is a fraction with 100 as the denominator, and one percent is used to symbolize it.
Using the percentage formula, a number between 0 and 1 can be expressed. A number that is expressed as a fraction of 100 is what it is. It is mostly used to compare and determine ratios and is represented by the symbol %.
Given:
A student was marked tardy five different times in a 40-day period.
Percentage of 5 among 40
= (5/40) x 100
= 12.5%
Hence, The percentage of times the students marked will be 12.5%".
Learn more about percentage here:
brainly.com/question/13450942
#SPJ1
Eric was attempting to construct a perpendicular bisector to the segment AB with a
compass and straight edge. Which of the below statements explains what Eric may
have done wrong?
Erick just needed to open the compass more to create arcs that have a radius of more than half the length of the segment AB. Option C
Steps in constructing a perpendicular bisectorThe steps involved in constructing a perpendicular bisector are:
Draw a line segment XY of any appropriate length. Take a compass, and with X as the center and with more than half of the line segment XY as widthDraw arcs above and below the line segment.Repeat the same step with Y as the center.Label the points of intersection as 'P' and 'Q'Thus, Erick just needed to open the compass more to create arcs that have a radius of more than half the length of the segment AB. Option C
The complete question
Eric was attempting to construct a perpendicular bisector to the segment AB with a compass and straight edge. Which of the below statements explains what Eric may have done wrong?
a. Eric should have started by putting the compass needle point at the midpoint of the segment AB.
b. On the second step, Eric should have placed the compass needle point where the first arc intersected the segment AB.
c. Erick just needed to open the compass more to create arcs that have a radius of more than half the length of the segment AB.
d. Erick didn’t do anything wrong he just needs to connect the opposite endpoints of each arc to finish the construction.
Learn more about perpendicular bisectors here:
https://brainly.com/question/11006922
#SPJ1
Write the equation that represents the model above. Please help!
Answer:
2x + 30 = -2x + 2
Step-by-step explanation:
left side has 2 x's so u get 2x and it also has 3 10's so 2x+30
do the same on the right
2 -xs so -2x and 2 ones
-2x+2
You are a medical assistant in a pediatrician’s office and one of your responsibilities is evaluating the growth of newborns and infants. Your first patient, a baby girl named Ivy Smith, was 21.5 inches long at 3 months old. At 8 months, you measure her at 24 inches long. For your medical records, all measurements must be given both in inches and in centimeters: 1 inch = 2.54 cm
I need to come up with an equation for this.
raise 10 to the 5th power, then divide k by the result
The desired expression would be k / 100,000.
Start with the value 10.
Raise 10 to the 5th power, which means multiplying it by itself five times: 10 * 10 * 10 * 10 * 10 = 100,000.Now, let's assume you have a variable called "k."Divide k by the result of 10^5, which is 100,000.The expression would be k / 100,000.In other words, you're taking the value of k and dividing it by 100,000, which is the result of raising 10 to the power of 5.
Learn more about expression here:
https://brainly.com/question/14083225
#SPJ1
if you double a number and then add 36, you get 4 over 11 (4/11) of the original number,
what is the original number?
Answer:
The original number is -22
Step-by-step explanation:
We'll label our mystery number x.
2x + 36 = 4x/11
Multiply both sides by 11
4x = 22x + 396
Isolate x to one side (for this I subtract 4x from both sides, but you can also subtract 22x if you'd like)
0 = 18x + 396
Isolate x pt 2
18x = -396
Divide both sides by 18 to find your answer!
x = -22
Plug in to confirm
-44 + 36 = -88/11S
8 = 8
Use what you know about intersecting lines to label the missing and
picture below.
35°
X
type of angle pair:
zoom in
X =
OManeuvering the Middle LLC, 2016, 2022
Answer:
x = 145
Step-by-step explanation:
x and 35° lie on a straight line and are supplementary angles , sum to 180°
x + 35 = 180 ( subtract 35 from both sides )
x = 145
What is 56 divided by 89?
Answer:
0 or 0.62921348314 (if done by the calculator)
Step-by-step explanation:
Step 1:
Start by setting it up with the divisor 89 on the left side and the dividend 56 on the right side like this:
8 9 ⟌ 5 6
Step 2:
The divisor (89) goes into the first digit of the dividend (5), 0 time(s). Therefore, put 0 on top:
0
8 9 ⟌ 5 6
Step 3:
Multiply the divisor by the result in the previous step (89 x 0 = 0) and write that answer below the dividend.
0
8 9 ⟌ 5 6
0
Step 4:
Subtract the result in the previous step from the first digit of the dividend (5 - 0 = 5) and write the answer below.
0
8 9 ⟌ 5 6
- 0
5
Step 5:
Move down the 2nd digit of the dividend (6) like this:
0
8 9 ⟌ 5 6
- 0
5 6
Step 6:
The divisor (89) goes into the bottom number (56), 0 time(s). Therefore, put 0 on top:
0 0
8 9 ⟌ 5 6
- 0
5 6
Step 7:
Multiply the divisor by the result in the previous step (89 x 0 = 0) and write that answer at the bottom:
0 0
8 9 ⟌ 5 6
- 0
5 6
0
Step 8:
Subtract the result in the previous step from the number written above it. (56 - 0 = 56) and write the answer at the bottom.
0 0
8 9 ⟌ 5 6
- 0
5 6
- 0
5 6
The graph shows information about the
height of the tide over 12 hours.
How fast is the depth changing at 11:00?
Give your answer as a fraction in its
simplest form.
According to the information we can infer that the change between 11 and 12 is 1.3 m/hr
How much does the height of the wave change between 11 and 12?To establish the value of the change in height between 11 and 12 we must look at the values of the y axis. According to this information we can establish that 11 o'clock coincides with 5.2 and 12 o'clock coincides with 3.9. So we must subtract these two values:
5.2 - 3.9 = 1.3According to the above, we can infer that the change between these two hours is 1.3 m/hr.
Learn more about time in: https://brainly.com/question/33137786
#SPJ1
draw the graph of y=2x+5 for values of from -4 to 2
The graph of the function y = 2x + 5 is added as an attachment
Sketching the graph of the functionFrom the question, we have the following parameters that can be used in our computation:
y = 2x + 5
The above function is an linear function that has been transformed as follows
Vertically stretched by a factor of 2Shifted up by 5 unitsNext, we plot the graph using a graphing tool by taking not of the above transformations rules
The graph of the function is added as an attachment
Read more about functions at
brainly.com/question/2456547
#SPJ1
hich of the following statements are false? (select all responses that apply) group of answer choices a. outliers can not be leverage points b. all outliers are influential points
c. all outliers are leverage points d. outliers should usually be removed from a datas
The statements that are FALSE about the Outliners are
(b) all outliers are influential points , and
(d) outliers should usually be removed from a data .
The statement "(b) all outliers are influential points" is false because not all outliers are influential points, meaning that they do not have a significant effect on the results of a statistical analysis.
Whether or not an outlier is influential depends on the specific situation and the type of analysis being performed.
The statement "(d) outliers should usually be removed from a data " is false because removing all outliers from a data set is not always appropriate.
Outliers can provide important information and removing them can sometimes lead to the loss of valuable information. In some cases, outliers can be valid observations and should be kept in the data.
The given question is incomplete , the complete question is
Which of the following statements are false? (select all responses that apply) group of answer choices
(a) Outliers can not be leverage points
(b) all outliers are influential points
(c) all outliers are leverage points
(d) outliers should usually be removed from a data .
Learn more about Outliners here
https://brainly.com/question/9264641
#SPJ4
Select the correct answer.Which expression is equivalent to? image attached
In this case, we'll have to carry out several steps to find the solution.
Step 01:
Data:
\(21\sqrt[3]{15}-9\sqrt[3]{15}\)Step 02:
radical functions:
\(21\sqrt[3]{15}-9\sqrt[3]{15}=12\sqrt[3]{15}\)The answer is:
\(12\sqrt[3]{15}\)Assuming that a local cost cutter provides cuts perms and hair styling service and you fix cost are $120,000 in the variable cost or 40% of the sales revenue last year’s revenue total of $250,000. What is the break even points in sales dollars?
Answer:
Unit selling price
$7 $9 $7
Unit variable costs
(4) (5) (1)
Unit contribution margin
$3, $4, $6
With monthly fixed costs of $306,000, the company sells two units of A for each unit of B and three units of B for each unit of C.
Getting stuck on these problems
Answer:
im pretty sure it's A but I may be wrong