Answer is A
lmk if im wrong
. let c be a nonsymmetric n × n matrix. for each of the following, determine whether the given matrix must necessarily be symmetric or could possibly be nonsymmetric:
To determine whether a given matrix is symmetric or nonsymmetric, we need to understand the definition and properties of a symmetric matrix.
A matrix is symmetric if it is equal to its transpose. In other words, for a matrix A, if A = A^T (where A^T is the transpose of A), then A is symmetric.
Now, let's consider the given scenarios:
1. The matrix A = c^T:
In this case, the transpose of matrix c is taken. Since c is a nonsymmetric matrix, there is no guarantee that its transpose will be equal to c itself. Therefore, the matrix A could possibly be nonsymmetric.
2. The matrix A = c + c^T:
Here, we add the matrix c to its transpose. If c is symmetric, then c^T = c, and thus the sum of c and c^T will also be symmetric. However, if c is nonsymmetric, then c^T ≠ c, and the resulting matrix A will be nonsymmetric. Therefore, the matrix A could possibly be nonsymmetric.
To summarize, in both scenarios, the given matrix A could possibly be nonsymmetric. It ultimately depends on the nature of the original matrix c.
To know more about original matrix, visit:
https://brainly.com/question/14600260
#SPJ11
Use the data below to create a histogram.
Belmont Flooring tracked the number of broken tiles in each shipment it received
last year, the data below to create a histogram.
21, 23, 15, 17, 14, 2, 4, 7, 14, 18, 16, 21, 3 19, 4, 9
Number of Tiles
(0-5)
[5-10)
[10-15)
[15-20)
[20-25)
Be sure to label the x- and y-axis. Add a title to the histogram.
Frequency
Answer:
To create the histogram, we need to group the data into intervals and count the frequency of each interval. Based on the data, we can create the following intervals:
(0-5), [5-10), [10-15), [15-20), [20-25)
Then, we count the frequency of each interval:
(0-5): 2
[5-10): 3
[10-15): 3
[15-20): 5
[20-25): 3
Using this information, we can create the following histogram:
diff
Copy code
Frequency
| x
| x
x | x
x | x x
x | x x
------------------
(0-5) [5-10) [10-15) [15-20) [20-25)
The x-axis represents the intervals, and the y-axis represents the frequency. The title of the histogram could be "Distribution of Broken Tiles in Shipment Received by Belmont Flooring in 2022".
I need help on what to do I would gladly appreciate if you can help
Answer:
9.89 or 7 radical 2
Step-by-step explanation:
What do the 300 and 10 in the diagram represent….PLEASE I NEED HELP FAST
Answer:
3
Step-by-step explanation:
1. Scores made on an aptitude test by employees are approximately normally distributed with mean of 500 and variance of 10,000.
(i) What percentage of those taking the test, score below 225?
(ii) What percentage of the scores fall between 355 and 575?
To solve these problems, we can use the properties of the normal distribution with the given mean and variance.
Given:
Mean (μ) = 500
Variance (σ^2) = 10,000
(i) To find the percentage of those taking the test who score below 225, we need to calculate the cumulative probability up to 225 using the normal distribution.
First, we need to calculate the standard deviation (σ) by taking the square root of the variance:
Standard Deviation (σ) = √10,000 = 100
Using the Z-score formula, we can standardize the value of 225:
Z = (X - μ) / σ
Z = (225 - 500) / 100
Z = -2.75
Looking up the Z-score of -2.75 in the standard normal distribution table or using a calculator, we find the cumulative probability (percentage) as approximately 0.0028.
Therefore, approximately 0.28% of those taking the test score below 225.
(ii) To find the percentage of the scores that fall between 355 and 575, we need to calculate the cumulative probabilities up to 575 and up to 355, and then find the difference between the two probabilities.
Standardizing the value of 355:
Z1 = (X - μ) / σ
Z1 = (355 - 500) / 100
Z1 = -1.45
Standardizing the value of 575:
Z2 = (X - μ) / σ
Z2 = (575 - 500) / 100
Z2 = 0.75
Looking up the Z-scores of -1.45 and 0.75 in the standard normal distribution table or using a calculator, we find the cumulative probabilities (percentages) up to 355 and up to 575 as approximately 0.0735 and 0.7734, respectively.
The percentage of the scores that fall between 355 and 575 is the difference between these two probabilities:
0.7734 - 0.0735 ≈ 0.6999
Therefore, approximately 69.99% of the scores fall between 355 and 575.
Learn more about Normal distribution problems here:
https://brainly.com/question/30219090
#SPJ4
Order these lengths in order from least to greatest.
0.65 m
0.6 m
0.52 m
0.55 m
0.545 m
Answer:0.52, 0.545, 0.55, 0.6, 0.65
Source:trust me bro
Answer:
O.52 m, 0.545 m, 0.55 m, 0.6 m, 0.65m. :)
Step-by-step explanation:
Any odd number on being AND-ed with ________ always gives 1. Hint: Any even number on being AND-ed with this value always gives 0
The value that when AND-ed with an even number always gives 0 is 0 itself.An odd number on being AND-ed with 0 gives 0. The statement "Any odd number on being AND-ed with 1 always gives 1" is true.
In general, AND operation is used to determine the bits that are present in both the operands. When performing an AND operation, the result is 1 if both the corresponding bits are 1, and the result is 0 otherwise.
The statement "Any even number on being AND-ed with this value always gives 0" implies that this value should be 0.For an odd number, its binary representation will always have a 1 in the least significant bit. When AND-ed with 1, the result will always be 1 because 1 AND 1 = 1.
Thus, the statement "Any odd number on being AND-ed with 1 always gives 1" is true.
In contrast, an even number will always have a 0 in the least significant bit. When AND-ed with 1, the result will always be 0 because 0 AND 1 = 0.
Therefore, the value that when AND-ed with an even number always gives 0 is 0 itself. An odd number on being AND-ed with 0 gives 0.
To learn more about number visit;
https://brainly.com/question/3589540
#SPJ11
What is decimal value of the sum of the following 5-bit two's complement numbers? 10010+10101
The decimal value of the sum of the two 5-bit two's complement numbers 10010 and 10101 is -5.
In two's complement representation, the leftmost bit represents the sign, with 0 indicating a positive number and 1 indicating a negative number. To perform the addition, we start by adding the least significant bits (LSBs) together, which gives us 0+1 = 1. Since both numbers are positive, the sum is also positive. Moving on to the next bit, we have 1+0 = 1. Continuing this process, we add 0+1 = 1, 0+0 = 0, and 1+0 = 1 for the remaining bits. However, when performing two's complement addition, we ignore any carry that occurs beyond the most significant bit (MSB).
The MSB in the sum is 1, indicating a negative number. To find the decimal value, we convert the remaining bits (01101) from two's complement to decimal. In two's complement, the leftmost bit is weighted as -16, the next bit as 8, then 4, 2, and 1 for the subsequent bits. Multiplying the bits by their respective weights and summing them up, we have -8 + 4 + 1 = -3. Therefore, the decimal value of the sum of 10010 and 10101 is -5.
To learn more about decimal refer:
https://brainly.com/question/28393353
#SPJ11
The soccer team collected $800 at a car wash fundraiser. They charged $5. 00 for small vehicles and $10. 00 for larger vehicles. The amount collected can be modeled by the equation 5 x plus 10 y equals 800, where x represents the number of small vehicles and y represents the number of larger vehicles. If the number of larger vehicles washed was 50, how many small vehicles were washed in total?.
The number of small vehicles that were washed in total is: 60
How to solve Algebra word Problems?Algebraic word problems are problems that require converting a sentence into an equation and solving that equation. Usually in real-life scenarios variables represent unknown quantities.
We are given:
5x + 10y = 800
replace y with 50 to get:
5x + 10(50) = 800
5x+500 = 800
5x = 800-500
5x = 300
x = 300/5
x = 60
60 small vehicles were washed in total.
proof: 5x+10y = 800
replace x=60 and y=50
so; 5(60) +10(50) =800
300 + 500 = 800
800 = 800
Read more about Algebra Word Problems at: https://brainly.com/question/21405634
#SPJ4
this morning james had half as much money as his brother and 27 dollars less than his sister. then his brother paid james and his sister each 12 dollars to wash his car. after the payoff, james's sister has twice as much money as james's brother. how much money does james have now?
James has $37.67 now after all his expenses
James had $x, his brother had $y, and his sister had $z when the morning began.
By using algebra,
James's sibling had twice as much money as James.
Now, x =y/2..... (i)
James had $27 fewer dollars than his sister did.
So, x = z - 27 ........ (ii)
⇒ {From equation (1)}
⇒ y/2 = z -27
⇒ y = 2z - 54
⇒ 2z - y =54 ..........(3)
Now, James and his sister each received $12 from his brother.
James now has $(x + 12), his brother now has $(y -24), and his sister now has $(z + 12).
Given that James' sister has twice as much money as James' brother after payoff,
So, z+12/2 = y-24
⇒ z + 12 = 2y - 48
⇒ 2y - z = 50 ......... (4)
The result of resolving equations (3) and (4) is
3y = 54 + 100 = 154
⇒ y = 51.33.
The result of equation (3) is now z = 52.67.
And from equation (1), x = 51.3/2= 25.67
So, now, James has (25.67 + 12) = $37.67
Hence, James has $37.67 now after all his expenses
To learn more about algebra click here:
brainly.com/question/24875240
#SPJ4
Compare the budgets of Hong Kong, United States of America, and
Korea based on your definition of a budget, in terms of contents,
formats, advantages, and disadvantages, etc.
The budgets of Hong Kong, the United States of America, and Korea differ in contents, formats, advantages, and disadvantages. While each budget has its strengths and weaknesses, they all aim to provide a clear and transparent financial plan for their respective countries.
A budget is a financial plan that estimates expected income and expenditure for a specific period. It may include income, expenses, debts, and savings. Budgets may vary from country to country and can be analyzed by comparing their contents, formats, advantages, and disadvantages. Here are the budgets of Hong Kong, the United States of America, and Korea:
Hong Kong Budget:United States Budget:
Contents: The US budget comprises revenue, expenditures, and deficit or surplus. It includes an analysis of taxes, social security, and Medicare.Format: The US budget is presented in a complex and lengthy format, including tables, graphs, and other financial documents.Advantages: The budget provides detailed information on tax expenditures and encourages public participation in the budget process.Disadvantages: The budget can be challenging to understand due to its complexity, and it may not provide an accurate depiction of federal spending.Korean Budget:
Contents: The Korean budget comprises revenue, expenditures, and surplus or deficit. It includes detailed information on taxes, social security, and public welfare.Format: The Korean budget is presented in a clear and concise format, including tables and charts to aid understanding.Advantages: The budget is easy to understand, and it promotes transparency and accountability. It also provides detailed information on social welfare expenditures.Disadvantages: The budget may not provide an accurate depiction of government spending, and it may not include information on hidden expenditures.Learn more about Budget:
https://brainly.com/question/26894404
#SPJ11
Can you please help me with the question
Find the function f, if: f'(x)=2/(x^3) + 4e^x + 5, f(-1)=1, f(1)=-1 (Note: Consider the domain and write the answer in ascending order of the variable).
Answer:
f(x) = -1/x^2 + 4e^x + 5x + 1 + 1/x - 4e^(-1)
Step-by-step explanation:
We can find the function f(x) by integrating f'(x) with respect to x:
â«f'(x) dx = â«(2/(x^3) + 4e^x + 5) dx
f(x) = -1/x^2 + 4e^x + 5x + C
To find the constant C, we can use the given initial conditions:
f(-1) = 1 = -1/(-1)^2 + 4e^(-1) - 5 + C
C = 1 + 1/1 - 4e^(-1)
f(x) = -1/x^2 + 4e^x + 5x + 1 + 1/x - 4e^(-1)
Therefore, the function f(x) is:
f(x) = -1/x^2 + 4e^x + 5x + 1 + 1/x - 4e^(-1)
what is the minimum number of students needed in a classroom to ensure 3 of them were born on the same month
Answer: three students.
Step-by-step explanation: That said, 25 is correct since the worst case scenario is that the class has two students born in each month, so adding an additional student ensures that you will have at least one month with at least three students born in that month.
Hope it helped :3
Veronique and Lily compare their investment accounts to see how much they will have in the accounts after seven years. They substitute their values shown below into the compound interest formula. Compound Interest Accounts Name Principal Interest Rate Number of Years Compounded Veronique $1,000 5% 7 Once a year Lily $1,800 9% 7 Once a year A = P (1 + r) Superscript t Which pair of equations would correctly calculate their compound interests? Veronique: A = 1,000 (1 + 0.05) superscript 7, Lily: A = 1,800 (1 + 0.09) Superscript 7 Veronique: A = 1,000 (1 + 0.07) Superscript 5, Lily: A = 1,800 (1 + 0.07) Superscript 9 Veronique: A = 1,800 (1 + 0.05) Superscript 7, Lily: A = 1,000 (1 + 0.09) Superscript 7 Veronique: A = 1,000 (1 + 0.07) Superscript 5, Lily: A = 1,800 (1 + 0.07) Superscript 9
Answer:
Veronique: A = 1,000 (1 + 0.05) superscript 7, Lily: A = 1,800 (1 + 0.09) Superscript 7
Step-by-step explanation:
the equation used to calculate future value of an investment (or bank deposit) using compound interest is:
future value = present value x (1 + interest rate)ⁿ
Veronique: future value = $1,000 x (1 + 5%)⁷ = $1,057Lily: future value = $1,800 x (1 + 9%)⁷ = $3,290.47Answer:
the answer would be A
Step-by-step explanation:
what the person above said.
3/12 + 7/12 =
A) 5/6
B) 10/24
C) 5/24
D) 1/6
Answer:
A. 5/6
Step-by-step explanation:
Since our denominators match, we can add the numerators.
3 + 7 = 10
So 10/12 the answer but simplified would give 5/6
Find the center and radius of a circle that has a diameter with the given endpoints.
(7, -5) and (-1, 10)
Answer:
center: (3, 2.5)radius: 8.5 unitsStep-by-step explanation:
The center of a circle is the midpoint of any diameter. The midpoint of a segment has coordinates that are the average of the coordinates of the segment end points.
The length of the radius is the distance from the center to an end point of a diameter. Alternatively, it is half the length of the diameter.
__
Center = (A +B)/2 = ((7, -5) +(-1, 10))/2 = (6, 5)/2 = (3, 2.5)
Radius = 1/2|AB| = 1/2√((7 -(-1))² +(-5 -10)²) = 1/2√(64 +225) = 1/2√289
= 17/2 = 8.5
The center of the circle is (3, 2.5), and the radius is 8.5 units.
__
Additional comment
The differences of diameter end point coordinates are 8 and 15, suggesting the Pythagorean triple {8, 15, 17} will come into play. It does.
Beginning at its highest point, a drop tower ride drops 130 feet to a point 95 feet above the ground, then climbs to the top to drop again. What is the highest point of the rides
Answer:
The highest point of the rides is 225 feet
Step-by-step explanation:
Given
The Point X is above the ground by \(95\) feet
The tower ride drops from a point A which is \(130\) feet above the point X
The total distance between point A and X is the highest point of the rides.
Total distance
\(= 95 +130 \\= 225\)feet
find each value of k for which the lines y=9kx-1 and kx 4y=12 are perpendicular
The value of k in the equations is 2/3
How to determine the value of kFrom the question, we have the following parameters that can be used in our computation:
y = 9kx - 1
kx + 4y = 12
This can be expressed as
y = 9kx - 1
y = -kx/4 + 3
The slopes of perpendicular lines are opposite reciprocal
This means that
9k * -k/4 = -1
So, we have
k^2 = 4/9
Evaluate
k = 2/3
Hence, the value of k is 2/3
Read more about linear equation at
https://brainly.com/question/2030026
#SPJ1
HLPZ!! I DON'T KNOW HOW TO DO THIS!!! The Venn diagram shows event A and event B comprised of outcomes from the same sample space. The probability of event A is given, as well as the probability of neither event A nor event B. What is the probability of event B?
Answer:
0.6.
Step-by-step explanation:
Either event A or Event B or neither must happen so the probability of any of these is 1, so
Prob(B) = 1 - 0.2 - 0.2 = 0.6.
Answer: answer above me is correct
Is 6(2ab + 3a) equivalent to 3/4a(16b+24)?
PLEASEEEE HELP.
Answer: Yes they’re equivalent
Step-by-step explanation:
A cylindrical container that has a capacity of 10 m3 is to be produced. The top and bottom of the container are to be made of a material that costs $20 per square meter, while the side of the container is to be made of a material costing $15 per square meter. Find the dimensions that minimize the cost of the material. (Enter each answer to 3 decimal places.)
The dimensions that minimize the cost of the material is a radius of 1.091 meters and a height of 3.637 meters
We are given the capacity of the cylindrical container as 10 m³.The surface area of the container = (2πrh + 2πr²)Here r is the radius and h is the height. We want to minimize the cost of the materials used to produce the container. We are told that the top and bottom of the container are to be made of a material that costs $20 per square meter, while the side of the container is to be made of a material costing $15 per square meter.The cost function, C = 20(2πr²) + 15(2πrh) = 40πr² + 30πrhThe volume, V = πr²hFrom the given information, we know that the volume of the container is 10 m³. Thus we can rewrite the volume in terms of r or h.V = πr²h = 10So, h = 10/πr²We can then substitute h in terms of r in the cost function to get a function in one variable.C = 40πr² + 30πr(10/πr²) = 40πr² + 300/rThe cost function is a polynomial of degree 2 and we can find its derivative.C' = 80πr - 300/r²We can set the derivative to zero to find the critical points of the cost function.80πr - 300/r² = 0r⁻²(80πr³ - 300) = 0r³ = 300/80πr³ = 300/(80π)Since r³ = V/π, we getr = (10/π)^(1/3) ≈ 1.912r ≈ 1.091mHence, h = 10/(πr²) ≈ 3.637mTherefore, the dimensions that minimize the cost of the material is a radius of 1.091 meters and a height of 3.637 meters.
We can solve the problem in the following steps:Step 1: Determine the surface area of the container.Surface area, A = (2πrh + 2πr²)Where r is the radius and h is the height of the cylindrical container.Step 2: Determine the cost of the materials used to produce the container.The top and bottom of the container are to be made of a material that costs $20 per square meter, while the side of the container is to be made of a material costing $15 per square meter.Thus, the cost of the material used is given byC = 20(2πr²) + 15(2πrh) = 40πr² + 30πrhStep 3: Relate the cost function to the volume of the container.The volume of the cylindrical container is given byV = πr²hSince the volume of the container is known, we can writeh = V/(πr²)Step 4: Rewrite the cost function in terms of a single variable.The cost function can be written asC(r) = 40πr² + 30πr(V/πr²) = 40πr² + 30V/rStep 5: Find the critical points of the cost function.We find the derivative of the cost function as follows:C'(r) = 80πr - 30V/r²To find the critical points, we set the derivative to zero:C'(r) = 0 ⇔ 80πr - 30V/r² = 0 ⇔ 80πr³ = 30V ⇔ r³ = (3/8)(V/π)Since V = 10 m³, we getr³ = (3/8)(10/π) ⇔ r ≈ 1.912mWe note that this gives us a local minimum, not necessarily a global minimum. To check that this is a minimum, we find the second derivative of the cost function.C''(r) = 80π + 60V/r³Since r³ > 0, we have C''(r) > 0 for all r, which implies that the critical point is a minimum.Step 6: Find the dimensions that minimize the cost of the material.We found the critical point to be at r ≈ 1.912m. To find the corresponding height, we useh = V/(πr²) = 10/(π(1.912)²) ≈ 3.637mTherefore, the dimensions that minimize the cost of the material is a radius of 1.091 meters and a height of 3.637 meters.
To know more about dimensions visit ::-
https://brainly.com/question/31106945
#SPJ11
what is 2 and 3 fourths times 5 and 1 third
Answer:
(2 and 3 fourths)(5 and 1 third)
=14.66
√5(√8+ √18) can be written in the form a√10 where a is an integer. Find the value of a.
Answer:
The value of a is 4. This can be determined by multiplying both sides of the equation by 10, which yields 5√10 = 4√10 + 6√10. Subtracting 4√10 from both sides yields a√10 = 6√10, and dividing both sides by 6 yields a = 4.
In this task, you will practice finding the area under a nonlinear function by using rectangles. You will use graphing skills in addition to the knowledge gathered in this unit. Sketch the graph of the function y = 20x − x2, and approximate the area under the curve in the interval [0, 20] by dividing the area into the given numbers of rectangles.
Answer:
Step-by-step explanation:
To approximate the area under the curve of the function y = 20x - x^2 in the interval [0, 20], we can use rectangles with a specific width and height. The area of each rectangle will be the product of its width and height. The sum of the areas of all the rectangles will give us an approximation of the total area under the curve.
Here are the steps to follow:
1. Sketch the graph of the function y = 20x - x^2. You can use a graphing calculator or software to do this.
2. Divide the interval [0, 20] into the given number of rectangles. For example, if you are given 4 rectangles, you can divide the interval into 4 equal parts of width 5.
3. For each rectangle, choose a sample point within the interval and evaluate the function at that point to find its height. You can choose the left endpoint, the right endpoint, or the midpoint of each subinterval as the sample point.
4. Multiply the width and height of each rectangle to find its area.
5. Add up the areas of all the rectangles to get an approximation of the total area under the curve.
For example, let's say we are given 4 rectangles to approximate the area under the curve of y = 20x - x^2 in the interval [0, 20]. We can divide the interval into 4 equal parts of width 5, and choose the left endpoint of each subinterval as the sample point. Then, we can evaluate the function at each sample point to find the height of each rectangle.
The left endpoints of the subintervals are 0, 5, 10, and 15. The heights of the rectangles are:
y(0) = 20(0) - 0^2 = 0
y(5) = 20(5) - 5^2 = 75
y(10) = 20(10) - 10^2 = 100
y(15) = 20(15) - 15^2 = 75
The width of each rectangle is 5, so the areas of the rectangles are:
A1 = 0(5) = 0
A2 = 75(5) = 375
A3 = 100(5) = 500
A4 = 75(5) = 375
The total area under the curve is the sum of the areas of the rectangles:
A = A1 + A2 + A3 + A4 = 0 + 375 + 500 + 375 = 1250
Therefore, the approximation of the area under the curve of y = 20x - x^2
in the interval [0, 20] using 4 rectangles is 1250.
Arjun begins the calendar year with $4000 in his bank account. he earns 9% simple interest annually. after how many years will the valance of the account be $6500?
The number of years that it will take for the Valence of the account to be $6500 = 6.9 years
What is annual simple interest?Annual simple interest is defined as the amount of money that is being paid to an individual who invested a specific amount of money for a period of time.
The principal amount = $4000
The rate for earnings= 9%
The simple interest= $6500 - 4000 = 2500
Time = X
Using the formula:
Simple interest = P ×T×R/100
Make T the subject of formula;
T = Simple interest × 100/ P × R
T = 2500 × 100/ 4000× 9
T = 250000/36000
T = 6.9 years
Learn more about simple interest here:
https://brainly.com/question/25845758
#SPJ1
3(x - 5) + 6(x+1)=9
Answer:
x=2
Step-by-step explanation:
plz mark as brainliest
PLEASE HELP!!! THIS IS MY LAST QUESTION!! PLEASE(show work)
Answer:
sign = negative, degree = 5Step-by-step explanation:
The graph has negative leading coefficient as
x → ∞, y → - ∞It is of the odd degree, and the degree is most probably 5
Determine which function has the greatest rate of change as x approaches infinity. f(x) = 2x − 10 g(x) = 16x − 4 h(x) = 3x2 − 7x 8 there is not enough information to determine the answer.
The rate of change of a function as x approaches infinity is determined by the leading term in the function.
For f(x) = 2x - 10, the leading term is 2x.
For g(x) = 16x - 4, the leading term is 16x.
For h(x) = 3x^2 - 7x + 8, the leading term is 3x^2.
Since the coefficient of the leading term in h(x) is positive, and it has a higher degree than the leading terms of f(x) and g(x), h(x) has the greatest rate of change as x approaches infinity.
To know more about function refer here:
https://brainly.com/question/21145944
#SPJ11
discuss the continuity of the function. f(x, y) = sin(xy) xy , xy ≠ 0 1, xy = 0
The function f(x,y) is at origin \(\left|\frac{\sin x y}{x y}-1\right| < \varepsilon\).
We can treat this function as h=xy and then it will looks like sin h/h because if we choose any path passing through original it will always continuous so above f(x,y) is continuous
\($$f(x, y)= \begin{cases}\frac{\sin x y}{x y,} & \text { if } x y \neq 0 \\ 1, & \text { if } x y=0\end{cases}$$\)
Choose y=mx path y→0, x→0
\($$\begin{aligned}\lim _{\substack{x \rightarrow 0 \\y=\infty}} f(x, x) & =\lim _{x \rightarrow 0} \frac{\sin m x^2}{m x^2} \\& =\lim _{x \rightarrow 0} \frac{\cos m x^2 \cdot 2 m x}{2 m x}=1\end{aligned}$$\)
Now consider,
\($|f(n, y)-L 1=| \frac{\sin x-1}{n y}-1 \mid < \varepsilon$\)
\($$$\forall \varepsilon > 0$, and $|n| < \delta,|y| < d$$$=\left|\frac{\sin x y}{x y}-1\right| < \varepsilon$$\)
Hence f(x,y) is continues at origin.
For more such questions on continuity
https://brainly.com/question/24898810
#SPJ4
Discuss the continuity of the function:
\($$f(x, y)= \begin{cases}\frac{\sin x y}{x y,} & \text { if } x y \neq 0 \\ 1, & \text { if } x y=0\end{cases}$$\)