Answer:
18$
Step-by-step explanation:
Answer:
$18
Step-by-step explanation:
Find the area of the region R bounded by the graph of f and the x-axis on the given interval. Graph f and show the region R. f(x) = x^2 (x-6): [-1, 7] The area is. (Round to the nearest hundredth as needed.)
The area of the region R bounded by the graph of f(x) = x^2(x-6) and the x-axis on the interval [-1, 7] is approximately 371.00 square units.
Area of region with function f(x) = x^2(x-6) on interval [-1, 7]?To find the area of the region R bounded by the graph of f(x) = x^2(x-6) and the x-axis on the interval [-1, 7], we need to integrate the function f(x) over that interval. The area can be calculated using the definite integral:
Area = ∫[a,b] f(x) dx
In this case, a = -1 and b = 7. Let's calculate the area using integration:
Area = ∫[-1,7] x^2(x-6) dx
To solve this integral, we expand the polynomial and simplify:
Area = ∫[-1,7] (x^3 - 6x^2) dx
Next, we integrate term by term:
Area = (1/4)x^4 - (2/3)x^3 | [-1,7]
Now, we substitute the upper and lower limits of integration:
Area = [(1/4)(7^4) - (2/3)(7^3)] - [(1/4)(-1^4) - (2/3)(-1^3)]
Simplifying further:
Area = (1/4)(2401) - (2/3)(343) - (1/4)(1) + (2/3)(-1)
Area = 600.25 - 228.33 - 0.25 - 0.67
Area ≈ 371.00 (rounded to the nearest hundredth)
Therefore, the area of the region R bounded by the graph of f(x) = x^2(x-6) and the x-axis on the interval [-1, 7] is approximately 371.00 square units.
Learn more about find the area
brainly.com/question/29045725
#SPJ11
Write a polynomial function in standard form with zero's -5,-4,and 3
The equation of the polynomial function in standard form is P(x) = x³ + 6x² - 7x - 60
Calculating the polynomial function in standard formGiven that we have the following
zeros = -5,-4,and 3
The polynomial function in standard form is calculated as
P(x) = (x - zeros)
So, we have
P(x) = (x + 5)(x + 4)(x - 3)
Opening the brackets, we have the following equation
P(x) = x³ + 6x² - 7x - 60
Hence, the polynomial is P(x) = x³ + 6x² - 7x - 60
Read more about polynomial at
https://brainly.com/question/7693326
#SPJ1
When traveling at top speed, a roller coaster train with a mass of 12,000 kg has a velocity of 30 m/s. The kinetic energy of the train at top speed is
What is the equation of the line that passes through the point (6,2) and has a slope of -1/2?
An equation of the line that passes through the point (6,2) and has a slope of -1/2 is y = -1/2(x) + 5.
How to determine an equation of this line?In Mathematics and Geometry, the point-slope form of a straight line can be calculated by using the following mathematical expression:
y - y₁ = m(x - x₁)
Where:
x and y represent the data points.m represent the slope.At data point (6, 2) and a slope of -1/2, a linear equation for this line can be calculated by using the point-slope form as follows:
y - y₁ = m(x - x₁)
y - 2 = -1/2(x - 6)
y - 2 = -1/2(x) + 3
y = -1/2(x) + 3 + 2
y = -1/2(x) + 5
Read more on point-slope here: brainly.com/question/24907633
#SPJ1
A Procurement Specialist Has Purchased 35 Resistors From Vendor 1 And Vendor 2 . Each Resistor's Resistance Is Measured As Shown In The Table. Assume That The Population Standard Deviation From Vendor I And Vendor 2 Are Unknown. By Taking The Significance Level, Α=0.05, Answer The Following Questions. (A) Calculate The Mean And Standard Deviation For Both
A procurement specialist has purchased resistors from two vendors, with resistance measurements given in a table. The task is to calculate the mean and standard deviation for both vendors. However, it is important to note that the population standard deviations are unknown.
To calculate the mean and standard deviation for each vendor, we use the sample data provided. The mean (average) is calculated by summing all the resistance measurements and dividing by the number of resistors (sample size). The standard deviation measures the variability of the resistance measurements around the mean.
For Vendor 1, we sum the resistance measurements and divide by 35 to find the mean. We then calculate the standard deviation using the formula for sample standard deviation, which considers the variability within the sample.
The same process is repeated for Vendor 2. We calculate the mean and standard deviation based on the resistance measurements from that vendor.
It is important to note that without the population standard deviation, we can only estimate the population parameters using the sample data. The sample mean and sample standard deviation provide estimates of the population mean and standard deviation, respectively.
Learn more about mean and standard deviation here:
https://brainly.com/question/15024097
#SPJ11
use karnaugh maps to simplify the following functions in sum of products form. how many literals appear in your minimized solutions?
a. f(W, X, Y, Z)=IM(0,1,4,5,12,13)
b. f(A, B,C,D,E)=y(0,4,18,19,22,23,25,29
The minimized solutions for the given functions are:
a. f(W, X, Y, Z) = W'Y' + WX' + XYZ, Number of literals: 8
b. f(A, B, C, D, E) = BC' + BD + CDE' + A'C'DE', Number of literals: 12
How are the minimized solutions obtained using Karnaugh maps?To simplify the given functions using Karnaugh maps, we follow these steps:
Construct a Karnaugh map with the given inputs and their corresponding outputs.Group adjacent 1s (or 0s) in the Karnaugh map to form larger rectangles, ensuring that each group has a size that is a power of 2 (1, 2, 4, 8, etc.).3. Determine the simplified expressions for each group based on the inputs corresponding to that group. Use the logic operators AND, OR, and NOT.Combine the simplified expressions for all the groups to obtain the minimized expression for the function.For part (a), the Karnaugh map for f(W, X, Y, Z) has the inputs W, X, Y, and Z, and the output values are given by the minterms 0, 1, 4, 5, 12, and 13. After grouping the adjacent 1s, we obtain three groups: W'Y', WX', and XYZ.
The simplified expression is obtained by combining these groups with the OR operator.
For part (b), the Karnaugh map for f(A, B, C, D, E) has the inputs A, B, C, D, and E, and the output values are given by the minterms 0, 4, 18, 19, 22, 23, 25, and 29.
After grouping the adjacent 1s, we obtain four groups: BC', BD, CDE', and A'C'DE'. The simplified expression is obtained by combining these groups with the OR operator.
Learn more about: Karnaugh maps
brainly.com/question/27873494
#SPJ11
a. The cost function of Firm X which produces product 1 and product 2 is shown as follow: C(9₁, 92) = 1000 + 4q² + 20q2 + 0.59192 125% of the total products are product 1 and the remaining are product 2 i. Calculate the Ray average cost (in terms of total output: q). (3 marks) ii. Does the firm enjoy product specific economies of scale in Product 1? (3 marks) iii. Does the firm enjoy economies of scope? (3 marks)
i) The Ray average cost (RAC) in terms of total output (q) for Firm X is given by 4q + 20q + 0.59192/q.
ii) Firm X enjoys product-specific economies of scale in Product 1.
iii) Firm X enjoys economies of scope.
Ray Average Cost (RAC):
The Ray Average Cost is a measure that represents the average cost of producing a unit of output when all inputs are variable and adjusted to achieve the lowest cost possible. To calculate the Ray average cost in terms of total output (q) for Firm X, we need to differentiate the cost function with respect to q.
The given cost function of Firm X is:
C(9₁, 92) = 1000 + 4q² + 20q2 + 0.59192
To find the Ray average cost, we differentiate the cost function with respect to q:
dC/dq = 8q + 40q
The Ray average cost (RAC) is obtained by dividing the total cost (C) by the quantity of output (q):
RAC = C/q
Substituting the cost function into the RAC formula:
RAC = (1000 + 4q² + 20q2 + 0.59192)/q
Simplifying the expression:
RAC = 4q + 20q + 0.59192/q
Therefore, the Ray average cost (RAC) in terms of total output (q) for Firm X is given by 4q + 20q + 0.59192/q.
Product-Specific Economies of Scale in Product 1:
Product-specific economies of scale occur when the cost per unit of output decreases as the quantity of a specific product (in this case, product 1) increases. To determine if Firm X enjoys product-specific economies of scale in Product 1, we examine the relationship between the cost function and the quantity of product 1 (q1).
Since the cost function provided does not differentiate the costs between product 1 and product 2, we cannot directly determine if Firm X enjoys product-specific economies of scale in Product 1. Without information regarding the specific costs associated with each product, we cannot assess if there are economies of scale specifically related to product 1.
Economies of Scope:
Economies of scope refer to cost savings achieved by producing multiple products together rather than producing them separately. It suggests that the joint production of multiple products results in lower costs compared to producing each product individually. To assess whether Firm X enjoys economies of scope, we need to examine the cost function and analyze the relationship between the costs of producing both products together versus producing them separately.
To know more about cost function here
https://brainly.com/question/29583181
#SPJ4
what would be the coordinates marked wrong
Answer:
R: (-3, -4)
S: (-3, -1)
T: (1, -4)
Step-by-step explanation:
You would subtract 1 from all the initial x values, and 5 from all the initial y values
Express the following ratio as a whole number ratios in the simplest form 10cm : 1.5m
Answer:
1/15
Step-by-step explanation:
1.5 m = 100*1.5 = 150 m
so
10/150 = 1/15
Help pleaseee i am awful at math
Step-by-step explanation:
use the above process and answer is $3.60
PLEASE HELP IVE BEEN STRUGGLING SO BAD PLEASE 15 points please
What is the slope of a line that is perpendicular to the line y=1/5x+2
Answer:
The slope would be 1/5
the y intercept is (0,2)
the mperpendicular is -5
Step-by-step explanation:
you have to use the y=mx+b formula
the average price of apples is $5.99/lb with the standard deviation of $2.99. suppose the price of apples follows the normal probability distribution. what is the z-score of apple price of $7.99/lb?
The z-score of apple price of $7.99/lb is 0.66
What is probability?Probability is a measure of the possibility of an event occurring.
The likelihood could range from 0 to 1, where 0 indicates an impossibility and 1 indicates a certainty.
Every event in a sample space has an overall probability of one.
The probability that the apple price is less than or equal to $7.99 / lb can be calculated using the normal distribution method
P(x ≤ 5.99)
The standard form of the given random sample can be found using the formula,
Z = (X - μ) / σ
where Z is the standard score
X is the random sample
μ is the mean
σ is the standard deviation.
For x =7.99,
Z = (7.99 - 5.99) / 2.99
= 2 / 2.99
Z = 0.66
Therefore, by standardizing the random sample, we get
P(x ≤ 5.99) = P( z ≤ 0.66)
By using the z-table, we get the value of z
P(z ≤ 0.66) = 0.7454
To know more about probability please visit:
brainly.com/question/16722133
#SPJ4
Write a function that represents the relationship between X and y shown in the graph below
==============================================================
Explanation:
Select any two points from the diagonal line. I'll pick (0,-10) and (2,-4).
Use these points in the slope formula
m = (y2 - y1)/(x2 - x1)
m = (-4 - (-10))/(2 - 0)
m = (-4 + 10)/(2 - 0)
m = 6/2
m = 3
The slope is 3.
The y intercept is b = -10 since this is the location where the diagonal line crosses the vertical y axis.
The values m = 3 and b = -10 have us go from y = mx+b to y = 3x-10
Please help will mark brainliest
So , correct option is A
I hope you can see the above image.
Which point on the number line represents 5 1/8
Answer:
Without the graphic, 5 1/8 would be 1 mark after the whole 5.
Step-by-step explanation:
There are 8 sections between 5 and 6. 5 1/8 is between those two numbers.
So a point would be about 12.5% of the way to 6.
The area of a rectangle is 110 square units. Its length measures 11 units. Find the length of its diagonal. Round to the nearest tenth of a un
it
The length of the diagonal of the Triangle is 14.86 units
What is Diagonal?
When two polygonal vertices are not on the same edge, a diagonal is a line segment connecting them. Any sloping line is known as a diagonal informally.
Given,
Area of Rectangle = 110square units
Length = 11units
Breadth = ?
Area of Rectangle = length x breadth
Breadth = Area of Rectangle / length
Breadth = 110 / 11
Breadth = 10units
Length of diagonal (Pythagoras Theorem)
H^2 = P^2 + B^2
H^2 = (11)^2 + (10)^2
H^2 = 121 + 100
H^2 = 221
H = \(\sqrt{221}\)
H = 14.86 units
Hence, The length of its diagonal is 14.86 units
To learn more about Diagonal click on the link
https://brainly.com/question/27341413
#SPJ9
The equation Ax = 0 gives an explicit descriptions of its solution set. True or false
True. The equation Ax = 0 gives an explicit description of its solution set.
When A is a matrix and x is a vector, the equation Ax = 0 represents a homogeneous system of linear equations. The solution set of this system consists of all vectors x that satisfy the equation and make the left-hand side equal to zero.
The explicit description of the solution set can be obtained by using techniques such as Gaussian elimination or matrix factorizations. These methods allow you to perform row operations on the augmented matrix [A | 0] to obtain the reduced row echelon form. The reduced row echelon form reveals the structure of the solution set by identifying pivot and free variables.
If there are no free variables (all columns of A are pivot columns), then the solution set consists of only the zero vector, x = 0. In this case, the solution set is a singleton set {0}.
If there are one or more free variables, you can express the solutions in terms of those variables. The free variables introduce parameters that allow for infinitely many solutions. The explicit description of the solution set will involve expressing the dependent variables (those corresponding to pivot columns) in terms of the free variables.
In summary, the equation Ax = 0 gives an explicit description of its solution set, either as the singleton set {0} or as a set of vectors expressed in terms of free variables.
Learn more about matrix here:
https://brainly.com/question/28180105
#SPJ11
A group of 40 kindergarten students was split into class A and class B. Class A was given 6 litres of cordial, and class B was given 5 litres of cordial. The cordial in each class was shared equally between the students in the class. The students in class A each received twice as much cordial as the students in class B. Determine the number of students in class A.
the answer is 15 btw i just want to know how to get there
Step-by-step explanation:
Let's assume that there are 'x' students in class B. Then,
the number of students in class A = 40 - x
Class A was given 6 litres of cordial, which was shared equally among 40 - x students. So, each student in class A received:
6 / (40 - x)
Class B was given 5 litres of cordial, which was shared equally among x students. So, each student in class B received:
5 / x
We know that each student in class A received twice as much cordial as each student in class B. Therefore:
6 / (40 - x) = 2 × (5 / x)
Simplifying this equation, we get:
6x = 400 - 10x
Adding 10x to both sides, we get:
16x = 400
Dividing both sides by 16, we get:
x = 25
So, there are 25 students in class B, and therefore:
Number of students in class A = 40 - 25 = 15
Therefore, there are 15 students in class A.
Answer:
15
Step-by-step explanation:
Given a total of 40 students share equally 6 liters of cordial in class A and 5 liters of cordial in class B, where the students in class A get twice as much as in class B, you want to know the size of class A.
SetupYou can let 'a' represent the number of students in class A. Then the number in class B is (40 -a). The relation between the amounts of cordial that each student receives is ...
6/a = 2×5/(40 -a) . . . . . . students in A get 6/a each, twice the share in B
SolutionMultiplying by a(40 -a), we have ...
6(40 -a) = 10a
240 = 16a . . . . . . . . add 6a, simplify
a = 240/16 = 15
The number of students in class A is 15.
__
Additional comment
We like to work problems like this using ratios when possible. Here, if we halve the amount of cordial allocated to class A, then each of the 40 students receives the same amount. The ratio of cordial volumes in that case will be equal to the ratio of students
(6/2 liters) : (5 liters) = (students in class A) : (students in class B)
3 : 5 = A : B
The totals are 3+5 = 8 ratio units, and A+B = 40 students. Class A is 3/8 of the total, or ...
3/8 · 40 students = 15 students . . . . size of class A
Check: 6 liters / 15 students = 2/5 L/student. 5 liters / 25 students = 1/5 L/student, half that in class A.
Find lim
given : a₁ = 1₁ 9₂ = 2₁ an = da n-1 Find lim anth n-700 am ta n-2
The limit of anth/n-700 as n approaches infinity is equal to the limit of am/n-2 as n approaches infinity. This is because the sequence an is defined recursively as an = da n-1, where d = 2. Therefore, an is a geometric sequence with first term 1 and common ratio 2.
The limit of a geometric sequence is equal to the first term divided by 1 - the common ratio, so the limit of an as n approaches infinity is 1/(1-2) = -1. The limit of a sequence is the value that the sequence approaches as the number of terms tends to infinity. In this case, we are interested in the limit of anth/n-700 as n approaches infinity.
We can rewrite anth/n-700 as am/n-2, because an = da n-1. Therefore, we need to find the limit of am/n-2 as n approaches infinity.
The sequence am/n-2 is a geometric sequence with first term 1 and common ratio d = 2. The limit of a geometric sequence is equal to the first term divided by 1 - the common ratio, so the limit of am/n-2 as n approaches infinity is 1/(1-2) = -1.
Therefore, the limit of anth/n-700 as n approaches infinity is also equal to -1.
To learn more about geometric sequence click here : brainly.com/question/27852674
#SPJ11
the half life of radium is 1690 years if 8 grams are present now how many grams will be present in 100 years
So, approximately 7.71 grams of radium will be present after 100 years.
To calculate the remaining amount of radium after 100 years, we will use the half-life formula:
Remaining Amount = Initial Amount * (1/2)^(time passed / half-life)
Here, the initial amount is 8 grams, the half-life is 1690 years, and the time passed is 100 years.
Step 1: Plug in the values
Remaining Amount = 8 * (1/2)^(100 / 1690)
Step 2: Calculate the exponent
Exponent = 100 / 1690 ≈ 0.05917
Step 3: Calculate the base raised to the exponent
(1/2)^0.05917 ≈ 0.9634
Step 4: Multiply the initial amount by the base raised to the exponent
Remaining Amount = 8 * 0.9634 ≈ 7.7072
So, approximately 7.71 grams of radium will be present after 100 years.
To know more about radium visit:
https://brainly.com/question/19471276
#SPJ11
what is the equation?
Answer:what equation ?
Step-by-step explanation:
Answer:
to what ..............
Which trigonometric ratios are correct for triangle xyz? check all that apply. tan(y) = eight-fifteenths cos(x) = fifteen-seventeenths tan(x) = fifteen-eighths sin(y) = eight-seventeenths cos(y) = eight-seventeenths
On solving the provided question, we can say that - the trigonometric ratios will will be=> tan Y = 8/15, tan X = 15/8 and sin Y = 8/17
what is trigonometric ratios?Trigonometric functions are real functions used in mathematics to connect the angles of a right triangle to the ratio of its two sides' lengths. They are frequently employed in all fields of geometry-related study, including geodesy, solid mechanics, and celestial mechanics. The values of all trigonometric functions based on the right triangle's aspect ratio values are referred to as trigonometric ratios. The trigonometric ratio of any acute angle is the ratio of its sides to the other sides of a right triangle.
cos X is actually 8/17, which does not belong among the correct answers here.
\(tan X = 15/8\)= opp /
\(sin Y = 8/17\) = correct.
\(cos Y = 8/17\) = incorrect.
correct statements
\(tan Y = 8/15\\tan X = 15/8\\sin Y = 8/17\)
To know more about trigonometric ratios visit:
https://brainly.com/question/1201366
#SPJ4
Answer:
A,C,D
Step-by-step explanation:
tan(Y)=8/15, tan(X) = 15/8, sin(Y) = 8/17 on edge
A teacher recorded unit 4 test scores from her class.
58, 64, 66, 70, 71, 75, 77, 80,
84, 85, 87, 90, 93, 95, 96.
Find the percentile rank of a score of 71 on this street -
Victor is in the 60th percentile, what was his score?
The percentile score of 71 on test score is 27 and the score of victor is 71.
What is Statistics?Statistics is the science concerned with developing and studying methods for collecting, analyzing, interpreting and presenting empirical data.
Given, the teacher recorded unit 4 test scores from class.
The scores are: 5,4,66,70,71,75,77,80,84,85,87,90,93,95 and 96.
A percentile is a value on a scale of one hundred that indicates the percent of a distribution that is equal to or below it.
The percentile rank of a score of 71 on the test is find by formula
\(R_{100} =\frac{100(N < )+\frac{1}{2} }{N}\)
=100×4+1/2(1)/15
=400+0.5/15
=400.5/15
=26.7=27th
Now we need to find the score of victor who has 60th percentile.
60=Score/15
score=71
Hence, the percentile score of 71 on this test score is 27 and the score of victor is 71.
To learn more on Statistics click:
brainly.com/question/29342780
#SPJ1
A quarter of farmland is too rought to use if two fifth is kept for poultry farms and this leaves 221 areas for planting cash crop.what is the area of farm too rough to use
The area of the farm that is too rough to use is 157.86
What is the area?An object's area is how much space it takes up in two dimensions. In other terms, it's the measurement of the number of unit squares that are completely around the surface of a closed shape.
Let the total area of the farm be x.
Area of the farm, too rough to use=x/4
Area of farm kept for poultry farms=2x/5
Remaining Area=221
Thus,
\(x-(\frac{x}{4}+\frac{2}{5}x)=221\)
\(\\ x-\frac{13}{20}x=221\\\)
\(\frac{7}{20}x=221\\\)
x=631.43
Area of the farm too rough to use= 631.43/4
=157.86
Learn more about the area here:
https://brainly.com/question/25292087
#SPJ4
Help Me Please!!! I am so confused and I need to get this question done!!!
\(\huge \bf༆ Answer ༄\)
Let's solve ~
\({ \qquad{ \sf{ \dashrightarrow}}} \: \: \sf \:a_n = 7 + (n - 1)(3)\)
\({ \qquad{ \sf{ \dashrightarrow}}} \: \: \sf \:a_n = 7 + 3n - 3\)
\({ \qquad{ \sf{ \dashrightarrow}}} \: \: \sf \:a_n =3n + 4\)
Hence, the slope intercept form of the equation is ;
\({ \qquad{ \sf{ \dashrightarrow}}} \: \: \sf \:a_n =3n + 4\)
where, slope (m) = 3, and y - intercept = 4
I NEED HELP ASAP HEELP
Answer:
S > 2kg
Step-by-step explanation:
nate walks 11 miles in 4 hours at what unit rate does nate walk
Answer:
\(\frac{11}{4}\)miles/hr
Step-by-step explanation:
Given parameters:
Distance walked by nate = 11miles
Time taken = 4hrs
Unknown:
Rate at which nate walks = ?
Solution:
The rate at which nate walks is the speed. Speed is distance divided by time;
Speed = \(\frac{distance}{time}\)
Insert the parameters and solve;
Speed = \(\frac{11}{4}\)miles/hr
What is the domain of Y √ 4 X²?
The domain and range of function Y = 4x² are:
Domain: (-∞, ∞) {x | x ∈ R}
Range: [0, ∞) {y | y ≥ 0}
What are the domain and range?
The range of values that we are permitted to enter into our function is known as the domain of a function. The x values for a function like f make up this set (x). A function's range is the collection of values it can take as input. After we enter an x value, the function outputs this sequence of values.
We have,
Y = 4x²
The domain of the expression is all real numbers except where the expression is undefined. In this case, there is no real number that makes the expression undefined.
Interval Notation: (-∞, ∞)
Set-Builder Notation: {x | x ∈ R}
The range is the set of all valid y values: [0, ∞)
Set-Builder Notation: {y | y ≥ 0}
Hence, the domain and range of function Y = 4x² are:
Domain: (-∞, ∞) {x | x ∈ R}
Range: [0, ∞) {y | y ≥ 0}
To learn more about the domain and range visit,
brainly.com/question/26098895
#SPJ4
The number of infected
zombies triples every
hour. How many
zombies are there after 6
hours if one zombie was
initially infected?
Answer:
f(x) = 4(1.15)6.
Step-by-step explanation:
how to draw the horizontal alignment for the curve on that
shap on 12D ?
To draw the horizontal alignment for the curve on that shape on 12D, follow these steps:
Step 1: First of all, we have to determine the horizontal alignment for the curve. The horizontal alignment consists of a series of tangents, curves, and spirals.
Step 2: After that, we have to select the appropriate curve radius for the design speed, the superelevation, and the allowable sight distance.
Step 3: Next, plot the vertical curves with the curve layout. A design speed of 50 mph and a curve radius of 1200 ft will be used in this example.
Step 4: Next, we have to calculate the curve length using the formula Lc = Rθ. Here, Lc is the curve length, R is the radius, and θ is the curve angle. In this case, the curve angle is 4 degrees, so the curve length will be 83.775 ft.
Step 5: Then, we will plot the curve using a tangent-tangent-radius (TTR) method. The TTR method involves drawing a tangent to the curve's point of intersection, then drawing another tangent to the next point of intersection, and finally drawing the curve's arc with the given radius. This process is repeated until the curve's entire length is completed.
Step 6: Finally, label the horizontal and vertical curves, including the stationing and curve radius.
That's how we draw the horizontal alignment for the curve on that shape on 12D.
Learn more about shapes: https://brainly.in/question/26253002
#SPJ11