Answer:
81°
Step-by-step explanation:
add both and subtract answer from 180
72+27=99
180-99=81
all 3 angles in a triangle always add up to 180°
hope this helps <3
You have the following information about Burgundy Basins, a sink manufacturer. 20million Equity shares outstanding Stock price per share Yield to maturity on debt $ 38 9.5% Book value of interest-bearing debt $ Coupon interest rate on debt Market value of debt 345 million 4.3% $ 240 million $ 400 million Book value of equity Cost of equity capital Tax rate 11.6% 35% Burgundy is contemplating what for the company is an average-risk investment costing $36 million and promising an annual A $4.8 million in perpetuity. a. What is the internal rate of return on the investment? (Round your answer to 2 decimal places.) Answer is complete and correct. Internal rate of return 13.33 % b. What is Burgundy's weighted-average cost of capital? (Round your answer to 2 decimal places.) Answer is complete but not entirely correct. Weighted-average cost 9.49 %
The internal rate of return on the investment for Burgundy Basins is 13.33%.
How can the internal rate of return on the investment for Burgundy Basins be described?The internal rate of return on the investment for Burgundy Basins represents the percentage return expected from the investment, which is 13.33% in this case. It indicates the rate at which the investment's net present value is zero, meaning it is expected to generate returns equal to its cost. This makes the investment financially attractive as it offers a return higher than the company's cost of capital.
Burgundy Basins, a sink manufacturer, is considering an average-risk investment worth $36 million. The investment is projected to generate a perpetual annual return of $4.8 million. To evaluate the attractiveness of the investment, the internal rate of return (IRR) is calculated. The IRR represents the rate at which the net present value of the investment becomes zero.
In this case, the IRR is determined to be 13.33%, indicating that the investment offers a return higher than its cost. This implies that the investment is financially viable and can potentially enhance the company's profitability. However, it's important to note that other factors such as market conditions and potential risks should also be taken into consideration before making a final decision.
Learn more about internal rate
brainly.com/question/31870995
#SPJ11
Solve for a ordered pair
The tangent point of line 2x+3y=-20 is (-7, -1).
How to determine tangent point?To find the point of tangency, determine the intersection point of the line 2x + 3y = -20 and the circle centered at (-3, 4).
The point of tangency will lie on the line that is perpendicular to the tangent line and passes through the center of the circle.
The slope of the given line is -2/3, so the slope of the line that is perpendicular to it is 3/2:
y - 4 = (3/2)(x + 3)
y - 4 = (3/2)x + 9/2
y = (3/2)x + 17/2
Substitute this expression for y into the equation of the tangent line and solve for x:
2x + 3y = -20
2x + 3[(3/2)x + 17/2] = -20
2x + (9/2)x + 51/2 = -20
(13/2)x = -91/2
x = -7
Substituting this value of x into the equation of the line:
y = (3/2)x + 17/2 = (3/2)(-7) + 17/2 = -1
Therefore, the point of tangency is (-7, -1).
Find out more on tangent point here: https://brainly.com/question/4470346
#SPJ1
All the outcomes contained in one or the other of two random events, or possibly in both, make up:
Question options:
the intersection of two events
the union of two events
the probability space of an experiment
the events of an experiment
The outcomes contained in one or the other of two random events, or possibly in both, make up the union of two events.
In probability theory, the union of two events refers to the set of outcomes that are present in either one or both of the events. It represents the combination of all possible outcomes from the individual events.
For example, let's consider two events A and B. The union of these events, denoted as A ∪ B, includes all the outcomes that belong to event A, event B, or both. It represents the combined set of outcomes from the two events.
Mathematically, the union of two events is defined as:
A ∪ B = {x | x ∈ A or x ∈ B}
So, when we talk about the outcomes contained in one or the other of two random events, or possibly in both, we are referring to the union of those events. The union captures all the possible outcomes that can occur in either event or in both events simultaneously.
To learn more about probability click here
brainly.com/question/31828911
#SPJ11
An independent set in a graph is a set of vertices S⊆V that contains no edge (so no pair of neighboring vertices is included). The max independent set problem is to find an independent set of maximum size in a graph G. (a) Write the max independent set problem as an integer linear program. (b) Write an LP relaxation for the max independent set problem. (c) Construct an example (a family of graphs) to show that the ratio LP-OPT / OPT can be at least cn where c>0 is some absolute constant and n is the number of vertices of the graph. (d) What is the (exact) relation between the size of a max independent set and the size of min vertex cover of a graph? (e) Using this relation, what does the 2-approximation algorithm for vertex cover imply for an approximation algorithm for max independent set?
The independent set in a graph is a set of vertices that contain no edges. So, no neighboring vertices are included. The max independent set problem is to get an independent set of maximum size in graph G.
The solution for this question is discussed below:
a) The integer linear program for the max independent set problem is as follows:
maximize ∑x_i Subject to: x_i+x_j ≤ 1 {i,j} ∈ E;x_i ∈ {0, 1} ∀i. The variable x_i can represent whether the ith vertex is in the independent set. It can take on two values, either 0 or 1.
b) The LP relaxation for the max independent set problem is as follows:
Maximize ∑x_iSubject to:
xi+xj ≤ 1 ∀ {i, j} ∈ E;xi ≥ 0 ∀i. The variable xi can take on fractional values in the LP relaxation.
c) The family of graphs is as follows:
Consider a family of graphs G = (V, E) defined as follows. The vertex set V has n = 2^k vertices, where k is a positive integer. The set of edges E is defined as {uv:u, v ∈ {0, 1}^k and u≠v and u, v differ in precisely one coordinate}. It can be shown that the size of the max independent set is n/2. Using LP, the value can be determined. LP provides a value of approximately n/4. Therefore, the ratio LP-OPT/OPT is at least c/4. Therefore, the ratio is in for a constant c>0.
d) The size of a max-independent set is equivalent to the number of vertices minus the minimum vertex cover size.
e) The 2-approximation algorithm for vertex cover implies a 2-approximation algorithm for the max independent set.
To know more about the independent set, visit:
brainly.com/question/31418821
#SPJ11
Is an example of quadratic inequality?
The following is an example of a quadratic inequality: x^2 + 2x - 8 > 0.
This is an example of a quadratic inequality because it is an inequality involving a quadratic function (x^2 + 2x - 8) which is of the form ax^2 + bx + c where a, b, and c are constants.
Quadratic inequalities can be solved by factoring the quadratic expression, using the Quadratic Formula, or graphing the inequality. In order to solve a quadratic inequality, it is important to understand the types of solutions that can be expected.
Solutions may include one solution, two solutions, or no solutions. Additionally, when graphing a quadratic inequality, the graph may be a line or a region. To determine which type of graph to use, the type of inequality must be identified (greater than or less than). If the inequality is a greater than or less than inequality, then the graph will be a region. If the inequality is an equal to inequality, then the graph will be a line.
Solving and graphing quadratic inequalities is an important skill in algebra as it allows us to visualize and solve complex problems.
Learn more about quadratic inequality:
https://brainly.com/question/28933475
#SPJ4
You wish to purchase a new car and can afford monthly repayments of up to $250 per month. You see a car you like for $12,000 and are offered financing to secure the purchase. The loan lasts for 5 years and the annual interest rate is 17.9%. Can you afford to purchase the car on finance?
Answer:
Since the finance’s monthly required payment of $304.07 is greater than the $250 monthly that you can afford, this implies that you CANNOT afford to purchase the car on finance.
Step-by-step explanation:
The monthly required payment of the finance can be calculated using the formula for calculating the present value of an ordinary annuity as follows:
PV = M * ((1 - (1 / (1 + r))^n) / r) …………………………………. (1)
Where;
PV = Present value or finance amount = $12,000
M = Finance’s monthly required payment = ?
r = Monthly interest rate = Annual interest rate / 12 = 17.9% / 12 = 0.179 / 12 = 0.0149166666666667
n = number of months = Number of years * 12 = 5 * 12 = 60
Substitute the values into equation (1) and solve for M, we have:
$12,000 = M * ((1 - (1 / (1 + 0.0149166666666667))^60) / 0.0149166666666667)
$12,000 = M * 39.464764662266
M = $12,000 / 39.464764662266 = $304.07
Since the finance’s monthly required payment of $304.07 is greater than the $250 monthly that you can afford, this implies that you CANNOT afford to purchase the car on finance.
estimate the sum of 24,872 + 651 + 971 + 8,499 to the nearest hundred.
Answer: 34990
Step-by-step explanation:
For what value of p would the statement 5p = 30 be true
Answer:
p = 6 is the answer
Step-by-step explanation:
Amrit's income is 32% more than Bethan's income.
Amrit and Bethan's combined income is £54868.
Calculate Amrit's income.
Answer:
Based on the given conditions, formulate:
Reduce the fraction:
get the result:
Answer:
Step-by-step explanation:
The Amrit's income is £27434.16.
It is required to find the
What is arithmetic?Arithmetic is the branch of mathematics that deals with the study of numbers using various operations on them. Basic operations of math are addition, subtraction, multiplication and division. These operations are denoted by the given symbols.
Given:
Let the Bethan's income be x
Amrit's income is 32% more than Bethan's income.
So, Amrit's income=x+32%
Amrit and Bethan's combined income is £54868.
According to given question we have
x+x+32%=£54868
2x+32/100=£54868
2x=54868-0.32
2x=54867.68
x=27433.84
Bethan's income=£ 27433.84
Amrit's income
=x+32%
=£ 27433.84+0.32
=£27434.16
Therefore, the Amrit's income is £27434.16.
Learn more details about arithmetic here:
https://brainly.com/question/11559160
#SPJ2
pla shop mathematics
The number of trees more than 10m tall but not more than 20m tall is 18 trees.
How many of the trees are more than 10m tall but not more than 20m tall?0 < h ≤ 5 = 5
height greater than 0m less than or equal to 5m
5 < h ≤ 10 = 9
height greater than 5m less than or equal to 10m
10 < h ≤ 15 = 13
height greater than 10m less than or equal to 15m
15 < h ≤ 20 = 5
height greater than 15m less than or equal to 20m
20 < h ≤ 25 = 1
height greater than 20m less than or equal to 25m
The number of trees that are more than 10m tall but not more than 20m tall are;
10 < h ≤ 15 = 13
15 < h ≤ 20 = 5
So,
13 + 5 = 18 trees
Therefore, the total number of trees which are 10m tall but not more than 20m tall is 18 trees.
Read more on inequality:
https://brainly.com/question/25275758
#SPJ1
Explain why 21i^2 is equivalent to -21
Answer:
Step-by-step explanation:
The imaginary number 'i' is equal to the square root of -1. If you were to square the square root, they both cancel and you get -1.
\(21i^2=21(\sqrt{-1} )^2=21(-1)=-21\)
a state's license plate has 7 characters. each character can be a capital letter (a-z), or a digit except for 0 (1-9). how many license plates are there in which exactly 3 of the 7 characters are digits?
There are 12,842,421,440 license plates in which exactly 3 of the 7 characters are digits which can be solved with the use of combinations.
We want to choose 3 out of the 7 positions to be digits, and we want to choose the digits from the set of digits 1 through 9 (since 0 is not allowed). The remaining 4 positions can be filled with any of the 26 capital letters.
Thus, we have:
number of license plates = (number of ways to choose 3 digit positions) x (number of ways to choose the digits) x (number of ways to fill the remaining positions with letters)
number of ways to choose 3 digit positions = C(7,3) = 35 (where C(n,r) represents the number of combinations of r items chosen from a set of n items)
number of ways to choose the digits = 9 x 9 x 9 = 729 (since each digit can be chosen independently)
number of ways to fill the remaining positions with letters = 26^4 = 456976 (since there are 26 choices for each of the remaining 4 positions)
Putting it all together, we have:
number of license plates = 35 x 729 x 456976 = 12,842,421,440
Therefore, there are 12,842,421,440 license plates in which exactly 3 of the 7 characters are digits.
Learn more about combinations at
brainly.com/question/18820941
#SPJ4
10. Julio is driving to the store. The average distance d, in miles, he travels over t minutes is given by the
function d(t) = 0.5t. What is the value of the function when t = 15?
Answer:
7.5 miles
Step-by-step explanation:
Given the equation d(t) = 0.5t, all you need to do is plug in the value of t.
They're asking what the Function equals, and they're giving you the value of the variable t.
To solve, write the equation d(15) = 0.5(15)
And if you simplify the right side of the equation, you'll find that
d(15) = 7.5
If t represents time, then you can conclude that Julio travels 7.5 miles in the time t, of 15 minutes.
What characteristics best describe the graph? Choose all that apply. *
Answer:
Options (1), (3) and (7)
Step-by-step explanation:
Characteristics of the given graph are as followed.
1). For every input value (x-value) there is a different output values (y-values).
So the points on the graph represent a function.
2). Coordinates of all the points are distinct and separate (not in fractions or decimals).
Function given is a discrete function.
3). For every increase in the x-values of the points there is a decrease in y-values.
Therefore, given function is a decreasing function.
Therefore, Options (1), (3) and (7) are the correct options.
\(3 + 9 - 2 12 \div 3\)
A recipe requires 1, cups of milk for every y of a cup of flour. What is the ratio of
cups of milk to one cup of flour?
Answer:
1y is your answer, 1:y
Step-by-step explanation:
Answer:
Step-by-step explanation:
i think it could be any number only if they gave you the number for y
A tank of water in the shape of a cone is being filled with water at a rate of 12 m/sec. The base radius of the tank is 26 meters, and the height of the tank is 18 meters. At what rate is the depth of
The depth of the water in the cone-shaped tank is increasing at a rate of approximately 1.385 meters per second.
To determine the rate at which the depth of the water is changing, we can use related rates. Let's denote the depth of the water as h(t), where t represents time. We are given that dh/dt (the rate of change of h with respect to time) is 12 m/sec, and we want to find dh/dt when h = 18 meters.
To solve this problem, we can use the volume formula for a cone, which is V = (1/3)πr^2h, where r is the base radius and h is the depth of the water. We can differentiate this equation with respect to time t, keeping in mind that r is a constant (since the base radius does not change).
By differentiating the volume formula with respect to t, we get dV/dt = (1/3)πr^2(dh/dt). Now we can substitute the given values: dV/dt = 12 m/sec, r = 26 meters, and h = 18 meters.
Solving for dh/dt, we have (1/3)π(26^2) (dh/dt) = 12 m/sec. Rearranging this equation and solving for dh/dt, we find that dh/dt is approximately 1.385 meters per second. Therefore, the depth of the water in the tank is increasing at a rate of about 1.385 meters per second.
Learn more about volume of cone here: brainly.com/question/16419032
#SPJ11
Consider the function f(x)=10x-x². What type of function is f? Group of answer choices a linear function. an exponential function. a quadratic function. a logarithmic function.
The function f(x) = 10x - x² is a quadratic function.
A quadratic function is a polynomial function of degree 2, which means the highest power of the variable is 2. In the given function, the variable x is raised to the power of 1 in the term 10x, and it is raised to the power of 2 in the term -x². This indicates that the function is a quadratic function.
The general form of a quadratic function is f(x) = ax² + bx + c, where a, b, and c are constants. In the given function, a = -1, b = 10, and c = 0 (since there is no constant term). So, the function f(x) = 10x - x² fits the form of a quadratic function.
Quadratic functions are known for having a graph in the shape of a parabola. In this case, the parabola opens downward because the coefficient of the x² term is negative (-1). The graph of the function will have a vertex at the maximum point, which in this case is (5, 25).
Therefore, the function f(x) = 10x - x² is indeed a quadratic function.
Learn more about quadratic function.
https://brainly.com/question/18958913
#SPJ11
How do you find the y-intercept with two ordered pairs?
Equation employing the slope-intercept method for two points
The slope-intercept version of the equation may be used to calculate the two-point Y-intercept.
The shape of a point-slope is\(\mathbf{Y-Y_{1} = m(X-X_{1})}.\)
Steps to find the y-intercept with two ordered pairs?
Determine the slope using two points.
\(Slope = \frac{Y_{2}-Y_{1}}{X_{2}-X_{1}} = \frac{Rise}{Run} = \frac{\bigtriangleup Y}{\bigtriangleup X}\)
As an illustration, two points are (3, 5) and (6, 11)
Slope = \(\frac{Y_{2}-Y_{1}}{X_{2}-X_{1}} = \frac{11 - 5}{6 - 3} = \frac{6}{3} = 2\)
In the slope-intercept form of the equation, substitute the slope(m).
\(\\y = mx+b \\y = 2x+b\)
Either point may be substituted in the equation. You may either use (3,5) or (6,11).
\(\\y = 2x+b \\5 = 2(3)+b\)
Find the answer to the equation for b, the line's y-intercept.
\(\\5 \ \ \ = 2(3) + b \\5 \ \ \ = 6 + b \\\underline{-6\ = -6 \ \ \ \ \ \ \ } \\-1 = b\)
Substitute b, into the equation.
\(\\y = 2x + b \\y = 2x - 1\)
Learn more about y-intercept with two ordered pairs from the link below
https://brainly.com/question/10708360
#SPJ4
What is your estimated project completion time?
Please show work.
\begin{tabular}{|l|l|l|l|l|} \hline Activity & a & m & b & Immediate Predecessor \\ \hline A & 1 & 2 & 3 & \( \cdots \) \\ \hline B & 2 & 3 & 4 & \( \cdots \) \\ \hline C & 4 & 5 & 6 & A \\ \hline D &
To find the estimated project completion time for the given project activities, we need to first calculate the earliest start and earliest finish times and then the latest start and latest finish times.
Using the activity times given, we can calculate the earliest start and earliest finish times for each activity as follows: Activity A: Earliest start time = 0
Earliest finish time = 1
Activity B: Earliest start time = 2
Earliest finish time = 5
Activity C: Earliest start time = 5
Earliest finish time = 11
Activity D: Earliest start time = 11
Earliest finish time = 17
Activity E: Earliest start time = 5
Earliest finish time = 8 Activity F:
Earliest start time = 8
Earliest finish time = 17
Now we can calculate the latest start and latest finish times for each activity using the backward pass.
Latest finish time = 5
Latest start time = 2
Activity A: Latest finish time = 1
Latest start time = 0
Now we can calculate the slack time for each activity as follows:Activity A:
Slack time = 0
Activity B: Slack time = 0
Activity C: Slack time = 0
Activity D: Slack time = 0
Activity E: Slack time = 3
Activity F: Slack time = 0
The critical path for this project is A -> C -> D, since these activities have zero slack time. Therefore, the estimated project completion time is 17 units of time.
To know more about calculate visit:
https://brainly.com/question/30151794
#SPJ11
Write the prime factorization of 576 using exponents.
\(\huge\text{Hey there!}\)
\(\large\text{Your Prime Factorization for the given number is}\downarrow\)
\(\mathsf{2\times2\times2\times2\times2\times2\times3\times3}\)
\(\large\text{The number of 2s you have in the factorization tree is about 6}\)
\(\large\text{The number of 3s you have in the factorization tree is about 2}\)
\(\large\text{So, your \bf exponential formation}\large\text{ should look like} \downarrow\)
\(\mathsf{2^6\times3^2}\)
\(\large\text{The CSV Formation}\downarrow\)
\(\mathsf{2, 2, 2, 2, 2, 2, 3, \& \ 3}\)
\(\boxed{\boxed{\large\text{Answer: }\bf 2^6\times3^2}}\huge\checkmark\)
\(\text{Good luck on your assignment and enjoy your day!}\)
~\(\frak{Amphitrite1040:)}\)
Write a real word situation involving multiplication comparison that may be represented by the equations shown 24=4times6;24=6 times 2. 45=9 times 5; 45 = 5 times 9 3. 36= 3 times12; 36 =12 times 3 4. 60 =12 times 5; 60 = 5times 12
1. 24=4times6;24=6 times 4 is represented by apple orchard
2. 45=9 times 5; 45 = 5 times 9 is represented by classroom of students
3. 36= 3 times12; 36 =12 times 3 is represented by A construction site
4. 60 =12 times 5; 60 = 5times 12 is represented by A grocery store
How write the real word situation1. An apple orchard is comparing the productivity of two of its workers in terms of the number of baskets of apples picked. Worker A picked 4 baskets in 6 hours, while Worker B picked 6 baskets in 2 hours.
The situation can be represented by the equations 24 = 4 x 6 and 24 = 6 x 2, where 24 represents the total number of baskets picked.
2. Another example is a classroom of students comparing the number of pencils each student has. In one row, there are 9 students and each student has 5 pencils. In another row, there are 5 students and each student has 9 pencils. This situation can be represented by the equations 45 = 9 x 5 and 45 = 5 x 9, where 45 represents the total number of pencils in each row.
3. A construction site is comparing the efficiency of two workers in terms of the number of bricks they can lay in a certain amount of time. Worker A can lay 3 bricks in 12 minutes, while Worker B can lay 12 bricks in 3 minutes. The situation can be represented by the equations 36 = 3 x 12 and 36 = 12 x 3, where 36 represents the total number of bricks laid.
4. A grocery store is comparing the size of two crates of oranges. Crate A contains 12 rows of oranges, with 5 oranges in each row. Crate B contains 5 rows of oranges, with 12 oranges in each row. This situation can be represented by the equations 60 = 12 x 5 and 60 = 5 x 12, where 60 represents the total number of oranges in each crate.
Read more on multiplicative properties here https://brainly.com/question/615813
#SPJ1
Which decimal is the largest?
A. 0.03
B. 0.3
C. 0.29
D. 0.039
Hurryyy
Answer:
B
Step-by-step explanation:
0.3 is the largest
Suppose that a car has velocity 50 km/hr for 2 hours, velocity 65 km/hr for 1 hour, velocity 70 km/hr for 30 minutes and velocity 50 km/hr for 3 hours. Find the distance traveled. Distance traveled distance = ____ km
The car traveled a total distance of 240 kilometers. The distance is calculated by adding the product of each velocity and the corresponding time traveled:
(50 km/hr × 2 hours) + (65 km/hr × 1 hour) + (70 km/hr × 0.5 hour) + (50 km/hr × 3 hours) = 100 km + 65 km + 35 km + 150 km = 240 km.
To find the distance traveled, we need to calculate the distance covered during each interval of time and then add them up. In this case, we have four intervals: 2 hours at 50 km/hr, 1 hour at 65 km/hr, 30 minutes (0.5 hour) at 70 km/hr, and 3 hours at 50 km/hr.
For the first interval, the car traveled at a velocity of 50 km/hr for 2 hours. The distance covered during this time is calculated by multiplying the velocity by the time: 50 km/hr × 2 hours = 100 km.
For the second interval, the car traveled at a velocity of 65 km/hr for 1 hour. The distance covered is 65 km/hr × 1 hour = 65 km.
In the third interval, the car traveled at a velocity of 70 km/hr for 30 minutes, which is equivalent to 0.5 hour. The distance covered is 70 km/hr × 0.5 hour = 35 km.
Finally, in the fourth interval, the car traveled at a velocity of 50 km/hr for 3 hours. The distance covered is 50 km/hr × 3 hours = 150 km.
To get the total distance traveled, we sum up the distances from each interval: 100 km + 65 km + 35 km + 150 km = 240 km.
Therefore, the car traveled a total distance of 240 kilometers.
Learn more about velocity here: brainly.com/question/30559316
#SPJ11
Kendrick attends a private school where he must wear a uniform. Last year, the price of the uniform was $52. This year's uniform price was $65. What is the percent of increase in the cost of the uniform?
The percent increase in the cost of the uniform from last year to this year is 25%.
What is the percent of increase in the cost of the uniform?To find the percent increase in the cost of the uniform from last year to this year, we need to calculate the difference between the two prices, divide it by the original price, and then multiply by 100 to express the result as a percentage.
The difference between this year's price and last year's price is:
$65 - $52 = $13
The original price (last year's price) is $52.
So the percent increase in the cost of the uniform is:
percent increase = (difference / original price) x 100
percent increase = ($13 / $52) x 100
percent increase = 0.25 x 100
percent increase = 25%
Therefore, the percent increase in the cost of the uniform from last year to this year is 25%.
Read about percentage change at
https://brainly.com/question/11360390
#SPJ1
Could someone do this question for me? Thanks
Answer:
20 counters/box
Step-by-step explanation:
Missing counters(m)= 8
Total number of counters available (t-m)= 132
Required number of counters(t):
=(t-m) + m
= 132 + 8 = 140
Total number of boxes(tB) = 7( 6 full and one with eight missing)
Total Counters/Boxes= t/tB
= 140/7
= 20
How answer this question
Answer:
\(54 \: {ft}^{2} \)
Step-by-step explanation:
The surface area is the sum of the lateral and base areas
Since the given figure is a cube (all sides and walls of a cube are equal), instead of finding its surface area the harder way, we can find the area of one side and multiply it by the number of sides a cube has (which is 6):
\(a(surface) = 3 \times 3 \times 6 = 54 \: {ft}^{2} \)
Answer: 54 ft²
Step-by-step explanation: The side of a cube is given to be 3ft
We know the formula of the surface area of a cube is: 6A²
putting the value of side in the formula gives
6x(3)²=54 ft²
3 A square with a side length of 4 in. is dilated by a scale factor of 1. What are the perimeter and area of the transformed square? A P = 3 in., A = in. B P = 3 in., A = 9 in.? CP = 12 in., A = 9 in.2 DP = 12 in., A = 36 in.?
Answer:
C
Step-by-step explanation:
11. Which of the following could be included in
section D?
A. 799
an
160
15
C. 20
D.9.2
Answer:
I belive the answer is D?
Step-by-step explanation:
3x-6=51 solve for the letter x in the equation
Answer:
x =19
Step-by-step explanation:
that is the correct answer
Answer:
x = 19
Step-by-step explanation:
3x - 6 = 51
3x = 51 + 6
3x = 57
x = 19
^^