Math, asked by jainneev22, 6 months ago

The sum of 'n natural (positive integer)
numbers is n-k. Find the maximum
value of 'k, assuming that it is a whole
number,​

Answers

Answered by vijaydk24
0
&lt;!DOCTYPE html&gt;<br /><br />&lt;html&gt;<br /><br />&lt;head&gt;<br /><br />&lt;style&gt;<br /><br />body{<br /><br />background-color:rgb(150,150,150);<br /><br />margin-top:100px;<br /><br />margin-left:5%;<br /><br />margin-right:5%;<br /><br />}<br /><br />pre{<br /><br />font-weight:bold;<br /><br />}<br /><br />.large1{<br /><br />color:white;<br /><br />padding:10px 15px 10px 15px;<br /><br />border-radius:20px 0 0 5px ;<br /><br />text-decoration:none;<br /><br />font-weight:bold;<br /><br />}<br /><br />.large2{<br /><br />color:white;<br /><br />padding:10px 15px 10px 15px;<br /><br />border-radius:0 20px 5px 0;<br /><br />text-decoration:none;<br /><br />font-weight:bold;<br /><br />}<br /><br />.small{<br /><br />color:black;<br /><br />border-radius:7px 7px 0 0;<br /><br />padding:11px 7px 10px 7px;<br /><br />text-decoration:none;<br /><br />font-weight:bolder;<br /><br />font-family:Verdana;<br /><br />}<br /><br />@-webkit-keyframes whitePulse<br /><br />{<br /><br />from{background-color:white;-webkit-box-shadow:0 0 30px #333;}<br /><br />50%{background-color:#faebd7;-webkit-box-shadow:0 0 70px #faebd7;}<br /><br />to{background-color:white;-webkit-box-shadow:0 0 50px #333;}<br /><br />}<br /><br />@-webkit-keyframes redPulse<br /><br />{<br /><br />from{background-color:red;-webkit-box-shadow:0 0 18px #333;}<br /><br />50%{background-color:rgb(255,38,38);-webkit-box-shadow:0 0 70px rgb(255,38,38);}<br /><br />to{background-color:red;-webkit-box-shadow:0 0 18px #333;}<br /><br />}<br /><br />@-webkit-keyframes bluePulse<br /><br />{<br /><br />from{background-color:blue;-webkit-box-shadow:0 0 30px #333;}<br /><br />50%{background-color:rgb(21,21,255);-webkit-box-shadow:0 0 150px rgb(10,10,255);}<br /><br />to{background-color:blue;-webkit-box-shadow:0 0 50px #333;}<br /><br />}<br /><br />.white.button{<br /><br />-webkit-animation-name:whitePulse;<br /><br />-webkit-animation-duration:0.2s;<br /><br />-webkit-animation-iteration-count:infinite;<br /><br />}<br /><br />.red.button{<br /><br />-webkit-animation-name:redPulse;<br /><br />-webkit-animation-duration:0.3s;<br /><br />-webkit-animation-iteration-count:infinite;<br /><br />}<br /><br />.blue.button{<br /><br />-webkit-animation-name:bluePulse;<br /><br />-webkit-animation-duration:0.3s;<br /><br />-webkit-animation-iteration-count:infinite;<br /><br />}<br /><br />&lt;/style&gt;<br /><br />&lt;/head&gt;<br /><br />&lt;body&gt;<br /><br />&lt;div&gt;<br /><br />&lt;a class="large1 blue button"&gt;                  &lt;/a&gt;&lt;a class="small white button"&gt; POLICE &lt;/a&gt;&lt;a class="large2 red button"&gt;                  &lt;/a&gt;<br /><br />&lt;/div&gt;<br /><br />&lt;br&gt;<br /><br />&lt;br&gt;<br /><br />&lt;br&gt;<br /><br />&lt;pre&gt;<br /><br />&lt;/pre&gt;<br /><br />&lt;/body&gt;<br /><br />&lt;/html&gt;

#BRAINLY POLICE OFFICER
Answered by amitnrw
0

Given : sum of 'n' natural (positive integer) numbers is ^nC_k

To find : maximum value of k',

Solution:

Sum on n natural positive numbers

1  + 2 + 3 + ...........................+ n

= n(n + 1)/2

= n!/2!(n-2)!

= ⁿC₂

Comparing with ^nC_k

k = 2

Value of k  is  2

Learn more :

https://brainly.in/question/20286129

find the sum of all natural number less then 50 and which are neither ...

https://brainly.in/question/18034236

Calculate the sum of first n natural numbers given by your teacher ...

https://brainly.in/question/14449036

Similar questions