The three types of Data analysis can be : Descriptive Analysis, Diagnostic Analysis nad Predictive Analysis.
What is Data Analysis ?In order to find relevant information, support inferences, and help decision-making, data analysis is the process of analyzing, cleaning, manipulating, and modeling data.
Using both recent and old data, descriptive analytics seeks out patterns and connections. Because it only describes patterns and associations without going any further, it is frequently referred to as the most basic kind of data analysis.
A type of advanced analytics called diagnostic analytics looks at data or information to determine "why it happened." Techniques like drill-down, data discovery, data mining, and correlations are used to describe it.
Using data, statistical algorithms, and machine learning approaches, predictive analytics determines the likelihood of future events based on previous data. The objective is to provide the most accurate prediction of what will happen in the future in addition to understanding what has already occurred.
To learn more about Data analysis refer to :
https://brainly.com/question/17217914
#SPJ4
An angle measures 8.4° more than the measure of its supplementary angle. What is the measure of each angle?
The measure of each angle are 94.2° and 85.8°.
How to detemine the measure of each angleLet's call the measure of the first angle x.
Since the angle is supplementary to another angle, their measures add up to 180°.
So, the measure of the second angle is 180° - x.
Also, the first angle measures 8.4° more than the second angle, so:
x = (180° - x) + 8.4°
Solving for x:
2x = 188.4°
x = 94.2°
So the first angle measures 94.2° and the second angle measures 180° - 94.2° = 85.8°.
Read more about angles at
https://brainly.com/question/25215131
#SPJ1
on monday, jessica told two friends a secret. on tuesday, each of those friends told the secret to two other friends. each time a student heard the secret, he or she told the secret to two other friends the following day. on what day of the week will $1023$ students know the secret?
It will take 10 days for 1023 students to know the secret.
We can start by using the formula for exponential growth: n = 2^k
where n is the number of students who know the secret and k is the number of days.
On Monday, 1 student knew the secret (Jessica). On Tuesday, 2 students knew the secret. On Wednesday, 2 x 2 = 4 students knew the secret. And so on, each day the number of students who know the secret doubles.
We want to find k when n = 1023, so we can solve for k:
1023 = 2^k
log2 1023 = k
k = 10
So, it takes 10 days for 1023 students to know the secret. Since Monday was the first day, the 10th day is 10 days after Monday, which is a Thursday. Therefore, on Thursday, 1023 students will know the secret.
Therefore, It will take 10 days for 1023 students to know the secret.
To learn more about exponential growth,
Visit; brainly.com/question/12490064
#SPJ4
It will take 10 days for 1023 students to know the secret.
We can start by using the formula for exponential growth: n = 2^k
where n is the number of students who know the secret and k is the number of days.
On Monday, 1 student knew the secret (Jessica). On Tuesday, 2 students knew the secret. On Wednesday, 2 x 2 = 4 students knew the secret. And so on, each day the number of students who know the secret doubles.
We want to find k when n = 1023, so we can solve for k:
1023 = 2^k
log2 (1023) = k
k = 10
So, it takes 10 days for 1023 students to know the secret. Since Monday was the first day, the 10th day is 10 days after Monday, which is a Thursday. Therefore, on Thursday, 1023 students will know the secret.
Therefore, It will take 10 days for 1023 students to know the secret.
To learn more about exponential growth,
brainly.com/question/12490064
#SPJ4
Consider the following code segment, which traverses two integer arrays of equal length. If any element of arr1 is smaller than the corresponding (i. E. , at the same index) element of minarray, the code segment should replace the element of minarray with the corresponding element of arr1. After the code segment executes, minarray should hold the smaller of the two elements originally found at the same indices in arr1 and minarray and arr1 should remain unchanged.
The change that will ensure that the code segment functions as intended is "Removing lines 5-8
What is a code segment?A code segment, often known as a text segment or just text, is a section of an object file or the equivalent piece of the program's virtual address space that includes executable instructions in computing.A code segment, often known as a text segment or just text, is a section of an object file or the equivalent piece of the program's virtual address space that includes executable instructions in computing.A code segment, often known as a text segment or simply text in the area of computing, is a section of a computer file that contains object code or an analogous segment of the program's address space that contains executable instructions and directives information.To learn more about code segment refers to:
brainly.com/question/29668360
#SPJ4
Select the statement that accurately describes unimodal distribution.
A distribution in which numerous values are more frequent than other values. A distribution in which the values are distributed uniformly.
A distribution in which two distinct values are more frequent than the other values. A distribution in which one value is more frequent than other values.
The statement that accurately describes unimodal distribution is
" A distribution in which one value is more frequent than other values"
What is unimodal distribution ?
One distinct peak or most frequent value characterises a distribution as unimodal. The values start out climbing, reaching a single high, and then starting to fall. The "mode" in "unimodal" refers to the local maximum on a chart, not the most frequent value in a data set (although they are closely related).
In a graph, one peak will correspond to one mode (one common number), therefore conceptually they are the same thing. There is no list of numbers to go to when attempting to determine if a graph represents a unimodal distribution or not.
To learn more about the unimodal distribution from the given link
https://brainly.com/question/4245473
#SPJ4
What is the main difference between parameters and arguments?
Answer: An argument is a value passed to a function. A parameter variable is a variable local to the function which receives the argument.
Step-by-step explanation:
The term "argument" refers to the values that are specified inside a function when the function is invoked. The variables that are defined when the function is declared, however, are referred to as parameters.
What is Function?
A relation between a collection of inputs and outputs is known as a function. In plain English, a function is an association between inputs in which each input is connected to precisely one output. A domain, codomain, or range exists for every function.
The term "argument" refers to the values that are specified inside a function when the function is invoked. The variables that are defined when the function is declared, however, are referred to as parameters.
argument:
These are employed in function call statements in order to transfer value from the calling function to the receiving function.
Also called as Actual Parameters, they are.
Each argument is always assigned to the parameter specified in the function specification during the call.
Parameter:
These are utilised in the called function's function header to obtain the value from the parameters.
When a function is called, arguments are passed as values to local variables known as parameters.
Formal Parameters is another name for them.
To Learn more about function from the link:
https://brainly.com/question/10439235
#SPJ4
Convert the following signed SWORD to a decimal value.
1101 0010 0011 0111
-8,215 in decimal form. 1101 0010 0011 0111 is a signed binary representation of -8,215 in decimal form.
The binary number 1101 0010 0011 0111 is a signed binary representation of -8,215 in decimal form. To convert this number to decimal, the first bit is the sign bit. This bit is 1, indicating that the number is negative. The remaining 14 bits represent the magnitude of the number. To convert to decimal, each bit is multiplied by two to the corresponding power of two, beginning with the least significant bit. The least significant bit is 2^0 or 1. The next bit is 2^1 or 2 and so on. The value of the number can then be determined by adding the values of each bit together. 1101 0010 0011 0111 = -1 + 2 + 8 + 16 + 32 + 64 + 512 + 1024 + 4096 = -8,215.
Learn more about number here
https://brainly.com/question/17429689
#SPJ4
Inga is solving 2x2 + 12x – 3 = 0. Which steps could she use to solve the quadratic equation? Select three options. 2(x2 + 6x + 9) = 3 + 18 2(x2 + 6x) = –3 2(x2 + 6x) = 3 x + 3 = Plus or minus StartRoot StartFraction 21 Over 2 EndFraction EndRoot 2(x2 + 6x + 9) = –3 + 9
By completing squares, we will see that the solutions of the given quadratic equation are:
x = -3 ± √(21/2)
How to solve the quadratic equation?
Here we know that Inga is solving the quadratic equation below:
2x² + 12x - 3 = 0
The steps that she can do is try to complete squares, first we can take the 2 as a common factor to get:
2(x² + 6x) - 3 = 0
Now we can add 18 in both sides, then we will get:
2(x² + 6x) - 3 + 18 = 18
We can put that 18 inside the first term:
2(x² + 6x + 9) - 3 = 18
And now we can complete squares, because:
x² + 6x + 9 = x² + 2*3*x + 3² = (x + 3)²
Replacing that we will get:
2(x + 3)² - 3 = 18
2(x + 3)²= 18 + 3 = 21
2(x + 3)² = 21
(x + 3)² = 21/2
x = -3 ± √(21/2)
Learn more about quadratic equations at:
https://brainly.com/question/1214333
#SPJ1
a square has a perimeter of ( 20x + 32) inches, whats the length of one side
Answer:
5x + 8
Step-by-step explanation:
(20x + 32) / 4
5x + 8
Male and female teachers were asked whether they preferred to use a whiteboard or a projector while teaching. The responses are summarized in
the table.
Male
Female
Total
Projector Whiteboard Total
22 10 32
28 15 43
50 25 75
What is the approximate probability that a teacher prefers projectors and is female?
A 0. 121
B. 0. 373
OC. 0. 560
D. 0. 651
E 0. 867
Probability that a teacher prefer projector & is female candidate is =
Total Female prefer whiteboard/Total people = 28/75 = 0.373
Given that the information below:
Male people prefer projector - 22
Female people prefer projector - 28
Total people prefer projector - 50
Male people prefer Whiteboard - 10
Female people prefer whiteboard - 15
Total people prefer whiteboard - 25
Total number of Male people - 32
Tota lnumber of Female people - 43
Total number of people - 75
Here the solution given below :
Probability that a teacher prefer projector & is female candidate is =
Total Female prefer whiteboard/Total people = 28/75 = 0.373
The correct option of this question is B) 0.373. Explation is given above.
Learn more about Probability:
https://brainly.com/question/30034780
#SPJ4
Can a linear function be an exponential function?
A linear growth function has a positive constant slope, whereas an exponential growth function has a positive rising slope.
Is it possible for a linear equation to be exponential?Explanation and response: Exponents are not permitted in a linear equation. Because the link between the two variables does not vary at a constant pace, the exponents in an equation generate a nonlinear graph. Linear functions have a constant rate of change per unit interval. Over equal intervals, an exponential function changes by a similar ratio.
The exponential function is another sort of nonlinear function.A nonlinear function in which the independent variable equals the function’s exponent, as in… The independent variable in these functions is an exponent in the equation. Exponential functions are shown as straight lines on semilog paper. Semi-log paper contains two axes: one arithmetic and one logarithmic. The exponential constant in the equation is given by the slope of the line (m).
To learn more about linear equation to refer:
https://brainly.com/question/29051317
#SPJ4
Part F
The club will base its decision about whether to increase the budget for the indoor rock climbing facility on the analysis of its usage. The decision to increase the budget will depend on whether members are using the indoor facility at least two times a week. Use the best measure of center for both of the original data sets to determine whether the club should increase the budget. Assume there are four weeks in a month. If you think the data is inconclusive, explain why.
To determine if the club should increase the budget for the indoor rock climbing facility, the usage data of members must be analyzed. The best measure of center to use in this scenario would be the mean, as it gives a clear average of the usage data.
How to explain the informationIf the average usage of the members is at least two times per week (8 times per month), the club can consider increasing the budget.
However, if the data is inconclusive, it could mean that the sample size is too small or there is too much variability in the data, making it difficult to accurately determine the average usage. In this case, additional data or further analysis may be needed to make a clear decision.
Learn more about data on:
https://brainly.com/question/10838478
#SPJ1
How many slices are in a 14 inch pizza?
Large pizzas are 14 inches in diameter and will offer approximately 10 slices.
What is meant by diameter?
A line that is straight and cuts through the middle of a body or figure. notably a line segment passing through a circle's centre and ending on the circle's rim. the diameter's length.It is twice as long as a circle's radius, or Diameter = 2 Radius.The diameter of a circle cuts through the centre whereas the radius extends from the centre to the edges of the circle. The diameter of a circle effectively divides the shape in two.The diameter or length of a circle is its circumference. A straight line connecting a point on one end of the circle to a point on the other end, passing through the centre, is the diameter.To learn more about diameter refer to
https://brainly.com/question/358744
#SPJ4
A runner is training for a half marathon. On Wednesday, she ran 6 miles in 50 minutes. On Thursday, she ran 4 miles in 32 minutes. Assume she ran at a constant rate each day. On which day did she run faster? By how much faster did she run?
She ran faster on Thursday running at 7.5 mph which is 0.3 mph faster than 7.2 mph speed on Wednesday
What is an equation?An equation is an expression showing the relationship between two or more numbers and variables. An equation can either be linear, quadratic, cubic and so on depending on the degree.
Speed is the ratio of total distance travelled to total time taken. It is given by the equation:
Speed = distance / time
1 hour = 60 minutes
She ran 6 miles in 50 minutes.
50 minutes = 50 min * 1 hr per 60 min = 5/6 hr
Speed on Wednesday = distance / time = 6 miles / (5/6)hr = 7.2 mph
She ran 4 miles in 32 minutes.
32 minutes = 32 min * 1 hr per 60 min = 8/15 hr
Speed on Thursday = distance / time = 4 miles / (8/15)hr = 7.5 mph
Difference in speed = 7.5 mph - 7.2 mph = 0.3 mph
She ran faster on Thursday
Find out more on equation at: https://brainly.com/question/2972832
#SPJ1
Find the rate of change for the situation: Ron completed 3 math assignments in one hour and Duke completed 6 assignments in two hours
The rate of change is 3.0, or three assignments are completed every hour when timed in hours.
How is the rate of change per hour determined?The formula R = D/T, or rate of change equals the distance travelled divided by the time required to do so, can be used to approach rate of change problems in general.Divide the y-value change by the x-value change to determine the average rate of change. Identifying changes in quantifiable parameters like average speed or average velocity calls for the knowledge of the average rate of change.The pace of change of the condition is determined by the slope, which is calculated using the slope formula.m = (6 - 3) miles / (2 - 1) hour = 3 miles / 1h
The rate of change is 3.0, or three assignments are completed every hour when timed in hours.
To learn more about rate of change refer to:
https://brainly.com/question/25184007
#SPJ4
What is 1/3 as a fraction?
Answer:
0.333333...
Step-by-step explanation:
look this almost imposble but there is few ways that can give you an examples
divide 1 by 3 to divide fisrt put a 0 than dot becuze you can't devid it normaly naw give the 1 a 0 so it is ten so dived so 0.3 naw do it again so it endless but not infinty ok so thanks it is 0.3333333. sometimes pick ansear like this 0.3... or 0.3 white a line on top iv it
The fraction 1/3 is comparable to one third. As a result, it is a third of a sum.
What is fraction?In general, any number of equal pieces is represented by a fraction, which is a portion of the entire. A fraction, such as one-half, eight-fifths, or three-quarters, indicates the number of parts of a particular size when it is used in daily speech. Part of a whole is a fraction. The quantity is written as a quotient in mathematics, where the numerator and denominator are divided. Each is an integer in a simple fraction. Whether it is in the numerator or denominator, a complex fraction contains a fraction. The numerator and denominator of a correct fraction are opposite each other. An equal division of a whole number into smaller parts is called a fraction.To learn more about fraction, refer to:
https://brainly.com/question/78672
#SPJ4
Please help me with this too please??
Answer:
tan K = 4/3
Step-by-step explanation:
Tangent is a ratio. The side marked 32 is opposite from angle K. And the side marked 24 is adjacent to (next to) angle K.
Tangent K is the ratio:
opposite/adjacent
tan K = opp/adj
fill in the given side lengths
tan K = 32/24
simplify, both numbers are divisible by 8
tan K = 4/3
The ratio of the measures of the angles in a triangle is 8:3:4. Find the measure of the largest angle.
A- 12
B- 36
C- 96
D- 192
Answer: C- 96
Step-by-step explanation:
Find the distance between (4, 9) and (7, 5)
Answer:The distance between the two points (4, 9) and (7, 5) can be calculated using the distance formula:
√((7 - 4)^2 + (5 - 9)^2) = √(3^2 + (-4)^2) = √(9 + 16) = √25 = 5.
Step-by-step explanation:
Assume that the int variables a, b, c, and low have been properly declared and initialized. The code segment below is intended to print the sum of the greatest two of the three values but does not work in some cases.if (a > b && b > c){low = c;}if (a > b && c > b){low = b;}else{low = a;}System.out.println(a + b + c - low);For which of the following values of a, b, and c does the code segment NOT print the correct value?Aa = 1, b = 1, c = 2Ba = 1, b = 2, c = 1Ca = 1, b = 2, c = 3Da = 2, b = 2, c = 2Ea = 3, b = 2, c = 1
The correct solution are,
(C) a=1, b=2, c=3.
The code segment does not work in the case where a > b, c > b, but a < c.
In this case, the value of 'low' is set to 'b' instead of 'a', which causes the code segment to print the incorrect value.
The values of a, b, and c that fall into this case are a=1, b=2, and c=3.
Let's trace through the code segment using a=1, b=2, and c=3:
Since a=1 and b=2, the first conditional statement (a > b && b > c) evaluates to false, so we skip the first 'if' block.
Since a=1 and c=3, the second conditional statement (a > b && c > b) evaluates to true, so we set 'low' to 'b'.
However, since we have an 'else' block following the second conditional statement, it will always be executed. So, 'low' is set to 'a' instead.
Finally, the code segment prints the sum of a + b + c - low, which is 1+2+3-1 = 5, which is incorrect.
The correct answer should be 1 + 3 = 4.
Therefore, the answer is (C) a=1, b=2, c=3.
Learn more about the coordinate visit:
https://brainly.com/question/24394007
#SPJ12
Need help before Friday
The discounted prices are given as follows:
5) Soccer ball: $7.46.
6) Leather jacket: $202.31.
7) Board game: $15.83.
8) Baseball cap: $11.43.
9) Wooden key: $15.12.
10) Phone charger: $13.30.
How to obtain the discounted prices?The discounted prices are obtained applying the proportions in the context of this problem, multiplying the original price by the decimal equivalent of the discounted price.
Hence the discounted prices are obtained as follows:
5) Soccer ball: 10.65 x (1 - 0.3) = $7.46.
6) Leather jacket: 216.95 x (1 - 0.0675) = $202.31.
7) Board game: 17.69 x (1 - 0.105) = $15.83.
8) Baseball cap: 13.45 x (1 - 0.15) = $11.43.
9) Wooden key: 16.75 x (1 - 0.0975) = $15.12.
10) Phone charger: 15.65 x (1 - 0.15) = $13.30.
More can be learned about proportions at https://brainly.com/question/24372153
#SPJ1
Use the figure and m∠IJL = 0. 5 m∠JIK. In the figure, IJK is a triangle. Side IJ and KJ are congruent. Line JL is bisector of base IK. The length of IL is denoted by 3x and the length of LK is denoted by 2x + 5. The triangle JLK is right angle triangle
So the length of JL is equal to the square root of the expression in the parentheses.
Given,
Based on the information given,
The triangle JLK is a right triangle with JL being the hypotenuse.
Since the angle between IJ and JL is half the angle between JI and JK,
we know that JL is also the perpendicular bisector of IK.
By using the Pythagorean theorem, we can find the length of JL:
[tex](JL)^2 = (2x + 5)^2 + (3x)^2[/tex]
Expanding and simplifying the right side:
[tex]JL^2 = 4x^2 + 20x + 25 + 9x^2[/tex]
[tex]JL^2 = 13x^2 + 20x + 25[/tex]
Taking the square root of both sides:
[tex]JL = \sqrt{(13x^2 + 20x + 25)}[/tex]
So the length of JL is equal to the square root of the expression in the parentheses.
Learn more about Pythagorean theorem :
https://brainly.com/question/14930619
#SPJ4
WEATHER A same-day forecast of the temperature tends to be within 2.25°F of the actual temperature. The
forecast for a particular day is 16°F.
Let x be the actual temperature. Find the range of possible temperatures for the day when the forecast is 16°F.
If WEATHER A same-day forecast of the temperature tends to be within 2.25°F of the actual temperature. The range of possible temperatures for the day when the forecast is 16°F is: 13.75°F to 18.25°F.
How to find range of possible temperatures?Let x be the actual temperature.
Find the range of possible temperatures for the day when the forecast is 16°F.
The range of possible temperatures for the day is:
Range = 16°F - 2.25°F
Range = 13.75°F
Range = 16°F + 2.25°F
Range = 18.25°F
The range is from 13.75°F to 18.25°F.
Therefore the actual temperature can be anywhere from 13.75°F to 18.25°F.
Learn more about temperature here:https://brainly.com/question/24005819
#SPJ1
how many more miles of trails are there than miles of shoreline in crater lake national park
Crater Lake National Park in Oregon is renowned for its spectacular scenery and pristine natural beauty. The park contains an impressive 155 miles of trails, which is significantly more than its 33 miles of shoreline.
The abundant trails within the park provide visitors with an opportunity to explore the area on foot, discovering the unique beauty and landscape that has captivated viewers for centuries.
The trails range from short, easy hikes to more difficult, challenging hikes. Many of the trails lead to breathtaking views of the lake, or to the top of the dormant volcano, Mount Mazama.
The trails are well-maintained and very well-marked, so visitors can confidently and safely make their way around the park. There are also several trails that feature interpretive signs to provide visitors with educational information about the area’s flora, fauna, and geology.
Using the trails, visitors can explore Crater Lake National Park’s many wonders, such as the stunning
To know more about Crater Lake National Park’s click on the link below:
https://brainly.com/question/2680512#
#SPJ11
a box with a square base and no top is to be made from a square piece of cardboard by cutting 3 in. squares from each corner and folding up the sides. the box is to hold 4332 in3. how big a piece of cardboard is needed?
The piece of cardboard needed will be 44 by 44 inches.
The volume of a square box can be defined as the space occupied by the square box or the cube, It is equal to the cube of the length of the side of the square box.
The formula for the volume is V = s³
The volume will be L*W*H
We are cutting 3 inches from each corner, so the length and width will each be x-6.
The height will be 4.
4332 = 4* (x - 6)* (x - 6)
1444= (x - 6)²
38 = x-6
x=44 inches.
The piece of cardboard needed will be 44 by 44 inches.
To know more about the Volume of a square:
https://brainly.com/question/27523686
#SPJ4
someone please help me find the inverse function of g(x)=(x+10)^2
The inverse function of the function g(x) will be y = √(x) - 10.
What is the inverse function?Let the function f is given as
y = m(x + a) + c
Then the inverse function of the function f will be given by swapping x with y and y with x.
The function is given below.
g(x) = (x + 10)²
Replace x with y and g(x) with x, then we have
x = (y + 10)²
(y + 10)² = x
y + 10 = √x
y = √(x) - 10
The inverse function of the function g(x) will be y = √(x) - 10.
More about the inverse function is given below.
https://brainly.com/question/2541698
#SPJ1
Pollter are concerned about declining level of cooperation among peron contacted in urvey. A pollter contact 91 people in the 18-21 age bracket and find that 77 of them repond and 14 refue to repond. When 277 people in the 22-29 age bracket are contacted, 245 repond and 32 refue to repond. Aume that 1 of the 368 people i randomly elected. Find the probability of getting omeone in the 18-21 age bracket or omeone who repond. Report the anwer a a percent rounded to one decimal place accuracy. You need not enter the "%" ymbol. P(18-21 or repond)
The probability of getting omeone is 25.3%
Find the probability of getting omeone in the 18-21 age bracket or omeone who repond?
Define the two events
A = someone is in the 18-21 age bracket
B = the person does not respond
Based on the table, we have
n(A) = number of people in set A = 76
n(B) = 31
n(A and B) = 11
So,
n(A or B) = n(A) + n(B) - n(A and B)
n(A or B) = 76+31-11
n(A or B) = 96
We have 96 people in the age 18-21 bracket, they didn't respond, or both.
Divide this over the 379 people surveyed
96/379 = 0.253 = 25.3%
Answer: 25.3%
To learn more about probability refers to:
https://brainly.com/question/13604758
#SPJ4
A manufacturing process generates cans of frozen concentrated orange juice.
The collection of all cans the process has or could have generated is defined as
the ____.
(A) representative sample (B) population
(C) researcher’s sample (D)conceptual sample
As per the concept of hypothesis the collection of all cans the process has or could have generated is defined as the population
In statistics, a hypothesis is an assumption made about a population of data, usually with the goal of testing it.
The term "population" refers to the collection of all possible items of data or objects, while a "sample" is a smaller subset of the population that is used to draw conclusions about the population.
In the case of the manufacturing process for cans of frozen concentrated orange juice, the "population" would be the collection of all cans that the process has or could have generated.
This is because the goal is to make conclusions about the entire population, rather than just a portion of it.
To know more about hypothesis here.
https://brainly.com/question/29576929
#SPJ4
find the two values that x can have if 3x² + 14 = 89
Answer:
x = 5, -5
Step-by-step explanation:
3x² + 14 = 89
3[tex]x^{2}[/tex] = 75
[tex]x^{2}[/tex] = 25
x = 5 or -5
factor the expression 12x + 18 + 26
x^2-12X+36 using Special Cases
The factors of quadratic function x²-12x + 36 are (x -6) and (x - 6).
What is a quadratic function?A polynomial function with one or more variables, where the largest exponent of the variable is two, is referred to as a quadratic function. In other terms, a "polynomial function of degree 2" is a quadratic function.
Given:
A quadratic function:
x²-12x + 36.
To factorize the quadratic function:
x²-12x + 36,
= x²-6x -6x + 36
= x(x - 6) -6(x - 6)
= (x -6) (x - 6)
Therefore, the factors are (x -6) and (x - 6).
To learn more about the quadratic function;
https://brainly.com/question/11485644
#SPJ1