Maths
Get insights from 6.5k questions on Maths, answered by students, alumni, and experts. You may also ask and answer any question you like about Maths
Follow Ask QuestionQuestions
Discussions
Active Users
Followers
New answer posted
2 months agoContributor-Level 10
The function f (x) is non-differentiable at x=1, 3, 5.
Σ f (f (x) = f (f (1) + f (f (3) + f (f (5).
Assuming f (x) is defined such that f (1)=1, f (3)=1, f (5)=1 (based on context of absolute value functions).
Then Σ f (f (x) = f (1) + f (1) + f (1) = 1 + 1 + 1 = 3.
New question posted
2 months agoNew answer posted
2 months agoContributor-Level 9
Two drawn cards are spades. There are 50 cards left.
The missing card could be a spade or not a spade.
P (missing card is spade) = 11/50 (since 11 spades remain out of 50 cards).
P (missing card is not spade) = 1 - 11/50 = 39/50
New answer posted
2 months agoContributor-Level 10
Digits are 1, 3, 5, 7, 9. We need to form a 6-digit number where exactly one digit is repeated.
Choose the digit to be repeated:? C? ways.
Choose the positions for these two repeated digits:? C? ways.
Arrange the remaining 4 distinct digits in the remaining 4 places:? P? = 4! ways.
Total numbers =? C? *? C? * 4! = 5 * 15 * 24 = 1800.
The solution in the image 5/2 (6!) seems to follow a different logic which is unclear. 5 * (6!/2) = 5 * 360 = 1800. This logic is: choose one of 5 digits to repeat. Arrange the 6 digits, and since two are identical, divide by 2!
New answer posted
2 months agoContributor-Level 9
S? = ∑ tan? ¹ (6? / (2²? ¹ + 3²? ¹) from r=1 to k. (Assuming n in image is r)
t? = tan? ¹ (6? / (2²? ¹ + 3²? ¹)
= tan? ¹ ( (3/2) * (3/2)^ (2r) / ( (9/4) + (3/2)^ (2r+2) (This seems overly complex. Let's re-examine the image's simplification).
t? = tan? ¹ (6? / (2 * 4? + 3 * 9? ). The image simplifies the denominator to 2²? ¹ + 3²? ¹, which is different. Following the image's next step:
t? = tan? ¹ [ 6? / ( 1 + (3/2)^ (2r+1) ] (This denominator is incorrect).
The image seems to simplify t? into:
t? = tan? ¹ (3/2)? ¹) - tan? ¹ (3/2)? )
S? = [tan? ¹ (3/2)²) - tan? ¹ (3/2)] + [tan? ¹ (3/2)³) - tan? ¹ (3/2)²)] + . + [t
New answer posted
2 months agoContributor-Level 10
Expression = (49)¹²? - 1) / 48
This uses the sum of a geometric series or a? - b? factorization.
(x? - 1) / (x - 1) = 1 + x + x² + . + x? ¹.
Let x = 49. (49¹²? - 1)/48 is an integer.
The solution shows (49? ³-1) (49? ³+1) / 48. This is correct factorization. Since 49 is odd, 49? ³ is odd. So 49? ³-1 and 49? ³+1 are consecutive even numbers. One is divisible by 2, the other by 4, so their product is divisible by 8. Also, 49 ≡ 1 (mod 3), so 49? ³-1 is divisible by 3. Hence the numerator is divisible by 24. It is also divisible by 48.
New answer posted
2 months agoContributor-Level 9
(1 - x + x²)³? = ∑ a? x? (from j=0 to 3n)
= a? + a? x + a? x² + . + a? x³? (I)
Let A = a? + a? + a? + .
Let B = a? + a? + a? + .
In (I) put x = 1: (1 - 1 + 1)³? = 1.
1 = a? + a? + a? + a? + . (A + B = 1)
In (I) put x = -1: (1 - (-1) + (-1)²)³? = 3³?
3³? = a? - a? + a? - a? + . (A - B = 3³? )
(This seems incorrect based on the provided solution. Following the image:)
In (I) put x = -1, (1+1+1)^n = 1. (There must be a typo in the original problem, probably (1-x+x²)^n).
Assuming (1-x+x²)^n. Put x=-1 gives 3^n.
The provided text says putting x=-1 gives 1.
1 = a? - a? + a? - a? + .
Adding the two equations: 2 = 2 (a? + a? + a? + .) = 2A
New answer posted
2 months agoContributor-Level 9
A = [i, -i], [-i, i]
A² = [-2, 2], [2, -2]
A? = [8, -8], [-8, 8]
A? = [-128, 128], [128, -128]
A? [x, y]? =?
-128x + 128y = 8 ⇒ -16x + 16y = 1 ⇒ x - y = -1/16 (I)
128x - 128y = 64 ⇒ 16x - 16y = 8 ⇒ x - y = 1/2 (II)
System is inconsistent hence No solution
New answer posted
2 months agoContributor-Level 10
The angle bisector a is parallel to λ ( b? +? ) or μ ( b? -? ).
b? = (i+j)/√2 and? = (i-j+4k)/√ (1+1+16) = (i-j+4k)/ (3√2).
Case 1: a = λ ( (i+j)/√2 + (i-j+4k)/ (3√2) )
a = λ/√2 * (3 (i+j) + (i-j+4k)/3 = λ/ (3√2) * (4i + 2j + 4k).
a is given as αi + 2j + βk.
Comparing the j-component: 2 = λ/ (3√2) * 2 ⇒ λ = 3√2.
So, a = 1 * (4i + 2j + 4k) = 4i + 2j + 4k.
Comparing with αi + 2j + βk, we get α = 4 and β = 4.
(The image has a second case that needs evaluation as well).
Case 2: a = μ ( b? -? )
a = μ/ (3√2) * (3 (i+j) - (i-j+4k) = μ/ (3√2) * (2i + 4j - 4k).
Comparing the j-component: 2 = μ/ (3√2) * 4 ⇒ 4μ
Taking an Exam? Selecting a College?
Get authentic answers from experts, students and alumni that you won't find anywhere else
Sign Up on ShikshaOn Shiksha, get access to
- 65k Colleges
- 1.2k Exams
- 679k Reviews
- 1800k Answers


