The sale price of suit will be $196.
What is mean by Percentage?A number or ratio that can be expressed as a fraction of 100 or a relative value indicating hundredth part of any quantity is called percentage.
Given that;
A $280 suit is marked down by 30%.
Now,
Since, A $280 suit is marked down by 30%.
Hence, The sale price = $280 - 30% of 280
= $280 - 30/100 × 280
= $280 - $84
= $196
Thus, The sale price of suit = $196.
Learn more about the percent visit:
https://brainly.com/question/24877689
#SPJ1
what division problem equals 9/5
Answer:
9÷5=9/5
Step-by-step explanation:
the daily scrum is an event that happens every day. what would be three concerns if the frequency were to be lowered to every two or three days
Three problems would arise if the frequency of scrum was lowered to every two or three days.
(A) There may be missed opportunities to examine and amend the sprint backlog.
(B) The Sprint strategy deteriorates; barriers are raised and taken down more slowly.
(C) Too much time is spent updating the scrum board prior to meetings.
What is a scrum?
Scrum is a project management framework that was initially focused on software development, while it has now been applied to other areas such as research, sales, marketing, and cutting-edge technology.
It is intended for groups with ten or fewer members who divide their work into tasks that can be finished in sprints, which are time-boxed iterations that can be done in as little as one month and most frequently two weeks.
If the frequency was reduced to every two or three days, there would be three issues.
(A) The chances to review and modify the Sprint Backlog may be missed.
(B) The Sprint plan becomes imprecise; obstacles are raised and removed more slowly.
(C) Too much time is spent before meetings updating the scrum board.
Therefore, three problems would arise if the frequency was lowered to every two or three days.
(A) There may be missed opportunities to examine and amend the sprint backlog.
(B) The Sprint strategy deteriorates; barriers are raised and taken down more slowly.
(C) Too much time is spent updating the scrum board prior to meetings.
Know more about scrum here:
https://brainly.com/question/27960967
#SPJ4
What is the least common denominator of the rational expressions below?
Answer:
3x^2 ( x+5)
Step-by-step explanation:
1/x^2 + 1/( 3x^2 +15x)
Factor the denominators
x^2 = x*x
3x^2 +15x = 3 *x( x+5)
The common denominator is
x* 3x* (x+5)
3x^2 ( x+5)
What would be the results after the following code was executed? int[] x = {23, 55, 83, 19}; int[] y = {36, 78, 12, 24}; x = y; y = x; group of answer choices x[] = {36, 78, 12,
The correct option is B) x[] = {36, 78, 12, 24} and y[] = {36, 78, 12, 24}.
The results after the given code was executed is x[] = {36, 78, 12, 24} and y[] = {36, 78, 12, 24}.
What is array?An array is a group of elements the same type that are stored in adjacent memory locations and may be accessed individually by using a reference to a unique identifier.
Some key features regarding the array are-
An array of five int values can be declared without having to declare five distinct variables (one with own identifier).Because arrays are blocks containing static memory which size must be specified at compile time, the elements field inside square brackets [], denoting the amount of elements in the array, needs to be a constant expression.Are left uninitialized by default. This indicates that none of its members are assigned a specific value; its contents are unknown at the time the array is defined.The initializer can also be empty, with only the braces: { }Now, for the given programme,
for(int a = 0; a < x.length; a++)
{
x[a] = y[a];
y[a] = x[a];
}
After execution of the programme, the result obtain will be;
x[] = {36, 78, 12, 24}
y[] = {36, 78, 12, 24}.
Therefore, the output of the given programme is obtained.
To know more about the array, here
https://brainly.com/question/19634243
#SPJ4
The complete question is-
What would be the results after the following code was executed?
int[] x = {23, 55, 83, 19};
int[] y = {36, 78, 12, 24};
for(int a = 0; a < x.length; a++)
{
x[a] = y[a];
y[a] = x[a];
}
A) x[] = {36, 78, 12, 24} and y[] = {23, 55, 83, 19}
B) x[] = {36, 78, 12, 24} and y[] = {36, 78, 12, 24}
C) x[] = {23, 55, 83, 19} and y[] = {23, 55, 83, 19}
D) This is a compilation error.
Please help me? I’ll give brainliest
Answer:
left 4 up one because the coordinates are -4 , 1
Answer:
the first one (-4, 1)
Step-by-step explanation:
The solution to the equation
log2x + log2(x – 6) = 4 is x =
still If we plug in x = -2 into the original equation.
What is the logarithm?A logarithm is a mathematical function that helps to determine how many times a particular number must be multiplied by itself to obtain a specific value. In other words, the logarithm of a number is the exponent to which another fixed value, called the base, must be raised to produce that number.
Given by the question.
Using logarithm rules, we can simplify the left-hand side of the equation:
log2x + log2(x – 6) = log2(x (x – 6))
So, the equation becomes:
log2(x (x – 6)) = 4
Using the description of logarithms, we can rewrite this as:
\(2^{4}\) = x (x – 6)
Simplifying the left-hand side, we get:
16 = \(x^{2}\) – 6x
Moving all the terms to one side, we get a quadratic equation:
\(x^{2}\) – 6x – 16 = 0
We can break this using the quadratic formula:
x = [6 ± sqrt (\(6^{2}\)+ 4(1)(16))] / 2
x = [6 ± sqrt (100)] / 2
x = [6 ± 10] / 2
x = 8 or x = -2
still, we need results are valid, because we cannot take the logarithm of a negative number or of zero.
To learn more about equation:
https://brainly.com/question/29657983
#SPJ1
Which expression is equivalent to quantity negative three and one fourth times d plus three fifths end quantity minus quantity two and seven eighths times d plus seven tenths end quantity? negative forty nine over 8 times d minus one tenth forty nine over eight times d minus one tenth negative three eighths times d minus one and three tenths negative three eighths times d minus one tenth
Answer: The Answer would be -49/8d -1/10
Step-by-step explanation: I got it right on the test
have a good day
The answer for the given expression is -49d/8 - 1/10. Thus, the correct option is option A.
The expression can be solved by simple arithmetic operation.
(-3 1d/4 + 3/5) - (2 7d/8 + 7/10)
In the next step simplify the terms and open brackets.
-13d/4 + 3/5 -23d/8 - 7/10
Taking the like terms together.
-13d/4 - 23d/8 + 3/5 - 7/10
Solving the terms by taking L.C.M.
(-104d-92d/32) + (30-35/50)
-196d/32 - 5/50
Simplifying the terms.
-49d/8 - 1/10.
Thus, the value of the expression is -49d/8 - 1/10.
Learn more about L.C.M. at:
brainly.com/question/423
#SPJ1
You work in Social Media as a consultant. You are working on a new report to examine trends in Social Media usage and age. You conducted a survey of 1072 people randomly selected in the United States (you limited minimum age to 12). The file "Usagef.xlsx" has results of the survey. For each Social Media platform you have a 0/1 variable indicating whether or not the person said they used the platform in the last 6 months. For each of those variables, 1 means the person did use the platform in the last 6 months and 0 means they did not. You also have the age of each respondent calculated based on birth date (so 43.56 means the individual is 43.56 years old). There are two additional variables:
Young adult: 1=respondent is under 35; 0=respondent is 35 or over.
Platforms Used: The total number of Social Media platforms used in the last 6 months.
Please use this information and the data in the excel spreadsheet "Usagef.xlsx" to answer the following questions:
Assuming the sample is a random sample of the U.S. population, what is the upper bound of the 95% confidence interval for the average age in the U.S?
The upper bound of the 95% confidence interval for the average age in the U.S. is 48.29 years.
To determine the upper bound of the 95% confidence interval for the average age in the U.S., we can use the sample data from the survey. The sample size is 1072 people, randomly selected from the U.S. population, with a minimum age of 12. By calculating the average age of the respondents, we can estimate the average age of the entire U.S. population.
Using the given information that the average age of the respondents is 43.56 years, and assuming that the sample is representative of the population, we can calculate the standard error. The standard error measures the variability of the sample mean and indicates how much the sample mean might deviate from the population mean.
Using statistical methods, we can calculate the standard error and construct a confidence interval around the sample mean. The upper bound of the 95% confidence interval represents the highest plausible value for the population average age based on the sample data.
Therefore, based on the provided information and calculations, the upper bound of the 95% confidence interval for the average age in the U.S. is 48.29 years.
Learn more about Confidence intervals
brainly.com/question/32546207
#SPJ11
In AGHI, the measure of ZI=90°, the measure of ZG=5°, and IG = 57 feet. Find the
length of GH to the nearest tenth of a foot.
Answer:
The answer is 57.2
This is correct
I really need help really fast!!!
Answer:
-3 sqrt 2 or -4.242640687
Step-by-step explanation:
Which proportion can you use to derive the equation of the line? (4 questions in picture 2)
The proportion that you use to derive the equation of the line is (y+2)/x=4/3.
So, option c is correct.
What is meant by an equation?An equation is something like 3x - 5 = 16. By solving for x, we discover that x equals 7, which is the value for the variable. By deleting parentheses and merging like terms, you can simplify either side of an equation and find its solution.
Identify the variable term on one side of the equation by adding or subtracting. You can find the variable's value by multiplying or dividing. When two expressions are connected with the equals sign (=) in a mathematical formula, it expresses the equality of the two expressions. Depending on the language, the definition of the word equation and its cognates may alter slightly. For instance, an equation is what is meant in French.
Here,
In the given diagram:
The slope of the straight lines is constant
So, DE/AD=CB/AB
(y+2)/x=4/3
Therefore, option c is correct.
To know more about equation, visit:
https://brainly.com/question/10413253
#SPJ1
The numbers on the faces of a six-sided number cube are the outcomes
that can occur when rolling it.
An outcome is the result of a single trial of a probability experiment.
An experiment is a situation involving chance that leads to results, or outcomes.
You call a list of all possible outcomes of an experiment a sample space.
2 List the sample space for the experiment of rolling a six-sided
number cube.
The sample space for rolling a six-sided number cube is \({1, 2, 3, 4, 5, 6}\)}, representing the six possible outcomes of the experiment.
The sample space for the experiment of rolling a six-sided number cube consists of all the possible outcomes or numbers that can be obtained when the cube is rolled. Since a standard six-sided cube has six faces, each numbered from 1 to 6, the sample space can be represented as \({1, 2, 3, 4, 5, 6}\)}.
In this case, the sample space is a set containing the individual numbers 1, 2, 3, 4, 5, and 6, which represent the possible outcomes of rolling the cube. Each number in the sample space corresponds to a face of the cube, and when the cube is rolled, one of these numbers will be the result.
It's important to note that each outcome in the sample space is equally likely, assuming the cube is fair and unbiased. Therefore, the probability of obtaining any particular outcome is 1 out of 6 or approximately 0.1667.
For more such questions on sample space.
https://brainly.com/question/29004243
#SPJ8
The table shows the relationship between the cost of renting a car from the Wrecko Car Rental Company and the number of days for the rental. Draw a scatter plot and find an equation for the line of best fit. Use the equation to determine the cost of renting a car for 20 days. Days Cost 1 $44 2 $67 3 $90 4 $113 7 $182 10 $251
Answer:
The cost of renting the car for 20 days is $481
Step-by-step explanation:
The table of values can be formed as follows;
Day, Cost
1, $44
2, $67
3, $90
4, $113
7, $182
10, $251
From the given values and the scatter plot, there is a straight line relationship between the cost and the number of days of rental of a car.
The line of best fit is therefore a straight line and from the constant increase in cost ($23) for each extra day of rental, it is possible to find the slope, m, of the data as follows;
\(Slope, \, m =\dfrac{y_{2}-y_{1}}{x_{2}-x_{1}}\)
(x₁, y,) and (x₂, y₂) can be taken as (1, $44) and (3, $90) respectively to give;
\(Slope, \, m =\dfrac{90-44}{3-1} = \dfrac{46}{2} = 23 \ as \ stated \ above\)
The equation in slope and intercept form is therefore, y - 44 = 23×(x - 1), which gives;
y - 44 = 23·x - 23
y = 23·x - 23 + 44 = 23·x + 21
The cost of renting the car for 20 days is then;
10×23 + 21 = $481
The cost of renting the car for 20 days = $481.
A package contains 4 cups of oatmeal. There is 1/3 cup of oatmeal in each serving l. How many servings of oatmeal are there in the package? Explain.
Answer:
Your answer is 12!
Step-by-step explanation:
The number of servings of oatmeal are there in the package are 12.
What is the unitary method?The unitary method is a technique for solving a problem by first finding the value of a single unit, and then finding the necessary value by multiplying the single unit value.
Given that, a package contains 4 cups of oatmeal.
There is 1/3 cup of oatmeal in each serving.
Now, total number of servings = 4 ÷1/3
= 4×3
= 12
Therefore, the number of servings of oatmeal are there in the package are 12.
To learn more about the unitary method visit:
brainly.com/question/22056199.
#SPJ2
Can someone help me please
Answer:
the (X) is 4 so that means both of X's are 4 and u need to choose 4
Step-by-step explanation:
X=4
PLEASE HELP ME ANSWER ASAP
L = k/f, where k is the variational constant, is the formula for the inverse variation.
Inverse proportionsA mathematical relationship between two variables in which they vary in opposing directions is referred to as an inverse proportion, also known as an inverse relationship. When one variable increases while the other decreases, this is known as having inverse proportions.
Using the variables length of violin 'l' and frequency of vibration 'f'
If the length of violin 'l' is inversely proportional to the frequency of vibration 'f', this is expressed as:
l α 1/f
l = k/f
Hence the formula for the inverse variation is l = k/f where k is the constant of variation.
Learn more on inverse variation here: https://brainly.com/question/13998680
#SPJ1
if you always test whether the number is positive or negative, big endian is more easy to use than little endian. true false
the statement "if you always test whether the number is positive or negative, big endian is more easy to use than little endian" is incorrect.
Endianness refers to the way in which a computer stores data in memory. In big endian, the most significant byte is stored at the smallest address and the least significant byte is stored at the largest address. In little endian, the least significant byte is stored at the smallest address and the most significant byte is stored at the largest address.
The choice between big endian and little endian has no impact on testing whether a number is positive or negative. Both endianness formats can store positive and negative numbers in the same way.
To know more about statement visit:
https://brainly.com/question/2370460
#SPJ11
Sidney is eating lunch at a salad bar where you
create your own salad. An 8-ounce salad costs
$2.49. Each additional ounce of salad costs
$0.25. How much does Sidney’s salad cost if it
weighs 1 pound, 8 ounces?
Answer:
$7.47
Step-by-step explanation:
Since a 8-ounce salad cost 2.49
You do 2.49+1 pound times 0.25
1 pound equals to 16 ounces
2.49 + 2.49 + 2.49
Correct. If I am wrong
Answer:
Step-by-step explanation:
the base is 2.49 for eight ozs so you already take off the ozs from 1 pound
since there are 16 ounces in one pound you multiply 16 by .25 and get 4 so you add 2.49 and 4 to get 6.49$ is the answer assuming there is no tax on the food
what is the volume of x
x =
Answer:
x should equal 39 because 102+39=141 so subtract that from 180 like so. 180-141 which equal 39 the answer.
Hi there!
Kind Note:
I understood your question as 'What is the measure of x'. If it is the correct question, please look below for the solution. However, if the question I am saying is incorrect, then please type your 'correct question' in the comments. Thank you!
Solution:
We know that:
Sum of all 3 angles = 180°Work:
39 + 102 + x = 180Adding like terms on the LHS:
141 + x = 180Subtracting 141 both sides to isolate the x:
=> 141 - 141 + x = 180 - 141=> x = 180 - 141Subtracting the RHS:
=> x = 39Hence, the value of x is 39.
Hoped this helped.
\(BrainiacUser1357\)
Doug drove 253 ½ miles in 4 ½ hours. How many miles did ,he average
per hour
Answer:
56.33 is the average of miles per hour.
Step-by-step explanation:
Amstat News (December 2004) lists median salaries for associate professors of statistics at research institutions and at liberal arts and other institutions in the United States. Assume a sample of 200 associate professors from research institutions having an average salary of $70,750 per year with a standard deviation of $6000. Assume also a sample of 200 associate professors from other types of institutions having an average salary of $65,200 with a standard deviation of $5000. Required:
Test the hypothesis that the mean salary for associate professors in research institutions is $2000 higher than for those in other institutions
To test the hypothesis that the mean salary for associate professors in research institutions is $2000 higher than for those in other institutions, we can perform a two-sample t-test.
The null hypothesis is that the difference in means is not significantly different from $2000, while the alternative hypothesis is that the difference is greater than $2000.
Using the given information, we can calculate the t-statistic as (70750 - 65200 - 2000) / sqrt((6000^2/200) + (5000^2/200)) = 5.39. With 398 degrees of freedom (n1 + n2 - 2), the p-value for this one-sided test is less than 0.0001.
Since this p-value is much smaller than any reasonable level of significance, we reject the null hypothesis and conclude that there is strong evidence that the mean salary for associate professors in research institutions is significantly higher than for those in other institutions by $2000.
To learn more about Mean click here:
brainly.com/question/23899107
#SPJ11
To test the hypothesis that the mean salary for associate professors in research institutions is $2000 higher than for those in other institutions, we can perform a two-sample t-test.
The null hypothesis is that the difference in means is not significantly different from $2000, while the alternative hypothesis is that the difference is greater than $2000.
Using the given information, we can calculate the t-statistic as (70750 - 65200 - 2000) / sqrt((6000^2/200) + (5000^2/200)) = 5.39. With 398 degrees of freedom (n1 + n2 - 2), the p-value for this one-sided test is less than 0.0001.
Since this p-value is much smaller than any reasonable level of significance, we reject the null hypothesis and conclude that there is strong evidence that the mean salary for associate professors in research institutions is significantly higher than for those in other institutions by $2000.
To learn more about Mean click here:
brainly.com/question/23899107
#SPJ11
find the area of this circle
Answer:
Formula given : Area = πr²
where r is the radius
the given radius is 5 inches
and pi is 3.14
so 3.14x 5²
3.14 x 25
the area is 78.5 in²
hope it helps, mark as brainliest :D
Answer:
A = 78.54 in²
Step-by-step explanation:
A = πr²
A = π(5²)
A = 25π
A = 78.54 in²
6 (d-4) = 18d
someone please help :(
Answer:
d = -2
Step-by-step explanation:
6 (d-4) = 18d
6d - 24 = 18 d
-24 = 18d - 6d
-24 = 12d
d = -24 / 12
d = -2
To Find: Value of (d) if,
6(d - 4) = 18 d.
6(d - 4) = 18d
→ 6d - 24 = 18d
(Simplified the LHS portion)
→ 6d - 18 d = 24
(Like terms are separated)
→ - 12d = 24
→ - d = 24/12
→ - d = 2
→ d = - 2
Verification:-
LHS:-
6(d - 4)
= 6d - 24
= 6(- 2) - 24
= - 12 - 24
= - 36
RHS:-
18d
= 18(- 2)
= - 36
Thus,
LHS = RHS.
Lush company has reached up the following objectives and set up the relevant programmes for the 2016-2019 planning period as listed below: . Lush suntan lotions were ready to be introduced at an expected sale of 50m pounds by 2016. . Lush skin care products are to be promoted to the affluent men for a target of 100m pounds at the end of 2019. Lush company wanted to reach a target sale of 12.5% of the 10,000m expected total market size in 2019. . . Lush perfumes made from country flowers were to be introduced generating 150 m pounds during the planning period. T-Shirts sponsoring animal rights activists are ready to be given away to purchasers of Lush shampoos and soaps for women. A sale boost of 200m pounds is expected by 2019. . Forecasted sales were expected to reach 50% over the current sales of 500m pounds. a. Draw and illustrate a gap analysis graph in response to the above. b. Work out the Strategy gap Operations gap Total gap C. If the net profit is 10% of sales and assets are 1000m, formulate a corporate objective statement for Lush for 2019. Show your calculations:
To calculate the strategy gap, operations gap, and total gap, we need to compare the expected sales targets with the actual sales achieved
The gap analysis graph would display the expected sales targets for each objective and compare them to the actual performance. The y-axis represents the sales in millions of pounds, and the x-axis represents the planning period from 2016 to 2019. Each objective's expected sales target would be plotted as a line, and the actual sales achieved would be plotted as a separate line. The gaps between the two lines would indicate the variance between expectations and performance.
To calculate the strategy gap, operations gap, and total gap, we need to compare the expected sales targets with the actual sales achieved. The strategy gap represents the variance between the target sales and the actual sales for each objective. The operations gap reflects the overall variance between the total expected sales and the actual sales achieved. Finally, the total gap would be the sum of the strategy gap and operations gap.
To formulate the corporate objective statement for Lush in 2019, we consider the net profit and total assets. Since the net profit is 10% of sales, we can calculate the net profit as 0.1 multiplied by the actual sales achieved in 2019. Given that the assets are 1000m, the corporate objective statement could be formulated as follows: "Lush aims to achieve a net profit of [calculated net profit] and maintain its total assets at 1000m in 2019, while continuing to expand its product offerings and market share."
Learn more about profit here:
https://brainly.com/question/15188532
#SPJ11
5) Explain the steps and show your work on how you would simplify the expression 8(1/4x-3)+5(2y+4)+10
Answer:
10y ( x-12 / 4 ) +30
Step-by-step explanation:
If you click on the photo i explained it step by step
george is building a fence at a consent rate of 1/3 section of fence every 1/2 hour at the rate. what fraction represents the section iof fence george can build per hour
randomly put three rooks (castles) on 3x3 small chessboard. what is the probability none of the rooks can capture any of the other two?
The probability of three rooks being placed on a 3x3 chessboard without any of them being able to capture another is about 3.57%.
How to find the probability of the rooks?There are a total of 9 squares on a 3x3 chessboard, and we need to place 3 rooks on these squares. There are 9 choices for the first rook, 8 choices for the second rook, and 7 choices for the third rook.
However, not all of these choices will result in a valid configuration where none of the rooks can capture each other. To be valid, each row and each column must have at most one rook.
Let's consider the number of valid configurations. Without loss of generality, we can assume that the first rook is placed in the first row. There are 3 choices for the column of the first rook. The second rook can be placed in any of the 6 remaining squares, but only 3 of these squares are in rows or columns that do not already have a rook. Finally, the third rook can be placed in any of the 3 remaining squares, but only 2 of these squares are in rows or columns that do not already have a rook.
Therefore, the total number of valid configurations is 3 x 3 x 2 = 18.
The total number of ways to place the rooks is 9 x 8 x 7 = 504.
Therefore, the probability that none of the rooks can capture any of the other two is 18/504 = 1/28, or approximately 0.0357.
Learn more about Rook
brainly.com/question/14773695
#SPJ11
What are the missing numbers?
Answer:
You can use the formula 500 * 1.03^x to solve for any year.
year 4 is 500 * 1.03^(4) = 562.75
year 6 is 500 * 1.03^(6) = 597.03
Year 7 is 500 * 1.03^(7) = 614.94
Step-by-step explanation:
The amount is increasing, and there are two main ways for that to happen. Addition and multiplication. So let's see if it keeps getting the same amount added or multiplied.
0 to 1 goes from 500 to 515, so 15 is added. but 15.45 is added from 1 to 2, so we can't just do simple addition.
using multiplication 0 to 1 has 1.03 multiplied. if you multiply by it again you do get 530.45, so we have established what is happening.
You can use the formula 500 * 1.03^x to solve for any year.
so year 4 is 500 * 1.03^(4) = 562.75
year 6 is 500 * 1.03^(6) = 597.03
Year 7 is 500 * 1.03^(7) = 614.94
The ratio of boys to girls is 4:5 if there are 20 boys in the class find the number of girls. Show workings
Answer:
25 girls
Step-by-step explanation:
We Know
The ratio of boys to girls is 4:5. For every 4 boys, there are 5 girls.
To get from 4 to 20, we multiply by 5.
We Take
5 x 5 = 25 girls
So, there are 25 girls in class.
Answer: 25 girls are in the class
Step-by-step explanation: You can set up the ratio 4:5 as a fraction, \(\frac{4}{5}\) to find your answer. You are given the fact that 20 boys are in the class so now you can solve 2 ways.
Option 1 - Set up the equation algebraically as \(\frac{20}{x}\), where x = number of girls and set that equal to \(\frac{4}{5}\). This way allows you to see that the fraction must have the same ratio as 4:5. You can see that 4 x 5 = 20, so the multiple factor is 5. The variable x must equal 5 x 5, so x = 25.
Option 2 - Multiply the amount of boys given to you by the reciprocal of the ratio. Instead of using \(\frac{4}{5}\), you have to use \(\frac{5}{4}\) because there are more girls than boys in the class. This allows you to finish the problem by multiplying 20 x \(\frac{5}{4}\) to get the result of \(\frac{100}{4}\), which you may know simplifies into 25.
Find the surface area for a sphere with a radius of 10 feet. Round to the nearest whole number.
a. 1,256 ft2
b. 4,189 ft2
c. 1,089 ft2
d. 1,568 ft2
The required surface area of the sphere with radius 10 feet is given by option a. 1,256 ft².
Let us consider 'r' be the radius of the sphere.
Radius of the sphere 'r' = 10 feet
Surface area of the sphere = 4 π r²
Substitute the value of radius in the formula we get,
⇒ Surface area of the sphere = 4 π × ( 10 )²
Substitute value of π is equal to 3.14 we get
⇒ Surface area of the sphere = 4 × 3.14 × ( 10 )²
⇒ Surface area of the sphere = 12.56 × 100
⇒ Surface area of the sphere = 1,256 square feet.
Therefore, the surface area of the sphere is equal to option a. 1,256 ft².
learn more about sphere here
brainly.com/question/12390313
#SPJ4