IES ACADEMY

IES ACADEMY
research

Translate

Popular Posts

Sign in with your
Google Account
Email:
ex: pat@example.com
Password:
Can't access your account?

Labels

education research blog

researc

researc
AI
Powered By Blogger

Search This Blog

WELCOME LINE

I AM IS NOTHING IN AI

  stock table 

StockOpenHighLowPrev. CloseLastChange% ChangeVolumeTurnover (Lacs)52-Wk High52-Wk Low
TECHM981.951,026.70981.051,003.151,022.2019.051.9051,46,25052,130.481,299.00943.70
RELIANCE2,382.002,423.902,381.752,377.052,419.9042.851.8071,83,3421,73,079.032,856.152,180.00
UPL733.00741.90730.80727.20739.2012.001.6523,74,55617,487.18848.00607.50
BHARTIARTL789.85802.05787.20786.50798.9012.401.5865,72,65652,218.44860.55628.75
KOTAKBANK1,906.001,943.301,896.101,908.601,933.0024.401.2843,67,61283,987.431,997.551,631.00
HINDALCO433.50437.00430.90430.80435.504.701.0949,13,55021,326.77504.00308.95
EICHERMOT3,275.003,305.003,265.353,263.553,298.0034.451.064,16,24213,703.733,889.652,310.00
Stock NameOpening PriceHigh PriceLow PriceClosing PriceDifference% ChangeVolumeTurnover52-Week High52-Week Low
ADANIENT1868.051944.001857.151853.05-15.00-0.80%6159130117781.044190.001017.45
ADANIPORTS666.20683.00662.15659.75-6.45-0.97%616226241643.95987.85395.10
NESTLEIND21181.9521849.6021130.0021147.30-34.65-0.16%16651635879.0521849.6016000.00
WIPRO380.00388.00380.00374.40-5.60-1.47%1385470353319.82528.50352.00
BRITANNIA4415.954564.854408.654415.850.100.00%48293921763.364669.203156.90
ITC418.00428.25413.70416.00-2.00-0.48%1271872153586.52428.25249.15
HDFCLIFE517.10531.00516.45517.850.750.15%403167921205.02620.60457.80
LT2312.302369.002312.302305.60-6.70-0.29%288496167694.462369.001456.35
APOLLOHOSP4442.954529.004430.954417.50-25.45-0.57%71339932066.574901.95336

 10 MCQs based on functions from A to B


If A has 4 elements and B has 5 elements, how many functions are there from A to B?


A) 20

B) 625

C) 1024

D) 120

Answer: B) 625

If A has 3 elements and B has 2 elements, how many one-to-one functions are there from A to B?


A) 0

B) 3

C) 6

D) 9

Answer: A) 0

If A has 5 elements and B has 5 elements, how many onto functions are there from A to B?


A) 0

B) 5

C) 25

D) 120

Answer: D) 120

If A has 6 elements and B has 4 elements, how many bijection functions are there from A to B?


A) 0

B) 4

C) 24

D) 360

Answer: A) 0

If A has m elements and B has n elements, what is the general formula for the number of functions from A to B?


A) nm

B) mn

C) n! / (n - m)!

D) m! / (m - n)!

Answer: A) nm

If A has m elements and B has n elements, what is the general formula for the number of one-to-one functions from A to B when m ≤ n?


A) nm

B) mn

C) n! / (n - m)!

D) m! / (m - n)!

Answer: C) n! / (n - m)!

If A has m elements and B has n elements, what is the general formula for the number of onto functions from A to B when m ≥ n?


A) nm

B) mn

C) ∑(-1)^k * C(n,k)*(n-k)^m , where k ranges from 0 to n

D) ∑(-1)^k * C(m,k)*(m-k)^n , where k ranges from 0 to m

Answer: C) ∑(-1)^k * C(n,k)*(n-k)^m , where k ranges from 0 to n

If A has m elements and B has n elements, what is the general formula for the number of bijection functions from A to B when m = n?


A) nm

B) mn

C) n! / (n - m)!

D) n!

Answer: D) n!

If A has 2 elements and B has 3 elements, how many functions are there from B to A?


A) 6

B) 8

C) 9

D) 12

Answer: D) 12

If A has 3 elements and B has 3 elements, how many bijection functions are there from A to B?


A) 3

B) 6

C) 9

D) None of these

Answer: B) 6 

 make short notes  for MCQ

The number of functions from A to B is equal to n^m, where n is the number of elements in B and m is the number of elements in A.
The number of one-to-one functions from A to B when m ≤ n is given by the formula n! / (n - m)!.
The number of onto functions from A to B when m ≥ n is given by the formula ∑(-1)^k * C(n,k)*(n-k)^m , where k ranges from 0 to n.
The number of bijection functions from A to B when m = n is equal to n!.
To find the number of functions from B to A, we need to switch the roles of A and B in the formula n^m, so we get m^n.
The number of bijection functions from A to B when m = n is equal to n!, which can be proved by counting the number of ways to arrange n elements in n slots.