Answer:
The Eastern Continental Trail is 5,376 miles and the Erie Canalway Trail is 384 miles
Step-by-step explanation:
I took 5,760 divided it by 15 and got 384, I then subtracted 5,760 by 384 and got 5,376
How do you create a unique array?
Minimum Increment operations to make Array unique
Minimum Increment operations to make Array unique.Making elements distinct in a sorted array by minimum increments.Find sum of non-repeating (distinct) elements in an array.Find k closest numbers in an unsorted array.Find k closest elements to a given value.What does the unique function do in Excel?The UNIQUE function will return an array, which will spill if it's the final result of a formula. This means that Excel will dynamically create the appropriate sized array range when you press ENTER .
How does ArrayList work?ArrayList is like an array behind the scenes as it’s backed by an array of type java.lang.Object in java.
Normally arrays are fixed in size which means the number of elements that can be added are fixed and cannot be increased once created. ArrayList can dynamically increase in size once the array that backs is full so, these way we won’t encounter runtime exceptions.
When we say list.get(0), it’s equivalent to array[0]. It can be said the ArrayList is a kind of more convenient way to use dynamic arrays.
To learn more about array visit:
https://brainly.com/question/19570024
#SPJ4
pls help me I’m confused i’ll give brainliest
Answer:
I would say the length is near 8
Answer:
In the given right angled triangle,
base(b)=2 mm and perpendicular(p)=7mm
hypotenuse (h)=?
By using Pythagoras theorem,
h²=p²+b²
or,h²=(7)²+(2)²
or,h²=49+4
or,h²=53
or,h=√53
or,h=7.28
The length of unknown side is 7.28 mm and it is not determined exactly.
The length 7.28 mm is between integers 7 and 8 and it is more closer to 7.
Does anyone know how to do this, I'm stuck
Solve pls brainliest
Answer:
Your answer is 2,600.019
Step-by-step explanation:
Very simply to answer it with or without a calculator.
2.6 * 10^3 + 0.19 * 10^-2
Without calculator
First move the decimal points before adding.
2.6 * 10^3 = 2,600.
Negative exponential moves the decimal to the left.0.19 * 10^-2 = 0.0019
This equation 2.6 * 10^3 + 0.19 * 10^-2 becomes
2,600 + 0.0019
Then add.
2,600.0019
Is 3x² 8x 15 Factorisable?
The equation 3x² - 8x - 15 is not factorizable.
What is an expression?An expression is a way of writing a statement with more than two variables or numbers with operations such as addition, subtraction, multiplication, and division.
Example: 2 + 3x + 4y = 7 is an expression.
We have,
3x² - 8x - 15
This is in the form of ax² + bx + c.
We will find the determinant D = b² - 4ac
If D = 0 or D = perfect square
The equation is factorizable.
Now,
a = 3
b = -8
c = -15
D = (-8)² - 4 x 3 x (-15)
D = 64 + 180
D = 244
This is not a zero nor a perfect square.
Thus,
3x² - 8x - 15 is not factorizable.
Learn more about expressions here:
https://brainly.com/question/3118662
#SPJ4
6 less than a number
Answer:
n - 6
Step-by-step explanation:
Number n is A less than B: n = B - A.
What are the mean and standard deviation of the distribution of rs?
The mean and standard deviation of the distribution of R-S is
B Mean 3 and standard deviation 5How to find the mean and the standard deviationThe mean is calculated by simply substracting the values
= mean R - means S
= 10 - 7
= 3
standard deviation, SD
standard deviation is solved by the use of radicals and this affects the solution hence it will not be simple subtraction, rather we solve back to remove the radical and hence we get the variance
= (SD, R)² + (SD, S)²
= 4² + 3²
= 16 + 9
= 25
the variance is 25
SD = √variance = √25 = 5
complete question
The distribution of random variable R has mean 10 and standard deviation 4. The distribution of random variable S
has mean 7 and standard deviation 3. If Rand S are independent, what are the mean and standard deviation of the
distribution of R-S?
A Mean 3 and standard deviation 1
B Mean 3 and standard deviation 5
C Mean 3 and standard deviation 7
D Mean 17 and standard deviation 1
E Mean 17 and standard deviation 5
Learn more about standard deviation at:
https://brainly.com/question/12402189
#SPJ1
What are the roots of 3x² 5x 2 0?
The equation 3x² + 5x + 2 = 0 has two solutions, x = -2 and x = -1/3. This means that when the equation is set equal to zero and then solved, the two values of x that will make the equation true are -2 and -1/3.
To solve 3x² + 5x + 2 = 0, we must first find the roots of the equation. To do this, we can use the quadratic formula to solve for the two roots. The quadratic formula is x = [-b ± √(b² - 4ac)]/2a, where a, b, and c are the coefficients of the equation. To apply this to our equation, we have a = 3, b = 5, and c = 2, so the formula becomes x = [-5 ± √(5² - 4(3)(2))]/2(3). Simplifying this equation gives us x = [-5 ± √29]/6. The two solutions of this equation are x = -2 and x = -1/3. This means that when the equation is set equal to zero and then solved, the two values of x that will make the equation true are -2 and -1/3.
x = [-5 ± √29]/6
x = [-5 + √29]/6 = -2
x = [-5 - √29]/6 = -1/3
Learn more about equation here
https://brainly.com/question/29657992
#SPJ4
What is the easiest way to find mean median and mode?
Mean = (sum of all observations in given data set) ÷ (total number of observations)
In an odd-numbered set, the median will be the number in the very middle of the list. In an even-numbered set, the average of the two middle numbers will be mode.
The mode is the most frequent number.
Mean:
Using two straightforward procedures, we can determine the mean, or average, of a data set:
(1) Add up all of the values to find the sum.
(2) Divide the sum by the number of values in the data set
Mean = (sum of all observations in given data set) ÷ (total number of observations)
Median:
The middle score in the group is known as the median. To find the median, start by arranging all of the data points from smallest to largest. Means arrange the data either in ascending order or in the descending order. In an odd-numbered set, the median will be the number in the very middle of the list. In an even-numbered set, you will need to calculate the average of the two middle numbers.
Mode:
To quickly determine the mode, arrange the numbers in ascending order by least to greatest, then tally the frequency of each number. The mode is the most frequent number.
For more questions on mean, median and mode
https://brainly.com/question/29186959
#SPJ4
How do you tell if a function is positive or negative on a graph?
Answer:
You can tell if a function is positive or negative by checking the Y values. If all the Y values are above the x-axis it should be positive, and if the all y values are below the x-axis the function should be negative.
Good luck!
Given the system: 2x + 3y = 12 2x - y = 4 What is the value of x + y?
The value of x + y is 5.
What is linear equation?
A linear equation is an algebraic equation of the form y=mx+b, where m is the slope and b is the y-intercept, and only a constant and a first-order (linear) term are included. The variables in the preceding equation are y and x, and it is occasionally referred to as a "linear equation of two variables."
Given linear equations are
2x + 3y = 12 ....(i)
2x - y = 4 ......(ii)
To solve the give linear equation, using elimination method.
Subtract equation (ii) from equation (i)
2x + 3y = 12
2x - y = 4
(-) (+) (-)
________
4y = 8
Divide both sides by 4:
y = 2
Putting y = 2 in equation (ii)
2x - 2 = 4
Add 2 with both sides:
2x = 6
Divide both sides by 2
x = 3
Putting x = 3 and y =2 in x + y:
x + y = 3 + 2 =5
To learn more about system of equations, click on below link:
https://brainly.com/question/29017443
#SPJ1
How do you do 3 terms in binomial expansion?
The solution of the expression with three terms using binomial theorem can be solved by supposition and resubstituting the value.
Let us consider an example of three terms :
( 1 + x + x² ) ³
Use binomial theorem and expand the given expression:
Standard form of binomial expansion is :
( a + b )ⁿ = ⁿC₀aⁿb⁰ + ⁿC₁aⁿ⁻¹b¹ + ⁿC₂aⁿ⁻²b² +..............+ ⁿCₙa⁰bⁿ
Let us consider x + x² = y
( 1 + y )³
=³C₀1³y⁰ + ³C₁1³⁻¹y¹ + ³C₂1³⁻²y² + ³C₃1⁰y³
= 1 + 3y + 3y² + y³
Resubstitute the value of y = x + x² we get,
= 1 + 3(x + x²) + 3(x + x²)² + (x + x²)³
= 1 + 3x + 3x² + 3( x² + 2x³ + x⁴) + ³C₀x³(x²)⁰ + ³C₁x³⁻¹(x²)¹ + ³C₂(x)³⁻²(x²)² + ³C₃x⁰(x²)³
= 1 + 3x + 3x² + 3x² + 6x³ + 3x⁴ + x³ + 3x⁴ + 3x⁵ + x⁶
= 1 + 3x + 6x² + 7x³ + 6x⁴ + 3x⁵ + x⁶
Learn more about binomial theorem here
brainly.com/question/27813780
#SPJ4
Consider the function. f(x)=−8x+4 What is the value of f(−14)?
The value of polynomial for x = 2 that is f(2) will be 32.
What is polynomial?In many branches of mathematics and science, polynomials are used. For instance, they are used to define polynomial functions, which show up in settings ranging from basic chemistry and physics to economics and social science.
They are also used in calculus and numerical analysis to approximate other functions. Polynomial equations are used to form these functions. Polynomial rings and algebraic varieties, two fundamental ideas in algebra and algebraic geometry, are constructed in advanced mathematics using polynomials.
We have given polynomial f(x)=3x²8x+4
We have to find the value of f(2
We have to find the value of polynomial for x = 2
So for finding this value we have to just put x = 2 in polynomial
So f(2) will be
So the value of polynomial for x = 2 will be 32
To learn more about polynomial refer
brainly.com/question/2833285
#SPJ1
resolve into partial fraction x^2+1/x^3+1
First we have to factorise the denominator [tex]\rm{x^3+1.}[/tex]
It can be factorised as,
[tex]\rm{x^3+1=(x+1)(x^2-x+1)}[/tex]
Then the fraction can be written as,
[tex]\longrightarrow\rm{\dfrac{x^2+1}{x^3+1}=\dfrac{x^2+1}{(x+1)(x^2-x+1)}\quad\dots(1)}[/tex]
This fraction can be resolved into partial fractions by writing it as the sum of a fraction having denominator [tex]\rm{x+1}[/tex] and a fraction having denominator [tex]\rm{x^2-x+1.}[/tex]
Since [tex]\rm{x+1}[/tex] is a first degree polynomial, the numerator of the fraction having this term as denominator should be a zero degree polynomial, or a constant term, assumed as [tex]\rm{A.}[/tex]
Since [tex]\rm{x^2-x+1}[/tex] is a second degree polynomial, the numerator of the fraction having this term as denominator should be a first degree polynomial, assumed as [tex]\rm{Bx+C.}[/tex]
So let,
[tex]\longrightarrow\rm{\dfrac{x^2+1}{(x+1)(x^2-x+1)}=\dfrac{A}{x+1}+\dfrac{Bx+C}{x^2-x+1}}[/tex]
[tex]\small\text{$\longrightarrow\rm{\dfrac{x^2+1}{(x+1)(x^2-x+1)}=\dfrac{A(x^2-x+1)+(Bx+C)(x+1)}{(x+1)(x^2-x+1)}}$}[/tex]
Equating numerators,
[tex]\longrightarrow\rm{x^2+1=A(x^2-x+1)+(Bx+C)(x+1)}[/tex]
[tex]\small\text{$\longrightarrow\rm{x^2+1}=\cal{(A+B)}\rm{x^2}+\cal{(-A+B+C)}\rm{x}+\cal{(A+C)}$}[/tex]
Equating corresponding coefficients,
[tex]\rm{A+B=1}[/tex]
[tex]\rm{-A+B+C=0}[/tex]
[tex]\rm{A+C=1}[/tex]
Solving these three equations we get,
[tex]\rm{A=\dfrac{2}{3}}[/tex]
[tex]\rm{B=\dfrac{1}{3}}[/tex]
[tex]\rm{C=\dfrac{1}{3}}[/tex]
Thus,
[tex]\small\text{$\longrightarrow\rm{\dfrac{x^2+1}{(x+1)(x^2-x+1)}=\dfrac{2}{3(x+1)}+\dfrac{x+1}{3(x^2-x+1)}}$}[/tex]
[tex]\small\text{$\longrightarrow\rm{\dfrac{x^2+1}{(x+1)(x^2-x+1)}=\dfrac{1}{3}\left[\dfrac{2}{x+1}+\dfrac{x+1}{x^2-x+1}\right]}$}[/tex]
So (1) becomes,
[tex]\longrightarrow\underline{\underline{\bf{\dfrac{x^2+1}{x^3+1}=\dfrac{1}{3}\left[\dfrac{2}{x+1}+\dfrac{x+1}{x^2-x+1}\right]}}}[/tex]
Hence the given fraction is resolved into partial fractions.
Factorize:
(2a^3-8a)÷ 2a (a-2)
The factorized expression of (2a³ - 8a) ÷ 2a (a - 2) is (a - 4) ÷ (a - 2)
How to factorize the expression?From the question, we have the following parameters that can be used in our computation:
(2a^3-8a)÷ 2a (a-2)
Rewrite the above expression properly
So, we have the following representation
(2a³ - 8a) ÷ 2a (a - 2)
Divide the fraction by 21
This gives
(a - 4) ÷ (a - 2)
The above expression cannot be solved further
Hence, the solution is (a - 4) ÷ (a - 2)
Read more about factored expressions at
https://brainly.com/question/18631189
#SPJ1
6. ms. maria wilson is considering running for mayor of the town of bear gultch, montana. a sample of 400 voters reveals that 300 would support her in the november election. (a) calculate the sample proportion. what is the value of the population proportion? (b) develop a 99 percent confidence interval for the population proportion. (c) interpret your findings. cyhegg
(a) sample proportion is 0.75.
(b) The 99% confidence interval for the population proportion is approximately [0.685, 0.815].
(c) a 99% probability that the true population proportion of voters who would support Maria Wilson is within this range.
What is proportion?
A proportion in math is when two ratios are equivalent, that means they are equal to each other.
(a) To calculate the sample proportion, we need to divide the number of voters who would support Maria Wilson by the total sample size. In this case, the sample proportion is 300/400 = 0.75.
(b) To develop a 99% confidence interval for the population proportion, we can use the following formula:
confidence interval = sample proportion +/- (z-value * standard error)
The standard error of the sample proportion is a measure of the variability of the sample proportion, and is calculated as:
[tex]standard\ error = \sqrt{((sample\ proportion * (1 - sample\\ proportion)) / sample size)}\\\\standard\ error= \sqrt{((0.75 * 0.25) / 400)}\\\\standard\ error= 0.025[/tex]
At a 99% confidence level, the z-value is approximately 2.576.
Substituting these values into the formula for the confidence interval, we get:
confidence interval = 0.75 +/- (2.576 * 0.025)
= 0.75 +/- 0.065
= [0.685, 0.815]
So, The 99% confidence interval for the population proportion is approximately [0.685, 0.815].
(c) The confidence interval tells us that we are 99% confident that the population proportion of voters who would support Maria Wilson in the November election is between 0.685 and 0.815. This means that there is a 99% probability that the true population proportion of voters who would support Maria Wilson is within this range.
To know more about proportion visit,
https://brainly.com/question/870035
#SPJ4
What is the quotient of and 3/4 and 5 6?
9/10 is the quotient when 3/4 is divided by 5/6.
What is fraction?The two parts that make up a fraction are the numerator, which is located at the top, and the denominator, which is located at the bottom.
How to divide fractions?When two fractions are divided, the first fraction is multiplied by the second fraction's reciprocal. Finding the reciprocal of the second fraction and this can be obtained by reversing its numerator and denominator—is and then dividing the fractions. Multiply the two numerators after that. Multiply the two denominators after that, After that we need to simplify the fraction to its lowest form.
Mathematically quotient ,
= (3/4) ÷ (5/6)
It is possible to define an arithmetic operation as one in which we add, subtract, multiply, and divide numbers. It has the fundamental operators +, -,÷,× and.
= (3/4)*(6/5)
= 18/20
= 9/10
so the quotient of 3/4 and 5/6 in lowest form is 9/10.
Learn more about the fraction click on below link:
brainly.com/question/1301963
#SPJ4
What is the coefficient of y2 in the expression 3y2 4x?
The coeficient of y² in the expression is the number 3
What is an algebraic expression?An algebraic expression is a set of numbers and letters that make up an expression that has a meaning, the letters are variables and the numbers are coefficients or independent terms, algebraic expressions can be part of an equation and model mathematical processes.
In the given expression we have the following:
3y² + 4x
As we are asked for the coefficient of the variable "y" then we must take the number that is just before the letter which in this case is the number 3.
3 is the coefficient of y²
Learn more about algebraic expression in:
brainly.com/question/21856579
#SPJ4
Deion is building a walkway with a width of xx feet to go around a swimming pool that measures 13 feet by 9 feet. If the total area of the pool and the walkway will be 621 square feet, how wide should the walkway be?
Applying the area of a rectangle, the width of the walkway (x) is: 7 feet.
What is the Area of a Rectangle?
Area of a rectangle = (length)(width)
Total area of the pool and walkway = 621 sq. ft
Length of the pool and walkway = 13 + 2x
Width of the pool and walkway = 9 + 2x
Thus, we will have the equation of the total area as:
(13 + 2x)(9 + 2x) = 300
4x² + 44x + 117 = 621
4x² + 44x + 117 - 621 = 0
4x² + 44x - 504 = 0
Factorize
(x - 7)(x+18) = 0
x = 7
or
x = -18
The width, x, cannot be negative, so, the width of the walkway (x) would be 7 feet.
Learn more about the area of a rectangle on:
brainly.com/question/25292087
#SPJ1
Which quadratic function has one real solution
0=2(x+7)(x-5)
0=2/3(x-3)(x-3)
0=2.4(x-2)(x+2)
0=1/2(x-2)(x-1)
Answer: [tex]0=\frac{2}{3}(x-3)(x-3)[/tex]
Step-by-step explanation:
The roots are [tex]-7[/tex] and [tex]5[/tex].There is one only distinct root, which is [tex]3[/tex].The roots are [tex]\pm 2[/tex].The roots are [tex]1[/tex] and [tex]2[/tex].
The local school district you live in selling bonds for $2000 that pays 5% interest annually that matures in 10
years. How much interest will you earn?
O $2000
O $500
O $750
O $1000
Answer:
$1000
Step-by-step explanation:
5% = 1 year
50% = 10 years
50% = 0.5
Take 2000 times 0.5 = $1000
So, you will earn $1000 interest in 10 years
Please help !!!!!???
The height of Dubai fountain is 500 feet tall.
Define basic arithmetic.The foundational subject in mathematics is arithmetic, which covers operations with numbers. These include multiplication, division, addition, and subtraction. One of the key areas of mathematics, arithmetic serves as the cornerstone for students studying the topic of mathematics. The Greek term "arithmos," which means "numbers," is where the word "arithmetic" originates. Arithmetic is one of the oldest and most basic concepts in mathematics. It deals with numbers and the basic operations (addition, subtraction, multiplication, and division) that can be carried out on them.
Given
The Burj Khalifa in Dubai is the tallest building in the world, at 2,717 feet.
Burj Khalifa is 217 feet taller
Height of Dubai fountain
Subtracting
2717 - 217
2500
5 times the height
Divide by 5,
2500/5
500
The height of Dubai fountain is 500 feet tall.
To learn more about arithmetic, visit:
https://brainly.com/question/20911361
#SPJ1
What is dependent and dependent variable?
Independent and dependent variables are interdependent.
Dependent Variable: The term "dependent variable" refers to the variable that is being measured or tested in an experiment.
The results of the participants' tests, for instance, would be the dependent variable in a study looking at how tutoring affects test scores because that is what is being measured.
If you keep in mind that the dependent variable depends on the independent variable, finding it can be simpler.
The dependent variable's variable is being measured.It might change based on additional circumstances.It is reliant on other elements.A separate variableThis isn't the same as an experiment's independent variable, which is a variable that can stand on its own. The dependent variable (test results), however, may alter depending on the independent variable (tutoring).
The unrelated factor
Because the experimenters are allowed to change the independent variable as necessary, it is called a "independent" variable.
Changing variable in an independent variable.It doesn't alter in response to other factors.It can stand alone.For more questions on dependent and independent variable
https://brainly.com/question/1479694
#SPJ4
Choose if each statement is True or False. {(2, 2), (3, 2), (4, 2), (6, 2)} is a function: {(-1, 5), (0, 8), (3, 12), (6, 21)} is a function: 5 -10 0 -5 15 -10- 5 0 -5 -10+ 5 5 10 is a function: 10 15 is a function:
Answer:
True False True False
Step-by-step explanation:
Grandpa Ernie is shrinking! Over the past 4 years, his height decreased by a total of 2.4 cm 2.4. It decreased by the same amount each year.
What was the change in Grandpa Ernie's height each year?
Answer:
Step-by-step explanation:
Grandpa Ernie has been shrinking for the past four years. His height decreased by a total of 2.4 cm during this period, which means that it went down by 0.6 cm each year. This gradual decrease in his height is quite remarkable given his age and overall health condition; however, it is not an entirely unexpected phenomenon due to aging and the natural decline of muscle mass with age as well as other factors such as poor nutrition or lack of exercise can contribute to this process too.
Hey people can you guess NFL player with seven Super Bowl
What happens if you claim a dependent that has already been claimed?
It appears that someone else claimed your dependant, assuming you submitted your dependent's details accurately. If another individual claim your dependent before you do, the IRS will reject your return since it processes the first return it gets. In such case, you must take the following actions:
1. File a paper return.
2. Document your case.
3. Answer when the IRS contacts you.
The IRS will reject a tax return filed electronically by a parent claiming a kid who has already been claimed for the year. The return will appear to have never been submitted. The dependent's tax ID number must be included on any future tax returns for the same tax year that are submitted electronically.
For more questions on IRS Claim
https://brainly.com/question/18272497
#SPJ4
What doe the expreion 3x4y repreent?
A. The total number of baket of tomatoe and bag of onion the cutomer purchaed
B. The cot per baket for the tomatoe plu the cot per bag for the onion
C. The total cot, in dollar, for the cutomer’ purchae
D. The number of baket of tomatoe and the number of bag of onion that can be purchaed for $7
The expression 3x+4y represents 3 bags of $3 tomatoes and 4 bags of $4 onions.
What is an expression?
The combination of numerical variables and operations expressed by the addition, subtraction, multiplication, and division signs constitutes a mathematical expression.
Numbers (constants), variables, operations, functions, brackets, punctuation, and grouping can all be represented using mathematical symbols. They can also be used to indicate other characteristics of logical grammar, such as the operation order.
Given that a basket of tomatoes costs $3, whereas an onion package costs $4. A customer buys y sacks of onions and x baskets of tomatoes.
Three bags of $3 tomatoes and four bags of $4 onions are denoted by the equation 3x+4y.
To know more about an expression follow
brainly.com/question/21379090
#SPJ4
Use the Table of Integrals to evaluate the integral. (Remember to use absolute values where appropriate.) / e4x dx 19 e8x e4x C 8 19 e4x 19 4x 19 + C 19 19 19 C 19 + C 19 19 + C 8 19 4x 19 0/1 points | Previous Answers SCalcET8 7.6.023. Use the Table of Integrals to evaluate the integral. (Remember to use absolute values where appropriate. Use C for the constant of integration.) 33 sec5(x) dx X Use the Table of Integrals to evaluate the integral. 6х4е-x dx
The integration is as follow
[tex]\int\limits {e^{4x} / 19 - e^{8x}} \, dx[/tex] = 1/8√19 log|([tex]e^{4x}[/tex] + √19)/ ([tex]e^{4x}[/tex] - √19)| + C[tex]\int\limits {33 sec^5 (x)} \, dx[/tex] = 33/4 tan x sec³x + 99/8 tan x sec x +99/8 log (sec x+ tan x) + CWhat is Integration?Finding an antiderivative of a function is the process of integration. If a function can be integrated and its integral across the domain is finite with the given bounds, then the integration is definite.
Given:
first, [tex]\int\limits {e^{4x} / 19 - e^{8x}} \, dx[/tex]
= [tex]\int\limits {e^{4x} / 19 - e^{(4x)}^2} \, dx[/tex]
let [tex]e^{4x}[/tex] = z
4[tex]e^{4x}[/tex] dx = dz
= 1/4 [tex]\int\limits {dz / \sqrt{19} ^2 -z^2} \,[/tex]
= 1/4 x 1/2√19 log|(z+ √19)/(z-√19)| + C
= 1/8√19 log|([tex]e^{4x}[/tex] + √19)/ ([tex]e^{4x}[/tex] - √19)| + C
Second,
[tex]\int\limits {33 sec^5 (x)} \, dx[/tex]
= 33 [ 1/4 tan x sec³x + 3/4 ∫sec³x dx]
= 33/4 tan x sec³x + 99/4[ 1/2 tan x sec x +1/2 ∫sec x dx]
= 33/4 tan x sec³x + 99/8 tan x sec x +99/8 log (sec x+ tan x) + C
Learn more about integration here:
https://brainly.com/question/18125359
#SPJ4
Please help me with this question
step by step explanantion
Answer: 148cm²
Step-by-step explanation:
The volume of the cuboid is the length, height, and width multiplied together. Since the problem gives us the volume, we can set an equation.
[tex]l*w*h=120 cm^3[/tex]
Since the area of the base of 30cm², we can get another equation.
[tex]l*w=30cm^2[/tex]
We can plug in our equations.
[tex]30cm^2*h=120cm^3[/tex] [divide both sides by 30cm²]
[tex]h=4cm[/tex]
Now, we know the height of the cuboid.
Since we aren't given a specific length and width, it can be any of the combinations that give 30 cm² when multiplied.
We can have 1,30 or 2,15 or 3,10 or 5,6.
I will work out 5,6 with l=5 and w=6.
The surface area of a cuboid is [tex]2(lw+wh+lh)[/tex].
[tex]2(30+24+20)=2(74)=148cm^2[/tex]
This is one possible answer. There are multiple ones with the pair choices above.