or
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
Diwas Pandit asked a question

Yes, if the angle between the two vectors is more than 90o but less than 2700. (cosΘ is negative)

5 Thanks
2 Answers
Rabin Kalikote 12 months ago
2 Claps
1 Comments
Surakshya Pandey

very fine!

Rabin Kalikote

Glad to hear, miss!

8mo
Bishesh Gautam asked a question

Here, the given equation of parabola is y2= 8x.

The equation of tangent to the parabola y2=8x is,

y= mx + 2/m

This tangent passes through the point (-2, 3)

So, 3 = -2m + 2/m

or, 3m + 2m2 = 2

or, 2m2+3m - 2= 0

or, 2m2 + (4 - 1)m -2 = 0

or, 2m2 + 4m - m - 2 = 0

or, 2m(m + 2) - 1(m+2) = 0

or, (m + 2) (2m - 1) = 0

Either, Or,

m = -2 m = 1/2

Required angle is,




1 Thanks
2 Answers
subash neupane asked a question

Hello Subash!

Here is the solution for the question you are asking for, I solved it in procedural way but if you are among the one who prefer OOP style then you can still ask it for me cause I have solved it from both methods but here I am just going to leave procedural one....

//author:Manish Acharya

import java.util.Scanner;

import java.util.*;


public class idgenerator {


public static void main(String[] args) {

String small_name="", long_name="", new_small_name="", new_long_name="";

char lr='a',...

6 Thanks
2 Answers
Diwas Pandit asked a question

Any vector directed in two dimensions can be thought of as having two different components. The component of a single vector describes the influence of that vector in a given direction.

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