or
Rabin Kalikote over 3 years ago
13 Claps
2 Comments
Bal Bahadur BK

Great my son!

Reply over 3y
Pranish Uprety

You've been truly inspiration, dai! Congratulations to you and all of us.

Reply over 3y
Bhawana Yadav asked a question

तपाईंको जीवनमा सामाजिक अधययनले के कसता सकारातमक परभाव परेका छन , बुँदागत रुपमा  लेखनुहोस I


सामाजिक अधययनले मेरो जीवनका पारेका सकारातमक अधययन निमनाअनुसार बुँदागत  रुपमा परसतुत गरेको छु :


1. मैले संविधान वयवसथा गरेको हक, अधिकार, करतवय, दायितव आदि बारे बुझन पाएको छु I

2. मैले करतवयपरायणताको भाव बोध गरेको छु I

3. समाजका रीतिरिवाज, संसकार, परमपरा आदिको अधययनबाट फरक परिवेशमा समेत समावेशन हुन सकने    सिपको विकास गरेको छु I 


4. राषटरिय समपदाको संरकषण र देशको पृषठभूमिपरति पुरखाले...

1 Thanks
3 Answers
Mattrab Community - SXC asked a question

Log2aa=x    then, a=(2a) ......(1)

Log3a2a=y    then,2a=(3a)y ......(2)

Log4a 3a=z  then, 3a=(4a)z ......(3)

So, 

a=(2a)x  [from (1)]

Or, a=(3a)xy    [from(2)]

Or, a=(4a)xyz     [from(3)]

Multiplying both sides by 4a,

4a.a=4a.(4a)xyz  

Or,(2a)² =(4a)xyz + 1 

Or,(3a)2y =(4a)xyz+1 

Or,(4a)2yz =(4a)xyz+1 

Or, 2yz = xyz+1 .proved.



9 Thanks
2 Answers
NANDANI KUMARI asked a question
II)Cr2+ is reducing agent as its configuration changes from d4 to d3, when it is oxidized to Cr3+ .The d3 configuration have a half-filled t2g level which is very stable. On the other hand, the reduction of Mn3+ to Mn2+ results in the half-filled (d5) configuration which has extra stability hence Mn3+ acts as oxidizing agent.
0 Thanks
3 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers

Mattrab Community

Create, share and learn from the unlimited notes, photos and videos and ask your questions, answer your friends all over Nepal and grow. Create, share and learn.

Ask Mattrab is changing soon

We are excited for you to try new features. What are you excited about?

Close Open App