Тёмный

A very tricky Question from Stanford University Admission Exam 

Super Academy
Подписаться 16 тыс.
Просмотров 1,5 тыс.
50% 1

University Admission Exam Question || Algebra Problem || Entrance Aptitude Simplification Test || Tricky Interview
Harvard University
Oxford University
Cambridge University
Ivy League Schools
#math #maths
#algebra #exponent#olympiad #simplification#exam
Oxford University Interview Question
Cambridge University Interview Question
Harvard University Interview Question
Hello, my beloved family! 😍😍😍
I hope everyone is doing great! 😲 😲😲
If you enjoyed this video on How to solve this Math Olympiad problem, please show your support by liking and subscribing to my channel. Your support means the world to me! 😊😊😊
#matholympiad #algebra#math#simplification #Exponents#vedicmath#viralmathproblem #howto#mathematics #mathematicslesson
#oxford #cambridge #harvard
France math Olympiad
Germany math Olympiad
Japanese math Olympiad
china math Olympiad
The Surprising TRUTH about Harvard University Entrance Exam Nobody tells you
Can you Pass Harvard University Admission Interview ?
maths Olympiad questions
Japanese multiplication method
math Olympiad problems
math problem
algebra 2
Math Olympiad | A Nice Algebra Problem | How to solve this problem
A Nice Math Olympiad Algebra Problem
A Nice Exponents Problem
A Nice Math Olympiad Exponential Problem
Solving quartic equation
Solving A Quadratic Equations
International Math Olympiad Problem
math olympiad topics
olympiad preparation
international olympiad maths
olympiad mathematics
international olympiads
international maths olympiad
junior math olympiad
international mathematics olympiad
mathematics
math olympiad
international math olympiad 2024
international math olympiad
math olympiad problem
math olympiad preparation
american math olympiad question
math olympiad questions
math olympiad question
math olympiad problem
olympiad mathematics
math olympiad training
Canada maths olympiad
Malaysia math olympiad problems
math olympiad preparation
math olympiad questions
math olympiad algebra problem
olympiad, mathematical olympiad
france math olympiad question
olympiad math problems
france maths olympiad preparation
olympiad math
maths trick
math olympiad algebra
france math olympiad questions
high school math
France | Can You Solve this ? Math Olympiad
can you solve this complex problem?
can you solve this logic puzzle?
can you solve this olympiad question?
olympiad
maths olympiad
olympiad mathematics
math olympiad
math olympiad question
math olympiad questions
mathematical olympiad
math olympiad training
math olympiad preparation
math olympiad problem
olympiad math
math olympiad algebra problem
math olympiad problems
olympiad math problems
maths
Luxembourg- Math Olympiad Questions
thailand junior maths olympiad problem
olympiad math problems
beautiful algebra problem
viral math problem
math olympiad problem
Nice Algebra Math Simplification Find Value of X
Russian Math Olympiad Question.
Japanese | Can you solve this ? | Math Olympiad
Nice Exponent Math Simplification
Math Olympiad | A Nice Algebra Problem | How to solve for X and Y in this Problem?
Japanese Math Olympiad Question | A Nice Algebra Problem
UK | Can you solve this ?| Math Olympiad
Japanese Math Olympiad | Calculators Not allowed !
France Math Olympiad | Calculator Not Allowed!
Germany| Can you solve this ? |A Nice Maths Olympiad problem
China | Can you solve this ? Math Olympiad
France | Can you solve this ? | Math Olympiad
Iran Math Olympiad - Algebra - Find f(0)?
France Math Olympiad | Calculator Not Allowed
Russian- Math Olympiad Question
International Maths Olympiad Problem | Alg.Nice Algebra Math Simplification Find Value of X
Russian Math Olympiad Question.
Japanese | Can you solve this ? | Math Olympiad
Nice Exponent Math Simplification
Math Olympiad | A Nice Algebra Problem | How to solve for X and Y in this Problem?
Japanese Math Olympiad Question | A Nice Algebra Problem
France | Can you solve this ?| Math Olympiad
Japanese Math Olympiad | Calculators Not allowed !
France Math Olympiad | Calculator Not Allowed!
Germany| Can you solve this ? |A Nice Maths Olympiad problem
China | Can you solve this ? Math Olympiad
A Nice Math Olympiad Question
Germany| Can you solve this ? |A Nice Math Olympiad
Math Olympiad | A Nice Algebra Problem | How to solve this problem
A Nice Math Olympiad Algebra Problem
A Nice Exponents Problem
A Nice Math Olympiad Exponential Problem
viral math problem,
math Olympiad problem
Math Olympiad Question | Equation Solving| You should know this trick!!
Japanese -A Nice Math Olympiad Problem
Math Olympiad Problem | You should know this trick!!
Viral Math Olympiad Problem | How to solve
Algebra - Nice Math Olympiad Problem #maths​
US Math Olympiad problem #maths​
Nice Exponent Math Simplification | Find the value of X??
Math Olympiad Question | Nice Algebraic Equations
math Olympiad problems ! viral math problems
Brazil Maths Olympiad Question #maths​ #superacademy247
Math Olympiad Question | Algebra
A Nice Chinese Olympiad Exponential Problem

