f(x)=2x^3-x^2+5 / x-1
f(3)=2(3)^3-3^2+5 / 3-1
f(3)=54-9+5 / 2
f(3)=50 / 2
f(3)=25
You want to obtain a sample to estimate a population mean. Based on previous evidence, you believe the population standard deviation is approximately σ = 24.2 σ=24.2. You would like to be 98% confident that your estimate is within 1 of the true population mean. How large of a sample size is required?
Answer:
use a z* value accurate to TWO places for this problem. (Not z = 2)
Step-by-step explanation:
Answer:
33
Step-by-step explanation:
;)
I'm doing a task which involves magic v's, a maths pattern which has the rule of having the same total on each side. For e.g.
6 5
3 4
2
Is a magic v because each side adds up to 11. I need to make magic V's with the number 2-6 and 3-7. There are 24 possibilities for each number set.
Answer:
--1-- (of set 23456)
2 4
5 3
6
--2-- (of set 23456)
2 3
5 4
6
--3-- (of set 23456)
2 5
6 3
4
--4-- (of set 23456)
2 3
6 5
4
--5-- (of set 23456)
3 5
4 2
6
--6-- (of set 23456)
3 2
4 5
6
--7-- (of set 23456)
3 6
5 2
4
--8-- (of set 23456)
3 2
5 6
4
--9-- (of set 23456)
3 5
6 4
2
--10-- (of set 23456)
3 4
6 5
2
--11-- (of set 23456)
4 5
3 2
6
--12-- (of set 23456)
4 2
3 5
6
--13-- (of set 23456)
4 6
5 3
2
--14-- (of set 23456)
4 3
5 6
2
--15-- (of set 23456)
5 4
2 3
6
--16-- (of set 23456)
5 3
2 4
6
--17-- (of set 23456)
5 6
3 2
4
--18-- (of set 23456)
5 2
3 6
4
--19-- (of set 23456)
5 6
4 3
2
--20-- (of set 23456)
5 3
4 6
2
--21-- (of set 23456)
6 5
2 3
4
--22-- (of set 23456)
6 3
2 5
4
--23-- (of set 23456)
6 5
3 4
2
--24-- (of set 23456)
6 4
3 5
2
--1-- (of set 34567)
3 5
6 4
7
--2-- (of set 34567)
3 4
6 5
7
--3-- (of set 34567)
3 6
7 4
5
--4-- (of set 34567)
3 4
7 6
5
--5-- (of set 34567)
4 6
5 3
7
--6-- (of set 34567)
4 3
5 6
7
--7-- (of set 34567)
4 7
6 3
5
--8-- (of set 34567)
4 3
6 7
5
--9-- (of set 34567)
4 6
7 5
3
--10-- (of set 34567)
4 5
7 6
3
--11-- (of set 34567)
5 6
4 3
7
--12-- (of set 34567)
5 3
4 6
7
--13-- (of set 34567)
5 7
6 4
3
--14-- (of set 34567)
5 4
6 7
3
--15-- (of set 34567)
6 5
3 4
7
--16-- (of set 34567)
6 4
3 5
7
--17-- (of set 34567)
6 7
4 3
5
--18-- (of set 34567)
6 3
4 7
5
--19-- (of set 34567)
6 7
5 4
3
--20-- (of set 34567)
6 4
5 7
3
--21-- (of set 34567)
7 6
3 4
5
--22-- (of set 34567)
7 4
3 6
5
--23-- (of set 34567)
7 6
4 5
3
--24-- (of set 34567)
7 5
4 6
3
Step-by-step explanation:
This javascript code is extremely brute-force, but it does the job:
function checkIfInSet(i, set) {
return i.toString().split('').sort().join('') === set;
}
function checkIfMagic(s) {
return (parseInt(s[0]) + parseInt(s[1]) == parseInt(s[3]) + parseInt(s[4]))
}
function printMagic(s) {
console.log(`${s[0]} ${s[4]}`);
console.log(` ${s[1]} ${s[3]}`);
console.log(` ${s[2]}\n`);
}
function checkSet(set) {
let counter = 1;
for(let i=1; i<99999; i++) {
if (checkIfInSet(i, set) && checkIfMagic(i.toString())) {
console.log(`--${counter++}-- (of set ${set})`);
printMagic(i.toString());
}
}
}
checkSet('23456');
checkSet('34567');
if the gradient of the line joining the points [4,-9]and [-3,h]is -3, find the value of H
Answer:
h = 12Step-by-step explanation:
To find the value of h use the formula for finding the slope of a line
That's
[tex]m = \frac{y2 - y1}{x2 - x1} [/tex]
Where ( x1, y1) and (x2 ,y2) are the points
From the question
slope = - 3
The points are [4,-9] and [-3,h]
Substitute these values into the equation
We have
[tex] - 3 = \frac{h + 9}{ - 3 - 4} [/tex]
[tex] - 3 = \frac{h + 9}{ - 7} [/tex]
Cross multiply
That's
- 3(-7) = h + 9
21 = h + 9
h = 21 - 9
We have the final answer as
h = 12Hope this helps you
Find the number of ordered pairs $(m,n)$ of integers that satisfy \[mn = 2m + 4n.\] [tex]Find the number of ordered pairs $(m,n)$ of integers that satisfy \[mn = 2m + 4n.\][/tex]
There are four pairs (m,n) that work: (5,10), (6,6), (8,4), and (12,3).
Factor as the product of two binomials. 81+18x+x^2
Answer:
(x+9)(x+9)
Step-by-step explanation:
To factor this expression, we first need to put into standard form, that is, [tex]ax^2 + bx + c[/tex].
So it becomes [tex]x^2 + 18x + 81[/tex]
Now we need to find two numbers that:
A. When multiplied get us c (81)
B. When added get us b (18)
9 and 9 match those requirements, so out product of two binomials for this becomes (x+9)(x+9).
Hope this helped!
5/14, 7/10, 5/6, 11/15, 19/21 arrange from ascending order
Answer:
5/14, 7/10, 11/15, 5/6, 19/21.
Step-by-step explanation:
Covert the fractions to decimal form:
5/14 = 0.357
7/10 = 0.7
5/6 = 0.833
11/15 = 0.733
19/21 = 0.905.
So in ascending order this is:
5/14, 7/10, 11/15, 5/6, 19/21.
Answer:
Step-by-step explanation:
to arrange in ascending order, we need to convert them into like fractions
to convert them into like fractions, we need to find the LCM of the denominators
the LCM of the denominators ( 14, 10, 6, 15 and 21 ) is 210
5/14 × 15/15 = 75/210
7/10 × 21/21 = 147/210
5/6 × 35/35 = 175/210
11/15 × 14/14 =154/210
19/21 × 10/10 = 190/210
75/210 < 147/210 < 154/210 < 175/201 < 190/210
∴ 5/14 < 7/10 < 11/15 < 5/6 < 19/21
Hope this helps
plz mark as brainliest!!!!!!!
A Water flows through a pipe at a rate of 10 milliliters every 8.5 seconds. Express this
rate of flow in liters per minute. Round your answer to the nearest hundredth
Answer:
The answer to the nearest hundredth is 0.07 liters per minute
Step-by-step explanation:
In this question, we are told to express the given metric in liters per minute.
The key to answering this question, is to
have the given measurements in the metric in which we want to have the answer.
Hence, we do this by converting milliliters to liters and seconds to minute.
Let’s start with milliliters;
Mathematically;
1000 milliliters = 1 liters
10 milliliters = x liters
x * 1000 = 10 * 1
x = 10/1000
x = 1/100
x = 0.01 liters
For the seconds;
We need to convert the seconds to minutes;
Mathematically;
60 seconds = 1 minute
8.5 seconds = y minutes
60 * y = 8.5 * 1
y = 8.5/60
y = 0.14167 minutes
Now, our rate of flow is liters per minute, that means we have to divide the volume by the time;
Hence, we have ;
0.01/0.14167 = 0.070588235294
Which to the nearest hundredth is 0.07
Please Help! 30 POINTS! Given the following three points, find by hand the quadratic function they represent. (−1,−8), (0,−1),(1,2) A. f(x)=−3x2+4x−1 B. f(x)=−2x2+5x−1 C. f(x)=−3x2+10x−1 D. f(x)=−5x2+8x−1 Determine if the following set of ordered pairs represents a quadratic function. Explain. (5, 7), (7, 11), (9, 14), (11, 18) A. The y-values go up by the square of the x-value (22=4). Therefore, the ordered pairs represent a quadratic equation. B. The y-values go up by the square of the x-value (22=4). Therefore, the ordered pairs do not represent a quadratic equation. C. Since the differences between the x-values is 2 and the differences between the y-values is 4, that means that the differences between the differences of the y-values are all zero. Therefore, the ordered pairs represent a quadratic equation. D. Since the differences between the differences of the y-values is not consistent, the ordered pairs do not represent a quadratic equation.
Answer:
(1) B
(2) D
Step-by-step explanation:
(1)
Let the quadratic function be:
[tex]y = ax^{2} + bx + c[/tex]
For the point, (0,-1),
[tex]y = ax^{2} + bx + c[/tex]
[tex]-1=(a\times0)+(b\times0}+c\\-1=c\\c=-1[/tex]
Then the equation is:
[tex]y = ax^{2} + bx -1[/tex]
For the point (-1, -8) ,
[tex]y = ax^{2} + bx -1[/tex]
[tex]-8=(a\times (-1)^{2})+(b\times -1)-1\\-8=a-b-1\\a-b=-7...(i)[/tex]
For the point (1, 2) ,
[tex]y = ax^{2} + bx -1[/tex]
[tex]2=(a\times (1)^{2})+(b\times 1)-1\\2=a+b-1\\a+b=3...(ii)[/tex]
Add the two equations and solve for a as follows:
[tex]a-b=-7\\a+b=3\\\_\_\_\_\_\_\_\_\_\_\_\_\_\_\\2a = -4\\a = -2[/tex]
Substitute a = -2 in (i) and solve for b as follows:
[tex]a-b=-7\\-2-b=-7\\b=5[/tex]
Thus, the quadratic function is:
[tex]f(x)=-2x^{2}+5x-1[/tex]
The correct option is (b).
(2)
The ordered pairs are:
(5, 7), (7, 11), (9, 14), (11, 18)
Represent them in an XY table as follows:
X : 5 | 7 | 9 | 11
Y : 7 | 11 | 14 | 18
Compute the difference between the Y values as follows:
Diff = 11 - 7 = 4
Diff = 14 - 11 = 3
Diff = 18 - 14 = 4
Now compute the difference between the Diff values:
d = 3 - 4 = -1
d = 4 - 3 = 1
Since the differences between the differences of the y-values is not consistent, the ordered pairs do not represent a quadratic equation.
The correct option is D.
What is the measure of KPN?
A. 35°
B. 50°
C. 60°
D.65°
E. 70°
Answer:
Option (B)
Step-by-step explanation:
From the picture attached,
NL and KM are the two lines intersecting at a point P.
Therefore, ∠KPN ≅ LPM [Vertical angles]
In ΔPLM,
m∠LPM + m∠PML + m∠PLM = 180° [Property of a triangle]
m∠LPM + 70° + 60° = 180°
m∠LPM + 130° = 180°
m∠LPM = 180° - 130°
m∠LPM = 50°
Therefore, m∠KPN = 50° [vertical angles]
Option (B) will be the correct option.
The value of KPN will be 50°.
It should be noted that the sum of the angles that are in a triangle is 180°.
Therefore, looking at the angles, the measure of KPN will go thus:
KPN + 70° + 60° = 180°
KPN + 130° = 180°
KPN = 180° - 130°
KPN = 50°
Therefore, KPN will be 50°.
Read related link on:
https://brainly.com/question/17226102
There are five red balls, three yellow balls, and four green balls in a bin. In each event, you pick one ball from the bin and observe the color of the ball. The balls are only distinguishable by their colors. After observation, you put the ball back into the bin.
What is the probability of choosing a red ball in an event?
Answer:
5/12Step-by-step explanation:
step one:
Given the sample space, which is the value of individual number of colored balls in the bin
Red balls=5
Yellow balls=3 and
Green balls= 4
And the sample size is the sum of all the colored balls in the bin
The sample size S= {5+3+4}= 12
step two:
The probability of choosing a red ball in an event can be expressed as, the total number of the red balls over the total number of balls in the bin
P(r)= 5/12
Hence the probability of selecting a red ball in one event 5/12
s=(n(a_(1)+a_(n)))/(2)
Answer:
tokyo
Step-by-step explanation:
The heights of two similar parallelograms are 16 inches and 20 inches. Their
respective areas are (3x+5) square inches and 9x square inches. Find the value of
X?
Answer: [tex]x=\dfrac{25}{21}[/tex]
Step-by-step explanation:
Area of parallelogram = Base x height
If two parallelograms are similar, then their corresponding sides are proportional.
That means, [tex]\dfrac{\text{Area of first parallleogram}}{\text{Area of second parallleogram}}=\dfrac{\text{height of first parallelogram}}{\text{height of second parallelogram}}[/tex]
[tex]\Rightarrow \dfrac{3x+5}{9x}=\dfrac{16}{20}\Rightarrow \dfrac{3x+5}{9x}=\dfrac{4}{5}\\\\\Rightarrow 5(3x+5)=4(9x)\\\\\Rightarrow\ 15x+25 = 36x\\\\\Rightarrow\ 36x-15x=25\\\\\Rightarrow\ 21x = 25\\\\\Rightarrow\ x=\dfrac{25}{21}[/tex]
Hence, [tex]x=\dfrac{25}{21}[/tex]
In the expression 2^3 the 2 is known as the
base
exponent
rational number
irrational number
Answer:
Hey there!
In this problem, 2 is known as the base.
Let me know if this helped :)
Answer:
The Base
Step-by-step explanation:
The base in a power is the number being raised to the exponent's power. It is the bigger number in the power.
2 is being raised to the third power. This means that 2 is the base of the power.
3 would be the exponent in the power.
Brainilest Appreciated.
Estimate the solution to the following system of equations by graphing 3x +7y=10 2x-3y=-6
please mark me brain list
Answer:
(- 1/2,5/3)
Step-by-step explanation:
Stephanie is helping her band collect money to fund a field trip. The band
decided to sell boxes of chocolate bars. Each bar sells for $1.50 and each
box contains 20 bars. Which equation represents the profit they will earn
for each box sold? *
O p = 20 - $1.50
O p= 20 + $1.50
O p = 20 ($1.50)
O p = 20/$1.50
5.How much profit will be made if they sell 100 boxes?
Answer:
O P=20($1.50)
They will make $3,000 if they sell 100 boxes of chocolates
Step-by-step explanation:
It is multiplication because it is $1.50 per each chocolate bar, and since there is 20 per box, we need to find the profit for the entire box
using that info, we find that each box of chocolates is 30 dollars
multiplied by 100 boxes is $3000.
A coin is tossed 7 times. What is the probability that the number of heads obtained will be between 2 and 7 inclusive? Express your answer as a fraction or a decimal number rounded to four decimal places.
Answer:
0.9375
Step-by-step explanation:
Given the following :
Number of coin tosses = 7
Probability that number of heads obtained will be between 2 and 7 inclusive?
x = 2,3,4,5,6,7
Probability (P) = number of required outcomes / total possible outcomes
For a coin toss = 1 Head (H), 1 tail (T)
P(H) = 1 / 2
P(X) = C(7,x) * (1/2)^7
P(X) = C(7, x) / 0.5^-7
P(X) = [C(7,2) + C(7, 3)+ C(7,4) +C(7,5) + C(7,6) +C(7,7)] / 128
P(X) = (21 + 35 + 35 + 21 + 7 + 1) / 128
P(X) = 120 / 128
P(X) = 0.9375
A teacher interested in determining the effect of a new computer program on learning to read conducted a study. One hundred students were randomly assigned to one of tu
groups. The first group used the computer program while the second group did not. Both groups were tested to determine how much their reading levels improved. The results for the two groups were compared. What kind of study is this?
Answer:
This is an experiment because a treatment was applied to a group.
Step-by-step explanation:
There are two groups, The first group used the computer program while the second group did not therefore this is an experiment. An experiment involves changing an independent variable to see how it affects a dependent variable. The dependent variable in this case determining the effect of a new computer program on learning while the independent variables was testing with the computer program and not testing with the program.
if AD is the altitude to BC what is the slope of AD
Answer:
The answer is most likely 1/3
The correct option D. 3. The slope of AD, where A is (-2, 4), B is (-6, 2), and C is (3, -1), is 1/3 using the slope formula.
Given points :
[tex]A(-2, 4)\\B(-6, 2)\\C(3, -1)[/tex]
To find the slope of AD, to determine the slope of the line passing through points A and D.
Calculate the slope of the line passing through points A and D using the formula:
slope [tex]= (y_2 - y_1) / (x_2 - x_1).[/tex]
First, let's find the slope of BC using the coordinates of points B and C:
Slope of BC [tex]= (y_2- y_1 / (x_2- x_1)\\[/tex]
Plugging the coordinates of points B and C gives:
[tex]= (-1 - 2) / (3 - (-6))[/tex]
On adding gives:
[tex]= (-3) / (9)[/tex]
On dividing both numerator and denominator by 3
[tex]= -1/3[/tex]
Since A is the altitude to BC, it is perpendicular to BC.
The slope of a line perpendicular to another line is the negative reciprocal of the slope of that line.
Therefore, the slope of AD will be the negative reciprocal of -1/3.
Negative reciprocal of -1/3 = -1 / (-1/3) = 3
Hence, the slope of AD is 3. The option is D. 3
Learn more about slopes here:
https://brainly.com/question/29147363
#SPJ4
561
Worksheet
1. Assume that your kidneys can filter out 25% of medicine in your blood every 4 hours. You take one
1000-milligram dose of the medicine. Fill in the table showing the amount of the medicine in your
blood as a function of time. The first three data points are already completed.
At first you will have decimals. Round each value to the nearest milligram so there are no
decimals in your answers.
Time since taking the medicine (in hours)
Amount of medicine in blood (in milligrams)
0
1000
4
1000 - (1000 x 0.25) = 750
8
750 - (750 x 0.25) = 562.5 563
12
16
20
24
28
32
36
40 44 48 52 56
Answer:
12
563 - (563x0.25) = 422.25 -> 422
16
422 -(422x0.25) = 316.5 -> 317
20
317 - (317x0.25) = 237.75 -> 238
24
238 - (238x0.25) = 178.5 -> 179
28 (continue the step by step process)
134.25 -> 134
32
100.5 -> 101
36
75.75 -> 76
40
57
44
42.75 -> 43
48
32.25 -> 32
52
24
56
18
Step-by-step explanation:
the time interval has to keep skipping by four hours because the medicine is filtered in that amount of time.
The multiplying by 0.25 part must be done first in order to show how much the kidney has filtered.
after this, you need to subtract that from how many milligrams of medicine are left in your system
note that if you do not subtract, you will only be showing how much the kidney has filtered. the question asks for how much is left in the SYSTEM overall, so subtracting is quite necessary to completely answer the question.
I hope this helped.
4.
Aliyah, Brenda and Candy share a sum of money in the ratio of 3:5:6. After
Candy gives $100 to Aliyah and $50 to Brenda, the ratio becomes 2 : 3:3.
(a) Suppose Aliyah has $3x at the start, express Candy's initial sum of money in
terms of x.
(b) Find the value of x.
(c) Hence, how much money does Brenda have in the end?
Answer:
(a) Candy's initial sum as a terms of x is $6x
(b) x = $60
(c) $350
Step-by-step explanation:
The given parameters are;
The ratio in which Aliyah, Brenda and Candy share the sum of money = 3:5:6
The amount Candy later gives Aliyah = $100
The amount Candy later gives Brenda = $50
The new ratio of the sum of the shared money between Aliyah, Brenda and Candy = 2:3:3
(a) Whereby Aliyah has $3x at the start, we have;
Total sum of mony = Y
Amount of Aliyah's initial share = Y × 3/(3 + 5 + 6) = Y×3/14
Therefore, Y×3/14 = $3x
x = Y×3/14 ÷ 3 = Y/14
Amount of Candy's initial share = Y × 6/14
Therefore Candy's initial sum as a terms of x = $6x
(b) Given that Aliyah's and Candy's initial sum as a function of x are $3x and $6x, therefore, in the ratio 3:5:6, Brenda's initial sum as a function of x = $5x
Which gives;
Total amount of money = $14x
With
6x - 150, 3x + 100, and 5x + 50, the ratio =is 2:3:3
Therefore, we have;
14·x × 2/(2 + 3 + 3) = (6·x - 150)
14·x × 2/(8) = (6·x - 150)
14·x × 1/4 = (6·x - 150)
7·x/2 = (6·x - 150)
12·x - 300 = 7·x
12·x - 7·x = 300
5·x = 300
x = $60
(b) The final amount of money with Brenda = 5x + 50 = 5 × 60 + 50 = $350
The final amount of money with Brenda = $350.
Can integers be written as fractions?
Answer:
Step-by-step explanation:
Yes you can just write them with denominator 1,
So 3 = 3/1 and -6 = -6/1.
Answer:
Yes.
Step-by-step explanation:
ALL real numbers can be written as fractions, and since integers fall under the category of real numbers, it is official that they can be written as fractions.
I am joyous to assist you at any time.
What is the solution to:
[tex] \frac{5}{8} = \frac{m}{12} [/tex]
HELP! answer if you can.
Answer:
[tex]\boxed{m=7.5}[/tex]
Step-by-step explanation:
Hey there!
Cross multiply the given info
60 = 8m
Divide both sides by 8
m = 7.5
Hope this helps :)
What is the ratio of the length of to the length of?
Answer:
1/4
Step-by-step explanation:
What is the ratio of the length of to DE the length of BC
The perimeter of a sector is given by:
P = [tex]\frac{\theta}{360}**2\pi r[/tex]
Where [tex]\theta[/tex] is the angle it subtends from the center and r is the radius of the circle.
For Sector ADE, the radius (r) = r/2 and the angle [tex]\theta[/tex] = β. Therefore:
Perimeter of DE = [tex]\frac{\beta}{360}**2\pi (\frac{r}{2} )=\frac{\beta}{360}(\pi r)[/tex]
For Sector ABC, the radius (r) = r and the angle [tex]\theta[/tex] = 2β. Therefore:
Perimeter of BC = [tex]\frac{2\beta}{360}**2\pi r=\frac{2\beta}{360}(2\pi r)=\frac{\beta}{360}*(4\pi r)[/tex]
The ratio of the length of to DE the length of BC =
Answer:
1/4
Step-by-step explanation:
Jessica recently purchased her dream car a Porsche 911. for $55,000. the value of this car will depreciate by 8% each year. Find the value of the car after 5 years.
55,000(0,92)^5= $36,249.
Answer:
The future value of the car after 5 years is $36,249.5
Step-by-step explanation:
Given the value at which a car depreciates, we are interested in finding the value of the car after a period of 5 years.
To find the value, we make use of an exponential equation;
The exponential equation to use is;
FV = PV(1 - r)^n
where FV is the future value of the car which is what we want to calculate
PV is the present value of the car which is $55,000
r is the depreciation percentage = 8% = 8/100 = 0.08
n is the number of years.
So now, we input these values into the formula;
FV = 55,000(1 -0.08)^5
FV = 55,000(0.92)^5
FV = $36,249.5
Michael is using a number line to evaluate the expression –8 – 3. A number line going from negative 12 to positive 12. A point is at negative 8. After locating –8 on the number line, which step could Michael complete to evaluate the expression?
Answer:
move to the left 3 more spaces
Step-by-step explanation:
you are at -8 already. Therefore, you (-3) more spaces, so you go to the left three more spaces. Use the saying keep change change to help with this.
Keep the first number sign, change the next sign, and the next sign.
Answer:
d
Step-by-step explanation:
I need help on both answers. They’re different from my other problems so I’m kinda confused
What is the value of x in the equation 3x-4y =65, when y = 4? i will gift brainliest
Answer:
3x-4y=65
3x=65+4y
x=(65+4y)/3, when y=4
x=(65+4*4)/3
x=(65+16)/3
x=81/3
x=27
Answer:
x = 27
Step-by-step explanation:
3x - 4y = 65
Let y= 4
3x - 4(4) = 65
3x -16 = 65
Add 16 to each side
3x-16+16 = 65+16
3x = 81
Divide by 3
3x/3 =81/3
x=27
A) Ali travelled 40 kilometers in his car and it took him 50 minutes to complete the journey. How long will it take if he had to travel 100 kilometers in the same car?
Answer:
2 hours and 5 minutes
Step-by-step explanation:
50/40=1.25 km/m
100*1.25=125 minutes
125 minutes= 2.08 hours= 2 hours and 5 minutes
When Mr. Gree bought a used car he made a
down payment of $825. This was 30% of the
total cost. The total cost was:
PLEASE HELP! QUICKLY PLEASE!
Answer:
2750
Step-by-step explanation:
825/30=27.5
27.5X100=2750
The total cost of the car will be $2,750.
What is the percentage?The quantity of anything is stated as though it were a fraction of a hundred. A quarter of 100 can be used to express the ratio. Per 100 is what the term percent signifies. The symbol '%' is used to symbolize it.
The percentage is given as,
Percentage (P) = [Initial value - Final value] / Initial value x 100
When Mr. Gree bought a used car he made a down payment of $825.
This was 30% of the total cost.
Let x be the total cost of the car.
Then the total cost of the car will be
30% of x = $825
0.30x = $825
x = $2,750
Then the total cost of the car will be $2,750.
More about the percentage link is given below.
https://brainly.com/question/8011401
#SPJ2
Question 9(Multiple Choice Worth 4 points)
(02.05 LC)
Which of the following statements best describes the effect of replacing the
graph of y = f(x) with the graph of y = f(x - 9)?
The graph of y = f(x) will shift up 9 units.
The graph of y = f(x) will shift down 9 units.
The graph of y = f(x) will shift left 9 units.
The graph of y = f(x) will shift right 9 units.
Answer: D) right 9 units
Step-by-step explanation:
The Vertex form of a quadratic equation is: y = a(x - h)² + k where
a is the vertical stretch or shrink(x, h) is the vertex→ h is the horizontal shift (+ is right, - is left)
→ k is the vertical shift (+ is up, - is down)
y = f(x - 9)
↓
h=9
Since h is positive, the graph moves 9 units to the RIGHT
Answer:
The graph of y = f(x) will shift right 9 units.
Step-by-step explanation:
If the -9 is inside the parenthesis, the graph g(x) shifts 9 points to the right.