Answer:
f(x)=15x+5
thanks
Step-by-step explanation:
p=2(length +width)
p=f(x)=2(5x+2+2x)
=f(x)=10x+4+5x
collecting like terms,we get;
f(x)=15x+5
The expression that represents the perimeter P as a function of x is 14x + 14
The perimeter can simply be defined as the part or portion surrounding a shape or boundary. The formula for calculating the perimeter of the rectangular yard is expressed as:
The perimeter of the rectangular yard = 2(L+W) where:
L is the length
W is the width
Given the following parameters
Length = 5x + 2
Width = 2x
Substitute the given parameters into the formula above:
Perimeter = 2(5x+2+2x)
Perimeter = 2(7x + 2)
Perimeter = 14x + 4
Hence the expression that represents the perimeter P as a function of x is 14x + 14
Learn more: https://brainly.com/question/10452031
Elijah invested $ 830 in an account paying an interest rate of 4.9% compounded quarterly. Assuming no deposits or withdrawals are made, how much money, to the nearest cent, would be in the account after 13 years?
Answer:
$9986
Step-by-step explanation:
You got 13*4=52 quarters in 13 years.
Amount = 830*(1+0.049)^52
Amount = 9986.27
A survey asked 50 students if they play an instrument and if they are in band.
1.25 students play an instrument.
2. 20 students are in band.
3. 30 students are not in band.
Which table shows these data correctly entered in a two-way frequency?
C, just look at the "Total" for each single information.
the values in the inner grid combine multiple informations.
The table shows these data correctly entered in a two-way frequency is table C.
What is Two way Frequency?Two-way frequency tables show the potential connections between two sets of categorical data visually. The table's four (or more) inside cells contain the frequency (count) data, which is displayed above and to the left of the table's designated categories.
We have been the information 25 students play an instrument 20 are in a band 30 are not in a band.
So, the two way table is:
Band Not in Band Total
Play instrument 20 5 25
Do not play instrument 0 25 25
Total 20 30 50
So, Table C is Correct.
Learn more about two-way frequency here:
https://brainly.com/question/9033726
#SPJ7
I’m having trouble with this
Answer:
this will give you the answer: for cylinder
V = 3×2^2×7 = 84cm
this will give you the answer for cone:
V = 3× 2^2 × 6/3 = 24cm
then we just add
84 + 24 = 108cm^3
Step-by-step explanation:
hope it helps!
Consider the line L(t)=⟨5+t,1+5t⟩. Then:
Choose perpendicular, parallel or neither. (PS. Answers below may not be true.)
If L(t) = ⟨5 + t, 1 + 5t⟩, then the tangent vector to L(t) is
dL/dt = ⟨1, 5⟩
Any line parallel to L(t) will have the same tangent vector, up to some scalar factor (that is, if the tangent vector is a multiple of ⟨1, 5⟩).
Any line r(t) with tangent vector T(t) = dr/dt that is perpendicular to L(t) will satisfy
T(t) • ⟨1, 5⟩ = 0
• r(t) = ⟨-5, -2t, 1 - 10t⟩ is parallel to L(t) because its tangent vector is
T(t) = ⟨-2, -10⟩ = -2 ⟨1, 5⟩
• r(t) = ⟨1 + 1.5t, 3 + 7.5t⟩ is parallel to L(t) because
T(t) = ⟨1.5, 7.5⟩ = 1.5 ⟨1, 5⟩
• r(t) = ⟨-2 - t, 2 - 2t⟩ is neither parallel nor perpendicular to L(t) because
T(t) = ⟨-1, -2⟩ ≠ k ⟨1, 5⟩
for any real k (in other words, there is no k such that -1 = k and -2 = 5k), and
⟨-1, -2⟩ • ⟨1, 5⟩ = -1 - 10 = -11 ≠ 0
• r(t) = ⟨3 + 15t, -3t⟩ is perpendicular to L(t) because
T(t) = ⟨15, -3⟩
and
⟨15, -3⟩ • ⟨1, 5⟩ = 15 - 15 = 0
Express the area of the entire rectangle.
Your answer should be a polynomial in standard form.
please answer quick i need to go to my friends to get my joy con fixed
The area is just the base times the height. In this case, the base is (x+4) and the height is (x+6), and then you just distribute to get x^2 +4x+6x+24 which is x^2+10x+24.
A tank is filled at a constant rate. 10 minutes after filling is started, the tank contains 4.8L of water. After 35 minutes the tank contains 7.3L of water.
a. Find the rate at which the tank is being filled?
b. Find the initial volume of fluid in the tank and express it as a function in terms of V and t.
c. Find how long it takes to filled, if the tank has a maximum capacity of 60L?
Answer:
Part A)
0.1 liters per minute.
Part B)
There was initially 3.8 liters of water.
[tex]\displaystyle V(t) = 0.1(t - 10) + 4.8[/tex]
Part C)
562 minutes.
Step-by-step explanation:
A tank is filled at a constant rate. After 10 minutes, the tank contains 4.8 L of water and after 35 minutes, the tank contains 7.3 L of water.
Part A)
We can represent the current data with two points: (10, 4.8) and (35, 7.3). The x-coordinate is measured in minutes since the tank began to be filled and the y-coordinate is measured in how full the tank is in liters.
To find the rate at which the tank is being filled, find the slope between the two points:
[tex]\displaystyle m = \frac{\Delta y}{\Delta x} = \frac{(7.3)-(4.8)}{(35)-(10)} = \frac{2.5}{25} = 0.1[/tex]
In other words, the rate at which the tank is being filled is 0.1 liters per minute.
Part B)
To find the function of the volume of the tank, we can use the point-slope form to first find its equation:
[tex]\displaystyle y - y_1 = m( x - x_1)[/tex]
Where m is the slope/rate of change and (x₁, y₁) is a point.
We will substitute 0.1 for m and let (10, 4.8) be the point. Hence:
[tex]\displaystyle y - (4.8) = 0.1(x - 10)[/tex]
Simplify:
[tex]\displaystyle y = 0.1(x-10) + 4.8[/tex]
Since y represent how full the tank is and x represent the time in minutes since the tank began to be filled, we can substitute y for V(t) and x for t. Thus, our function is:
[tex]\displaystyle V(t) = 0.1(t - 10) + 4.8[/tex]
The initial volume is when t = 0. Evaluate:
[tex]\displaystyle V(0) = 0.1 ((0) - 10) + 4.8 = 3.8[/tex]
There was initially 3.8 liters of water.
Part C)
To find how long it will take for the tank to be completely filled given its maximum capacity of 60 liters, we can let V(t) = 60 and solve for t. Hence:
[tex]60 = 0.1(t - 10) + 4.8[/tex]
Subtract:
[tex]55.2 = 0.1(t - 10)[/tex]
Divide:
[tex]552 = t - 10[/tex]
Add. Therefore:
[tex]t = 562\text{ minutes}[/tex]
It will take 562 minutes for the tank to be completely filled.
Figure A AA is a scale image of Figure B BB. 12 12 6 6 x x 9 9 Figure B Figure B Figure A Figure A What is the value of x xx?
1m
2m
3m
4m
5m
hgfdvwsdfweffffffffffffffffffffff
,
[tex]-3x^{2} -4y^{2} -z^{2}+6xy-6x+4z[/tex]
6x47
Which multiple of 10 is closest to 47?
Answer:
50 is your answer:)Step-by-step explanation:
Answer:
50
Step-by-step explanation:
50 is the multiple of 10 that is closest to 47.
what is the distance between the points (0, 10) and (–9, 1).
Answer:
9√2 units
Explanation:
Coordinates of point 1 = (0,10)
Coordinates of point 2 = (-9,1)
distance
=√[(x2-x1)²+(y2-y1)]²
= √[(-9-0)²+(1-10)]²
=> √[(-9)²+(-9)]²
=> √(81+81)
=> √162
=> 9√2
So, the distance between these points is 9√2 units.
8 A test rocket is fired and follows a path described by y = 0.1x(200 – x). The height is y metres above
ground and x is the horizontal distance in metres.
How far does the rocket travel horizontally?
b How high does the rocket reach mid-flight?
Answer:
a) The rocket travels 200 meters horizontally.
b) The height of the rocket mid-flight is of 1000 meters.
Step-by-step explanation:
Height of the rocket:
The height of the rocket, in meters, after an horizontal distance of x, is given by:
[tex]y = 0.1x(200 - x)[/tex]
a) How far does the rocket travel horizontally?
This is x when [tex]y = 0[/tex]. So
[tex]0.1x(200 - x) = 0[/tex]
Then
[tex]0.1x = 0[/tex]
[tex]x = 0[/tex]
And
[tex]200 - x = 0[/tex]
[tex]x = 200[/tex]
So
The rocket travels 200 meters horizontally.
b How high does the rocket reach mid-flight?
This it the height y when x = 0, so:
[tex]y = 20*100 - 0.1*100^2 = 1000[/tex]
The height of the rocket mid-flight is of 1000 meters.
6/6/ Is a proper fraction or improper fraction
Answer:
proper fraction
Step-by-step explanation:
a proper fraction has smaller numerator than its denominatot.
Answer: Proper Fraction
Step-by-step explanation:
The denominator is equal or bigger than the numerator.
Must click thanks and mark brainliest
Farmer Dave harvested his corn. He stored 5/9 of his corn in one large silo and ¾ of the remaining corn in a small silo. The rest was taken to market to be sold.
a. What fraction of the corn was stored in the small silo?
b. If he harvested 18 tons of corn, how many tons did he take to market?
After storing 5/9 in the large silo there was 4/9 left ( 1-5/9 = 4/9)
A. Multiply 4/9 by 3/4:
4/9 x 3/4 = 12/36 = 1/3
1/3 of the corn was in the small silo.
B. 1-5/9 -1/3 = 4/9-1/3 = 4/9-3/9 = 1/9
1/9 of the corn went to market:
18 x 1/9 = 18/9 = 2
2 ton went to market.
What is the range & domain of the set
R: {(-6, 14), (10,19), (4, -9), (3, 2), (6, -13)}
Answer:
Domain { -6,3,4,6,10}
The range is the output values, listed from smallest to largest with no repeats
Range { -13,-9,2,14,19}
Step-by-step explanation:
The domain is the input values, listed from smallest to largest with no repeats
Domain { -6,3,4,6,10}
The range is the output values, listed from smallest to largest with no repeats
Range { -13,-9,2,14,19}
Answer:
Range: 14, 19, -9, 2, -13
Domain: -6, 10, 4, 3, 6
Step-by-step explanation:
I don't know but this is it I think .
5. Determine the formula for the following arithmetic sequence: 4, 7, 10, 13, ...
Answer:
[tex]a_{n}[/tex] = n + 3Step-by-step explanation:
Each number increases by 3. Therefore, n+3.
find the value of the trigonometric ratio
Answer:
ur box cannot be opend repain the window
Step-by-step explanation:
please mark this answer as brainlist
If M ABD = 65 and DBC=60 then m ABC=
Answer:
∠ ABC = 125°
Step-by-step explanation:
∠ ABC = ∠ ABD + ∠DBC that is
∠ ABC = 65° + 60° = 125°
For f(x)=1/x^2-3, substitute h for x in the function to solve for f(h).
The required function of h i.e f(h) is expressed as
[tex]f(h) = \dfrac{1}{h^2-3}[/tex]
Substitution of a function means replacing a variable with another variable without changing the structure of such function. According to the function given, we can see that we are simply meant to replace x with h as shown below:
Given the expression
[tex]f(x) = \frac{1}{x^2-3}[/tex]
To get f(h), we will substitute f in place of x that is x -> h as shown
[tex]f(h) = \frac{1}{h^2-3}[/tex]
Hence the required function of h i.e f(h) is expressed as
[tex]f(h) = \dfrac{1}{h^2-3}[/tex]
Learn more: https://brainly.com/question/4357143
d) A movie time was 2hours. 10% of the time was taken advertisement. How long was the actual movie?
Answer:
108 minutes
Step-by-step explanation:
Lets say that M+A is the time of the movie and the advertisement, so;
M+A = 2
And we know that 10% of that time is advertisement, mathematically that is:
A = 0,1*2
So replacing the second equation in the first one we have;
M + 0,1*2 = 2
M = 2-0,1*2 = 1,8 hours
We can convert hours into minutes multiplying by 60
1,8h*60min/h = 108min
If two angles are complementary, find the measure of each of angle.
Answer:
B: 30 and 60
Step-by-step explanation:
First, let's set up an equation. Since the two angles are complementary, we can write the equation like this:
2p + p = 90
Now, let's solve it!
2p + p = 90
Combine like terms:
3p = 90
Divide each side by 3 to isolate p:
3p/3 = 90/3
p = 30
Now that we know how many degrees one of our angles is, we can subtract that from 90 to get both of the complementary angles.
90 - 30 = 60
Therefore, the two angles that are complementary in this case are 30 and 60 degrees.
Which graph shows a set of ordered pairs that represent a function?
Answer:
Graph C.
*See attachment below
Step-by-step explanation:
A graph that shows a set of ordered pairs representing a function would have each x-value being plotted against only one y-value. That is, every x-value must have exactly one y-value. Every x-value must not have more than 1 y-value being plotted against it.
The graph that shows this is the graph in option as shown in the attachment below.
If 2m−6=8m
2
m
-
6
=
8
m
then 3m=
3
m
=
A. 3
B. -1
C. -3
D. -6
E. I don't know.
Answer:
3m = -3
Step-by-step explanation:
2m−6=8m
Subtract 2m from each side
2m−6-2m=8m-2m
-6 = 6m
Divide by 6
-6/6 = 6m/6
-1 = m
3m = 3(-1) = -3
2m - 6 = 8m
2m - 8m = 6
-6m = 6
m = -6/6
m = -1
Hence, the answer is -1Jason has eaten 45 chocolates in 5 days. Each days, he ate 2 chocolates more than the previous day. How many chocolates did he ate on the first day?
Answer:5
Step-by-step explanation:
On the first day he ate 5. Second day he ate 7. Then 9, 11, and finally 13. That all equals to 45. I don't know for sure though...
Determine what type of model best fits the given situation: A 4% raise in salary each year.
the models aren't given..
Answer: no models given
Step-by-step explanation:
Consider rolling a fair die twice and tossing a fair coin nineteen times. Assume that all the tosses and rolls are independent.
The chance that the total number of heads in all the coin tosses equals 9 is(Q)_____ , and the chance that the total number of spots showing in all the die rolls equals 9 is(Q)__________ The number of heads in all the tosses of the coin plus the total number of times the die lands with an even number of spots showing on top (Q)______(Choose A~E)
a. has a Binomial distribution with n=31 and p=50%
b. does not have a Binomial distribution
c. has a Binomial distribution with n=21 and p=50%
d. has a Binomial distribution with n=21 and p=1/6
e. has a Binomial distribution with n=31 and p=1/6
Answer:
Hence the correct option is option c has a Binomial distribution with n=21 and p=50%.
Step-by-step explanation:
1)
A coin is tossed 19 times,
P(Head)=0.5
P(Tail)=0.5
We have to find the probability of a total number of heads in all the coin tosses equals 9.
This can be solved using the binomial distribution. For binomial distribution,
P(X=x)=C(n,x)px(1-p)n-x
where n is the number of trials, x is the number of successes, p is the probability of success, C(n,x) is a number of ways of choosing x from n.
P(X=9)=C(19,9)(0.5)9(0.5)10
P(X=9)=0.1762
2)
A fair die is rolled twice.
Total number of outcomes=36
Possibilities of getting sum as 9
S9={(3,6),(4,5)(5,4),(6,3)}
The total number of spots showing in all the die rolls equals 9 =4/36=0.1111
3)
The event of getting a good number of spots on a die roll is actually no different from the event of heads on a coin toss since the probability of a good number of spots is 3/6 = 1/2, which is additionally the probability of heads. the entire number of heads altogether the tosses of the coin plus the entire number of times the die lands with a good number of spots has an equivalent distribution because the total number of heads in 19+2= 21 tosses of the coin. The distribution is binomial with n=21 and p=50%.
9.2% written as a decimal is
the answer will be 0.092 as a decimal
Find the lengths of the other two sides of the isosceles right triangle
Answer:
[tex]x=5[/tex]
[tex]h=\sqrt{(5)^{2}+x^{2} } =\sqrt{(5)^{2}+(5)^{2} }[/tex]
[tex]h=\sqrt{25+25} =\sqrt{50}[/tex]
[tex]h=5\sqrt{2}[/tex]
OAmalOHopeO
20. simplify each of the following: see the above picture
and get 40 points
Answer:
[tex]i)14 + 4 \sqrt{6} [/tex]
[tex]ii) \sqrt{10} + 28[/tex]
[tex]iii) 243[/tex]
Step-by-step explanation:
[tex]i)(2 \sqrt{3} + \sqrt{2} {)}^{2} [/tex]
➡️ [tex]12 + 4 \sqrt{6} + 2[/tex]
➡️ [tex]14 + 4 \sqrt{6} [/tex] ✅
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
[tex]ii)(3 \sqrt{5} - \sqrt{2} ) \times ( \sqrt{2} + 2 \sqrt{5} )[/tex]
➡️ [tex]3 \sqrt{10} + 30 - 2 - 2 \sqrt{10} [/tex]
➡️ [tex] \sqrt{10} + 28[/tex] ✅
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
[tex]iii)3 \sqrt{81} \times 3 \sqrt{9} [/tex]
➡️ [tex]3 \times 9 \times 3 \times 3[/tex]
➡️ [tex]243[/tex] ✅
Which of the following questions are equivalent to the answer below x 3/5
Answer:
[tex]x^\frac{3}{5} = (x^3 )^\frac{1}{5}[/tex]
[tex]x^\frac{3}{5} = \sqrt[5]{x^3}[/tex]
[tex]x^\frac{3}{5} = (\sqrt[5]{x})^3[/tex]
Step-by-step explanation:
Given
[tex]x^\frac{3}{5}[/tex]
Required
The equivalent expressions
We have:
[tex]x^\frac{3}{5}[/tex]
Expand the exponent
[tex]x^\frac{3}{5} = x^{ 3 * \frac{1}{5}}[/tex]
So, we have:
[tex]x^\frac{3}{5} = (x^3 )^\frac{1}{5}[/tex] ----- this is equivalent
Express 1/5 as roots (law of indices)
[tex]x^\frac{3}{5} = \sqrt[5]{x^3}[/tex] ------ this is equivalent
The above can be rewritten as:
[tex]x^\frac{3}{5} = (\sqrt[5]{x})^3[/tex] ------ this is equivalent
What are four ways an inequality can be written?
Answer:
There are four ways to represent an inequality: Equation notation, set notation, interval notation, and solution graph.