Опубликовано:

 

10 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@michaeledwards2251
@michaeledwards2251 19 часов назад
Convert 42 base 10 to 101010 base 2, or 2 power 5, 3, and 1 respectively, as used by all chip based arithmetic. It is one of the most common calculations performed globally. The answer in base 10 is r = 5, q = 3 and p = 1.
@dan-florinchereches4892
@dan-florinchereches4892 19 часов назад
I see this solution. I wonder if the problem is asking for integer solutions. If so this is the most down to earth way, otherwise we get an infinity of solutions based on various conditions I am considering a simpler case. Let Z=2^x+2^y X
@dr.walterstadler1837
@dr.walterstadler1837 22 часа назад
No need to create a doctorate job out of this. 2^n is all known and to combine 32 + 8 +2 = 42, so it is 5, 3, 1.
@KyyTyy
@KyyTyy 2 часа назад
2^p+2^q+2^r=42 2⁶=64 2⁵=32 2⁴=16 2³=8 2²=4 2¹=2 2⁰=1 2⁵=32 2³=8 2¹=2 2⁵+2³+2¹=42 P=5, q=3 r=1
@saurabhsrivastava4140
@saurabhsrivastava4140 6 часов назад
Break 42 in set of 2 power number Set (2,4,8,16,32) And above three number and select the number whose sum is 42 (2,8,32) 2=2^1, 8=2^3, 32=2^5 Compair it with given equation So, we get p=1, q=3,r=5 answer
@rogerphelps9939
@rogerphelps9939 17 часов назад
Just write down the bi nary representation of 42 and the answer is obvious. That can be done in one line.
@key_board_x
@key_board_x 22 часа назад
2^(p) + 2^(q) + 2^(r) = 42 2^(p + r - r) + 2^(q + r - r) + 2^(r) = 42 2^(r + p - r) + 2^(r + q - r) + 2^(r) = 42 [2^(r) * 2^(p - r)] + [2^(r) * 2^(q - r)] + 2^(r) = 42 2^(r) * [2^(p - r) + 2^(q - r) + 1] = 42 ← there is an odd number in the second bracket 2^(r) * [2^(p - r) + 2^(q - r) + 1] = 2 * 21 2^(r) * [2^(p - r) + 2^(q - r) + 1] = 2^(1) * 21 → you can deduce that: 2^(r) = 2^(1) → r = 1 [2^(p - r) + 2^(q - r) + 1] = 21 2^(p - r) + 2^(q - r) = 20 [2^(p) * 2^(- r)] + [2^(q) * 2^(- r)] = 20 → recall: x^(- a) = 1/x^(a) [2^(p) * 1/2^(r)] + [2^(q) * 1/2^(r)] = 20 → recall: r = 1 [2^(p) * 1/2)] + [2^(q) * 1/2] = 20 (1/2) * [2^(p) + 2^(q)] = 20 2^(p) + 2^(q) = 40 2^(p + q - q) + 2^(q) = 40 2^(q + p - q) + 2^(q) = 40 [2^(q) * 2^(p - q)] + 2^(q) = 40 2^(q) * [2^(p - q) + 1] = 40 ← there is an odd number in the second bracket 2^(q) * [2^(p - q) + 1] = 8 * 5 2^(q) * [2^(p - q) + 1] = 2^(3) * 5 → you can deduce that: 2^(q) = 2^(3) → q = 3 [2^(p - q) + 1] = 5 2^(p - q) = 4 2^(p - q) = 2^(2) p - q = 2 → recall: q = 3 → p = 5 Recall the condition: p < q < r → results to be ordered → p = 1 → q = 3 → r = 5
@RealQinnMalloryu4
@RealQinnMalloryu4 17 часов назад
2^21 2^11^10 2^5^6^5^5 2^13^2^1^1 1^13^2^1^1 3^2 (pqr ➖ 3pqr+2).
Далее
НАШЛА ДЕНЬГИ🙀@VERONIKAborsch
00:38
Просмотров 568 тыс.
🕊️Valera🕊️
00:34
Просмотров 1,7 млн
A tricky problem from Harvard University Interview
18:11
Harvard University Admission Interview Tricks
9:30
Просмотров 15 тыс.
НАШЛА ДЕНЬГИ🙀@VERONIKAborsch
00:38
Просмотров 568 тыс.