Answer:
1
3
7
Step-by-step explanation:
if they were numbered top to bottom the answer would be 1,3,7
Answer:
1
3
7
Step-by-step explanation:
Please prove that If a, b are integers, the product, a x b is
odd if and only if a and b are both odd.
If a, b are integers, the product, a x b is odd if and only if a and b are both odd.
We have to prove that the product, a x b is odd if and only if a and b are both odd. To prove this, we need to use the definition of odd numbers. An odd number is any integer that is not divisible by 2. Now we can see that the product of two odd numbers will be odd. This is because when we multiply two odd numbers together, we get an even number of odd factors, which means the result will be odd.
On the other hand, if either a or b is even, then their product will be even. This is because the even number will have at least one factor of 2, and when we multiply it with any other number, the result will have at least two factors of 2, making it even.
Therefore, we can conclude that if a x b is odd, then a and b must both be odd, and if a or b is even, then their product will be even, not odd.
Learn more about integers here:
https://brainly.com/question/490943
#SPJ11
Find the equivalent expression using the
same bases.
(71.81)4.
Expressions that are equivalent do the same thing even when they have distinct appearances. When we enter the same value for the variable, two algebraic expressions that are equivalent have the same value.
A similar expression can be found in what way?X-terms and constants should be combined with any other like terms on either side of the equation. Put the terms in the same order, with the x-term usually coming before the constants. The two phrases are equal if and only if each of their terms is the same.
Consequently, (f + g)(4) is equal to f(4) + g(4)
If two systems of equations have the same solution, they are equivalent (s).
Simplify
(71 . 81) 4 = 287.24
To Learn more About Equivalent expression, Refer:
https://brainly.com/question/15775046
#SPJ13
A 17-foot ladder is leaning against a building. The base of the ladder is 8 feet
from the base of the building. The side of the building and the ground form
a right angle as shown.
Enter the distance between the ground and the top of the ladder, x, in feet.
Answer:
Pythagorean theorem:
x^2 = 17^2 - 8^2
x^2 = 225
x = sqrt(225) = 15
The distance is 15 ft
Answer:
Solution given:
base=8ft
hypotenuse=17ft
perpendicular=?
By using Pythagoras law
hypotenuse ²=perpendicular ²+base²
17²=perpendicular ²+8²
perpendicular ²=17²-8²
perpendicular=\(\sqrt{225}=15\)
the distance between the ground and the top of the ladder, x is 15ft.Frank shows that triangle A is congruent to triangle B by rotating triangle A around point J and then translating it so it matches up with triangle B exactly. which conclusion can be drawn from Frank’s transformations?
Answer:
If right triangles have congruent hypotenuses and one pair of congruent legs, the triangles are congruent.
Step-by-step
im also doing im
Let X(n) be the number of letters printed by procedure Print Xs() below if the input is n (where n ≥ 1). (i) Give the exact formula for X(n) using the notation. (ii) Give the exact closed-form formula for X(n) expressed as a polynomial function. (iii) Give the asymptotic value of X(n) using the e-notation. Justify your answer. procedure PrintXs(n) for i 1 to 4n+ 1 for j← 1 to i do print ("X")
the exact formula for X(n) is given by the sum of i from 1 to 4n + 1. The closed-form formula for X(n) is (4n + 1)(4n + 2)/2, expressed as a polynomial function. The asymptotic value of X(n) is approximately 4n^2, representing the growth rate as n approaches infinity.
(i) The exact formula for X(n) can be determined by analyzing the procedure PrintXs(n) and counting the number of times the letter "X" is printed. In this case, the outer loop runs for 4n + 1 iterations, and for each iteration, the inner loop runs i times. Thus, the total number of "X" letters printed is given by the sum of i from 1 to 4n + 1.
(ii) To express X(n) as a closed-form polynomial function, we can simplify the sum mentioned above. By using the formula for the sum of an arithmetic series, the closed-form formula for X(n) can be written as X(n) = (4n + 1)(4n + 2)/2.
(iii) The asymptotic value of X(n) can be expressed using the e-notation, which represents an estimate of the growth rate. In this case, as n approaches infinity, the dominant term in the expression (4n + 1)(4n + 2)/2 is 4n^2. Therefore, we can express the asymptotic value of X(n) as X(n) ~ 4n^2.
know more about polynomial function :brainly.com/question/11298461
#SPJ11
Bank tellers I am the only bank teller on duty at my local bank. I need to run out for 10 minutes, but I don't want to miss any customers. Suppose the arrival of customers can be modeled by a Poisson distribution with mean 2 customers per hour.a) What's the probability that no one will arrive in the next 10 minutes?b) What's the probability that 2 or more people arrive in the next 10 minutes?C) You've just served 2 customers who came in one after the other. Is this a better time to run out?
To solve the problem, we need to convert the rate from customers per hour to customers per 10 minutes.
a) Probability of no one arriving in the next 10 minutes:
Since the arrival of customers follows a Poisson distribution with a mean of 2 customers per hour, we can calculate the rate per 10 minutes.
The rate per 10 minutes can be calculated as (2 customers per hour) * (10 minutes / 60 minutes) = 1/3 customer per 10 minutes.
Using the Poisson distribution formula, the probability of no one arriving in the next 10 minutes is given by:
\(P(X = 0) = (e^{(-λ)} * λ^0) / 0! = e^{(-1/3)}\) ≈ 0.7165
b) Probability of 2 or more people arriving in the next 10 minutes:
Using the Poisson distribution formula, we can calculate the probability of 0 and 1 person arriving in the next 10 minutes and subtract it from 1 to get the probability of 2 or more people arriving.
P(X ≥ 2) = 1 - P(X = 0) - P(X = 1)
To calculate P(X = 1), we use the same rate calculated earlier:
P(X = 1) = \((e^{(-λ)} * λ^1) / 1! = (e^{(-1/3)} * (1/3)^1) / 1 = (1/3) * e^{(-1/3)}\)
Therefore,
P(X ≥ 2) = \(1 - e^{(-1/3)} - (1/3) * e^{(-1/3)}\)
c) Is it a better time to run out after serving 2 customers?
To determine if it's a better time to run out, we need to compare the expected number of customers arriving in the next 10 minutes with the number of customers you can serve in that time.
Since the mean arrival rate is 2 customers per hour, the expected number of customers arriving in 10 minutes is (2 customers per hour) * (10 minutes / 60 minutes) = 1/3 customer.
If you have just served 2 customers, the expected number of additional customers arriving in the next 10 minutes is (1/3) - 2.
If the expected number of additional customers is negative or close to zero, it may be a better time to run out. However, if it's positive, there is a likelihood of more customers arriving, and it may not be an ideal time to leave.
Please note that the Poisson distribution assumes independence between customer arrivals, and this analysis is based on that assumption.
To know more about Poisson distribution refer here
https://brainly.com/question/30388228#
#SPJ11
1. Solve for the unknown in each triangle. Round each answer to the nearest tenth.
The values of the missing sides are;
a. x = 35. 6 degrees
b. x = 15
c. x = 22. 7 ft
d. x = 31. 7 degrees
How to determine the valuesTo determine the values, we have;
a. Using the tangent identity;
tan x = 5/7
Divide the values
tan x = 0. 7143
x = 35. 6 degrees
b. Using the Pythagorean theorem
x² = 9² + 12²
find the square
x² = 225
x = 15
c. Using the sine identity
sin 29= 11/x
cross multiply the values
x = 11/0. 4848
x = 22. 7 ft
d. sin x = 3.1/5.9
sin x = 0. 5254
x = 31. 7 degrees
Learn more about trigonometric identities at: https://brainly.com/question/7331447
#SPJ1
A convex polyhedron has 20 faces that are congruent equilateral triangles. What is the name of the solid?
triangular prism
triangular pyramid
octahedron
icosahedron
Answer:
The name of the solid with 20 faces that are congruent equilateral triangles is icosahedron.
The solid you are referring to is called an icosahedron. An icosahedron is a specific type of convex polyhedron that has 20 faces. In this case, all 20 faces are congruent equilateral triangles. Option d is correct answer.
To understand why this solid is called an icosahedron, let's break down the term. "Icosa-" comes from the Greek word for twenty, while "-hedron" means face. Therefore, an icosahedron is a polyhedron with twenty faces.
Each face of an icosahedron is an equilateral triangle, meaning that all three sides of the triangle are equal in length, and all three angles are equal to 60 degrees. Since all 20 faces are congruent, they have the same side lengths and angles.
The icosahedron has a total of 12 vertices and 30 edges. The vertices are the points where three edges meet, and the edges are the line segments connecting the vertices. The icosahedron has a symmetrical and regular structure, making it one of the five Platonic solids.
An icosahedron is a convex polyhedron with 20 congruent equilateral triangle faces, 12 vertices, and 30 edges.
Option d is correct answer.
For more question icosahedron
https://brainly.com/question/10357380
#SPJ8
build the graph of the equation (x+2)(y-5)=0
Answer:
Step-by-step explanation:
Set each factor equal to zero and solve for the indicated variable.
x + 2 = 0 yields x = -2, or (-2, 0). Plot this (-2, 0). (This is the x-intercept.)
y - 5 = 0 yields y = 5, or (0, 5). Plot this (0, 5) (This is the y-intercept.)
Finally, draw a line through these two intercepts.
What is the answer ?
Answer:
C. QRT and TRQ
Expand this expression by using the distributive property. 3(2s +5)
there are four blood types, and not all are equally likely to be in blood banks. in a certain blood bank, 49% of donations are type o blood, 27% of donations are type a blood, 20% of donations are type b blood, and 4% of donations are type ab blood. a person with type b blood can safely receive blood transfusions of type o and type b blood. what is the probability that the 4th donation selected at random can be safely used in a blood transfusion on someone with type b blood? ( to the nearest thousandth)
The probability that the fourth donation selected at random can be safely used in a blood transfusion on someone with type B blood is 0.69.
How to find the probability?Since a person with type B blood can safely receive blood transfusions of type O and type B blood, the fourth donation selected at random must be either type O or type B blood. From the information given, the probability of the fourth donation being type O blood is 49%, and the probability of it being type B blood is 20%. Therefore, the probability that the fourth donation can be safely used in a blood transfusion on someone with type B blood is:
P(type O or type B) = P(type O) + P(type B) = 0.49 + 0.20 = 0.69
So, the probability that the fourth donation selected at random can be safely used in a blood transfusion on someone with type B blood is 0.69 (rounded to the nearest thousandth).
Learn more about Probability
brainly.com/question/30034780
#SPJ11
the rational number halfway between 2/3 and 5/6
Step-by-step explanation:
Answer:
3/4
Step-by-step explanation:
Will make those 2 fractions have the same denominator by finding an equivalent fraction for 2/3
2/3 = 2*2/ 2*3 = 4/6
Half way between 4/6 and 5/6 is 4.5 /6
4.5/6 if we double it is the same as 9/12
9/12 = 3*3/ 3*4 = 3/4 is simplified 4.5/6 or 9/12
The rational number halfway between 2/3 and 5/6 is 3/4
picture!! giving brainliest!!
Answer:
TABLE
x 4 5 6 7 8 9 10 11 12
y 100 125 150 175 200 225 250 275 300
GRAPH
x 0 2 4 6 8 10 12
y 0 60 120 180 240 300 360
Value of y on graph - Value of y on table = 360 - 300 = 60
option C
Take the first 4 digits of your student number as the first number and the last 3 digits as the second number. Write the matlab code to find the greatest common divisor of these numbers using the Euclidean algorithm.
The required Matlab code to find the greatest common divisor of a number using the Euclidean algorithm is shown.
To find the greatest common divisor (GCD) of two numbers using the Euclidean algorithm in MATLAB, you can use the following code:
% Replace '12345678' with your actual student number
studentNumber = '12345678';
% Extract the first 4 digits as the first number
firstNumber = str2double(studentNumber(1:4));
% Extract the last 3 digits as the second number
secondNumber = str2double(studentNumber(end-2:end));
% Find the GCD using the Euclidean algorithm
gcdValue = gcd(firstNumber, secondNumber);
% Display the result
disp(['The GCD of ' num2str(firstNumber) ' and ' num2str(secondNumber) ' is ' num2str(gcdValue) '.']);
Make sure to replace '12345678' with your actual student number. The code extracts the first 4 digits as the first number and the last 3 digits as the second number using string indexing. Then, the gcd function in MATLAB is used to calculate the GCD of the two numbers. Finally, the result is displayed using the disp function.
Learn more about Matlab code here:
https://brainly.com/question/30763780
#SPJ4
A student sets up the following equation to convert a measurement. (The ? stands for a number the student is going to calculate.) Fill in the missing part of this equation. (−7.0×104 s2g⋅m2)⋅ΠΠ=? s2kg⋅m2
The missing part of the equation is \(-7.0\times10^4 s^2kg⋅m^2 / 1000000.\)
What is the value of the missing part in the equation?To fill in the missing part of the equation, let's analyze the given information and the desired conversion. The equation is:
\((-7.0\times 10^4 s^2g⋅m^2)\cdot \pi = ? s^2kg\cdot m^2\)
In this equation, we have a quantity expressed in\(s^2g\cdot m^2\) units on the left-hand side. To convert it to \(s^2kg\cdot m^2\) units, we need to multiply it by a conversion factor.
To perform the conversion, we can use the fact that 1 kg is equal to 1000 g. Therefore, the conversion factor we need is:
1 kg / 1000 g
To ensure that the units cancel out correctly, we need to square this conversion factor because we have \(s^2g\cdot m^2\) on the left-hand side. So the missing part of the equation is:
\((-7.0\times 10^4 s^2g\cdot m^2)\cdot \pi = (-7.0\times 10^4 s^2g\cdot m^2)\cdot (1 kg / 1000 g)^2\)
Simplifying this expression, we get:
\((-7.0\times10^4 s^2g\cdot m^2)\cdot \pi = -7.0 \times10^4 s^2kg\cdot m^2 / 1000000\)
Therefore, the missing part of the equation is \(-7.0 \times 10^4 s^2kg\cdot m^2 / 1000000.\)
Learn more about unit conversions
brainly.com/question/28600662
#SPJ11
(0)
Question 2 Consider the dynamic system described by Equation Q2. 85.16400 083.3770 0046.999 ⃗+ 0.079400 00.7030 001.07 ×10⃗+ 0.013600 03.1390 005.124 ×10⃗= 0 0 0 Equation Q2 (a) Calculate the spectral matrix, the undamped natural frequencies and damping ratios of the system in Equation Q2. Identify its fundamental frequency. (b) The following mode shape vectors have been used to diagonalise the equations of motion of the dynamical system presented in Equation Q2: f1 = [0.8076 1.0000 0.8039]T; f2 = [-0.9694 -0.1620 1.0000]T and f3 = [-0.5342 1.0000 -0.3523]T. Calculate the respective matrix of mass normalised mode shapes. (c) Using the mode superposition method, calculate the response of the system for the first physical coordinate y1 assuming the following initial conditions expressed in terms of the modal coordinates: the initial modal displacements are [0 0.5 0]T m and the initial modal velocities are [0 -3 0]T m/s.
The first physical coordinate y1 can be expressed as y1 = [1 0 0]Y, & The mass-normalised mode shapes can be normalising the mode shape vectors f1, f2, and f3.
Part (a)
In Equation Q2, the spectral matrix, undamped natural frequencies, damping ratios, and fundamental frequency need to be calculated.
The mass matrix is given by [85.16400 083.3770 0046.999; 0.079400 00.7030 001.07 × 10; 0.013600 03.1390 005.124 × 10].
The stiffness matrix is given by [0.16400 00.3770 000.999; 0.079400 00.7030 001.07 × 10; 0.013600 03.1390 005.124 × 10].
The damping matrix is given by [0 0 0; 0 0 0; 0 0 0].The undamped natural frequencies, damping ratios, and fundamental frequency for the system in Equation Q2 can be calculated from the spectral matrix.
The characteristic equation can be written as det(K-mω^2M)=0.where K is the stiffness matrix, M is the mass matrix, ω is the angular frequency, and m is the mass-normalised mode shape.
The roots of this equation are the undamped natural frequencies, and the damping ratios can be calculated from the undamped natural frequencies and mode shapes.
The mass-normalised mode shapes can be calculated by normalising the mode shape vectors f1, f2, and f3.
Part (b)
The mass-normalised mode shapes can be calculated using the mode shape vectors f1, f2, and f3.Part (c)The response of the system for the first physical coordinate y1 can be calculated using the mode superposition method. The initial modal displacements and velocities are given in terms of the modal coordinates.
The response is then calculated using the equation y(t)= Σ ai φi(t), where ai are the modal amplitudes, and φi(t) are the modal shapes given by the mode shape vectors f1, f2, and f3.
The first physical coordinate y1 can be expressed as y1 = [1 0 0]Y, where Y is the vector of physical coordinates. The modal amplitudes can be calculated from the initial modal displacements and velocities.
Learn more about coordinate from the given link
https://brainly.com/question/17206319
#SPJ11
Testing more properties of the Cobb-Douglas utility function Check if the Cobb-Douglas utility function u(x
1
,x
2
)=x
i
α
x
2
β
, where α,β>0, satisfies the following properties: (a) local nonsatiation, (b) decreasing marginal utility for both goods 1 and 2, (c) quasi-concavity, and (d) homotheticity.
The Cobb-Douglas utility function satisfies the properties of local non-satiation, decreasing marginal utility for both goods, quasi-concavity, and homotheticity.
The Cobb-Douglas utility function u(x1, x2) = xi^(α) * x2^(β), where α and β are both greater than zero, satisfies the following properties:
(a) Local non-satiation:
This property states that at each point of the consumption set, there is always another bundle that is arbitrarily close and strictly preferred. Thus, the function has local non-satiation.
(b) Decreasing marginal utility for both goods 1 and 2: The marginal utility of a good measures the utility obtained by consuming one more unit of it. The marginal utility of x1 can be obtained as:
MU1 = α * xi^(α−1) * x2^(β)
The marginal utility of x2 can be obtained as:
MU2 = β * xi^(α) * x2^(β−1)
Therefore, both marginal utilities are decreasing in x1 and x2, satisfying this property.
(c) Quasi-concavity:
The Cobb-Douglas function is quasi-concave. This means that the upper contour set of any level set of the function is convex. This can be proved by taking the second partial derivative of the function and checking whether it is negative or not.
(d) Homotheticity:
The Cobb-Douglas function is homothetic. This means that its shape is independent of the total level of utility. The proof can be achieved by checking whether the function is homogeneous of degree one or not. This is true, since multiplying the inputs by any positive scalar λ leads to a proportional increase in the output.
In conclusion, the Cobb-Douglas utility function satisfies all four properties - local non-satiation, decreasing marginal utility for both goods 1 and 2, quasi-concavity, and homotheticity.
Learn More About marginal utility from the below link:
https://brainly.com/question/15050855
#SPJ11
What is 1/12 +2/3? Use the fraction strips to help you.help
Answer:
3/4
Step-by-step explanation:
2/3 = 4/6 = 8/12
8/12+1/12=9/12
= 3/4
>Calculate the average rate of change for the graphed sequence from n = 2 to n = 4. Graphed sequence showing point 1, negative 3, point 2, negative 3. 5, point 3, negative 6. 75, point 4, negative 10. 125, point 5, negative 15. 1875, and point 6, negative 22. 78125 −6. 625 −3. 3125 −3. 0 −2. 0.
Answer:
The average rate of change for the graphed sequence from n = 2 to n = 4 is -3.3125.
Step-by-step explanation:
To calculate the average rate of change for the graphed sequence from n = 2 to n = 4, we need to find the difference in the values and divide it by the difference in the corresponding values of n.
The sequence values provided are as follows:
Point 1: n = 1, value = -3
Point 2: n = 2, value = -3.5
Point 3: n = 3, value = -6.75
Point 4: n = 4, value = -10.125
Point 5: n = 5, value = -15.1875
Point 6: n = 6, value = -22.78125
To calculate the average rate of change from n = 2 to n = 4, we consider the values at those points:
Value at n = 2: -3.5
Value at n = 4: -10.125
Difference in values: -10.125 - (-3.5) = -6.625
Difference in n: 4 - 2 = 2
Average rate of change = (Difference in values) / (Difference in n) = -6.625 / 2 = -3.3125
know more about average rate: brainly.com/question/28739131
#SPJ11
Suppose that for each firm in the competitive market for potatoes, long-run average cost is minimized at $0.6 per pound when 150 pounds are grown. The demand for potatoes is Q = 40,000/p. If the long-run supply curve is horizontal, then what would be the total consumer spending?
Answer:
Total consumer spending is 160
Step-by-step explanation:
Here , we are interested in calculating the total consumer spending.
In a long run perfect competition market, price interest with MC and minimum point of AC
Hence , P = AC
this means that Q = 40,000/P = 40,000/150 = 266.67 which is approximately 267 potatoes will be consumed
The total consumer spending is thus 267 * 0.6 = 160
Please help needed asap!!
Answer:
Given that `x=10`, we can find the value of `a` and `b` by substituting the value of `x` into the given expressions for `a` and `b`.
For `a`, we have: `a = 5x^2/2`. Substituting `x=10`, we get: `a = 5(10)^2/2 = 250`.
For `b`, we have: `b = 2x^2(x-5)/10x`. Substituting `x=10`, we get: `b = 2(10)^2(10-5)/10(10) = 100`.
Therefore, when `x=10`, the value of `a` is 250 and the value of `b` is 100.
MARK AS BRAINLIEST!!!
11 Finding a difference quotient for a linear or quadratic function V Find the difference quotient f(x)=-3x²-2x+5 Simplify your answer as much as possible. f(x +h)-f(x) h f(x+h)-f(x) h = ( where h#0,
The difference quotient for the given function is 9 -2/h.
The difference quotient for the given function can be calculated as:
[f(x+h) - f(x)]/h
= [(3(x+h)² - 2(x+h) + 5) - (3x² - 2x + 5)]/h
= (3x² + 6xh + 3h² - 2x - 2h + 5 - 3x² + 2x - 5)/h
= (6xh + 3h² - 2h)/h
= (6x + 3h -2)/h
Simplifying the expression further, we get:
(6x + 3h -2)/h = 6 + 3h/h -2/h
= 6 + 3 -2/h
= 9-2/h
Therefore, the difference quotient for the given function is 9 -2/h.
Learn more about the quadratic function here:
https://brainly.com/question/29775037.
#SPJ4
"Your question is incomplete, probably the complete question/missing part is:"
Find the difference quotient [f(x+h)-f(x)]/h, where h≠0, for the function below.
f(x)=3x² -2x+5. Simplify your answer as much as possible.
Please help!!!! Find the area of the triangle 14cm 4cm
all you have to do is times 14 x 4 = 56 then divide it by 2 which is 28
\( \: \)
\( \rm \: Base = 14 cm\)\( \: \)
To find:-\( \rm \: Area \: of \: Triangle = \: ?\)\( \: \)
By using formula:-\( \small{ \boxed{ \rm \color{green}{ {Area \: of \: Triangle \: = \frac{1}{2} ×Base×Height }}}}\)
Solution:-\( \rm \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: \: A = \frac{1}{2} Base × Height \\ \:\rm \: \: \: \: \: \: \: \: \: \: \: \: \: \: A = \frac{1}{2} × 14 × 4 \\ \: \: \: \: \: \: \: \: \rm A = \frac{1}{ \cancel{2}} × \cancel{ 56 } \\ \boxed{\rm \blue{ \: A = 28 \: }}\)
\( \: \)
The Area of the triangle is 28 !
\( \color{hotpink}{━━━━━━━━━━━━━━━━━━━━━━━━━━━━━}\)
hope it helps! :)
what additional piece of information is sufficient to determine the similarity of triangles sat math
To determine the similarity of triangles, the additional piece of information that is sufficient is the equality of the three corresponding angles of the triangles.
Two triangles are considered similar if their corresponding angles are equal and their corresponding sides are in proportion. Therefore, if we know that the three corresponding angles of two triangles are equal, we can conclude that the triangles are similar.
In more detail, when all three corresponding angles of two triangles are equal, it indicates that the triangles have the same shape, but possibly different sizes. The corresponding angles provide a significant piece of information for determining similarity, as they establish the fundamental property of having proportional sides.
It's important to note that additional information, such as the equality of corresponding sides or the proportionality of their lengths, is required to fully establish the similarity of triangles. Simply having the equality of angles does not guarantee similarity, as the corresponding sides also need to be proportional.
In summary, while knowing that the three corresponding angles of two triangles are equal is a necessary condition for similarity, it is not sufficient on its own. Additional information, such as the equality of corresponding sides or the proportionality of their lengths, is required to definitively determine the similarity of triangles.
Learn more about triangles here:
brainly.com/question/25813512
#SPJ11
enter 2 Expressions that represent the retail price of the clothes you see for your variable and exclusive clothing boutiques quadruples the price of the items it purchases for resale.
Explanation
Step 1
Let
c represent the original price
if the boutiques quadruples the price of the items it purchases for resale.then
\(\begin{gathered} \text{new price=4}\cdot c \\ percentage \\ 4=4\cdot\frac{100}{100} \\ 4=\frac{400}{100} \\ 4=400\text{ per cent} \end{gathered}\)400 percent
Step 2
expressions
\(\begin{gathered} \text{new price=4}\cdot c \\ \text{new price= 400 percent of C} \end{gathered}\)4c and 400%c
I hope this helps you
4 movie tickets cost $48. At this rate, what is the cost of:
5 movie tickets?
Answer:
60 dollars for 5 tickets.
Step-by-step explanation:
4x=48
x=12
5 times 12= 60
Answer:
$60
Step-by-step explanation:
4x=48
x=12 so each ticket costs 12 dollars
so for 5 movie tickets 12x5=60 dollars
so 5 movie tickets would cost 60 dollars
Please help, its about the surface area of a rectangular prism
Answer:
86
Step-by-step explanation:
lw.2+lh.2+wh.2
I need the the unknown angle measures
Answer: Mark brainliest if satisfied
m<B=72 degrees
m<C= 36 degrees
Step-by-step explanation:
m<B is congruent to m<A
72 times 2 equals 144
180 minus 144 equals 36
x = if, 5x +4 = 3x + 6?
Answer:
X=1
Step-by-step explanation:
Answer:
X would equal 1