দ্বিঘাত সমীকরণ (Quadratic equation) MCQ 153+ প্রশ্ন ব্যাংক ও সমাধান
দ্বিঘাত সমীকরণ (Quadratic equation) MCQ এর আরো 183 টি MCQ প্রশ্ন ও উত্তর সহ সকল এমসিকিউ প্রশ্ন। বিসিএস, ব্যাংক, প্রাইমারি সহ সরকারি ও বেসরকারি চাকুরীর পরীক্ষার প্রস্তুতি নিতে Bissoy ব্যবহার করুন। Bissoy App
-
x+y=6 হলে xy - এর বৃহত্তম মান কত?
-
যদি x+y=১৭, এবং xy = ৬০ হয় তবে x-y এর মান কত?
-
6x2 -7x-4=0 সমীকরণে মূলদ্বয়ে প্রকৃতি কোনটি?
-
x3-5x2+4=0 সমীকরণের x এর সহগ কত?
-
IF x+y=9 and x-y = 5 the value of 4xy is:
-
(x-y)(x+y)/x2-y2= কত?
-
যদি x+y=7 এবং xy=12 হলে x এবং y এর সম্ভাব্য মান নিম্নের কোনটি হবে?
-
If x+2y=2x+y, then x-y equal to ---
-
If x>0 and x+y>0, which of the following must be true?
-
যদি x+y+4 = x-y-12=0 হয়, তবে 2x+y = কত?
-
3x-7y+10=0 এবং y-2x-3=0 এর সমাধান
-
The sum of three consecutive number is 123, The product of two smaller number is :
-
15-5x=24-8x কে সমাধান করলে x- এর মান হবে-
-
x+y=4, x-y=2 হলে xy এর মান -
-
The equation x+y=xy =x/y has how many real solution?
-
If (x+y)=8 and (x-y)=6, what is the value of xy?
-
সমীকরণ x2+y+3=0 নিচের কোনটি নির্দেশ করে?
-
x+y=17 এবং xy=60 হলে x-y =কত?
-
x + 2y = 8, 2x + y = 7 সমীকরণের সমাধান কোনটি?
-
যদি x+y==a, x-y=b হয় তাহলে 2xy= কত
-
x2-x-6=0 সমীকরণের মূলদ্বয় হবে-
-
x2-3x +2 =0 সমীকরণের মূল দুটি হবে -
-
x+y=6, xy=8, then, (x-y)3=?
-
If x+y=7 and x2+y2=25 which one the following equals the value of x3+y3?
-
যদি x+y=2 হয়, তবে (x+y)2
-
If (x+y) =(y+y+y) and (x+y)= 5, then what is the value of (x2+y2)?
-
If 2x+y> 10, then 4x+3y must be
-
সাধারন দ্বিঘাত সমীকরণ ax2 +bx+c=0 এর মূল দুটি হলোঃ
-
x2-x-12=0 সমীকরণের মূলদ্বয় নিচের কোনটি?
-
Consider the following recursive function fun (s , y). what is the value of fun ( 4, 3) int fun ( int x , int y) if ( x =0) return y; return fun ( x,1, x+y); |