edited by
687 views

1 Answer

0 votes
0 votes
The sum of the squares  of the first n odd natural number is given by;

$S_n=\frac{n(2n+1)(2n-1)}{3}$

It is given that $S_n=533n$ so;

$\implies533n*3=n((2n)^2-1)$

$\implies 1599*n=4n^3-n$

$\implies 1599*n=n(4n^2-1)$

$\implies 1599+1=4n^2$

$\implies 1600=4n^2$

$\implies n^2=\frac{1600}{4}$

$\implies n^2=400$

$\implies n=20$

Option (B) is correct.

Related questions

0 votes
0 votes
0 answers
1
Krithiga2101 asked Mar 9, 2020
1,424 views
The values of the numbers $2^{2004}\:\text{and}\:5^{2004}$ are written one after another. How many digits are there in all?$4008$$2003$$2004$None of these
0 votes
0 votes
0 answers
2
1 votes
1 votes
1 answer
4
Krithiga2101 asked Mar 9, 2020
837 views
$\begin{array}{}Let\;f_{n+1}(x)&=f_n(x)+1\;\text{if $n$ is a multiple of 3}\\ &=f_n(x)-1\;\text{otherwise.}\end{array}$If $f_1(1)=0$, then what is $f_{50}(1)$?$-18$$-16$$...