Post

Python Developer
Python Developer@PythonDvz·
🤔🚀 Comment your answers below! 👇
Python Developer tweet media
English
17
1
51
10K
Jenny
Jenny@JennyTheDev·
@Python_Dv A = 18, B = -5, C = 3 How I solved it: A ÷ C = 6 → A = 6C A - C = 15 → 6C - C = 15 → 5C = 15 → C = 3 A = 6 × 3 = 18 A + B = 13 → 18 + B = 13 → B = -5 Old habits die hard 😅
English
0
2
11
510
Princewill’s Data📊
Princewill’s Data📊@Princewill_Data·
@Python_Dv A equal 18 B equals -5 C equals 3 So A+B=13 will simply be 18+(-5)=13. As + X - equals minus. So A➗C=6 And lastly A-C=15.
English
0
0
1
261
Roy Dybing
Roy Dybing@DybingRoy·
just need statements 2 and 3 to solve it. Statement 2 to make the hypothesis, statement 3 to test. So what (simple) values of A divided by C would yield 6? Obvious guess would be 18 / 3. Mkay, let´s test using statement 3. Is 18 - 3 = 15. Why yes it is. Then by necessity A + B = 13, would give B a value of -5 So - A: 16, B: -5, C: 3
English
0
0
0
88
Zoran Nevenić
Zoran Nevenić@zo72278·
@Python_Dv 1. A+B=13 2. A/C=6 -> A=6C 3. A-C=15 -> 6C-C=15 -> 5C=15 -> C=3 A=6C -> A=18 A+B=13 -> B=13-A=13-18 -> B=-5 A=18; B=-5; C=3
Français
0
0
0
106
gary_wang60@hotmail.com
[email protected]@Gary_w60·
@Python_Dv A=18 ; B=-5 ;C=3 A +B =13......................(1) A÷C=6..........................(2) A -C=15........................(3) (2) : A÷C=6 ;--> A=6C (3) : A -C=15; --> 6C-C=15 ;--> C=3; -->A=18 (1) : A +B =13; -->18+B=13; --> B=13-18=-5
Français
0
0
0
76
Lauro Lima 🔺️🐓 ✊🏼
Lauro Lima 🔺️🐓 ✊🏼@laurocesar77·
@Python_Dv A ÷ C = 6 A = 6 . C A - C = 15 6C - C = 15 5C = 15 C = 3 A = 6 . C A = 6 . 3 A = 18 A + B = 13 18 + B = 13 B = 13 - 18 B = -5 A = 18 B = -5 C = 3
Lauro Lima 🔺️🐓 ✊🏼 tweet media
Belo Horizonte, Brazil 🇧🇷 HT
0
0
0
22
Lesyriad
Lesyriad@lesyriad·
@Python_Dv The real test is whether or not you believe this is a real IQ test. If you believed this is a real IQ test: the results are in you have a low IQ If you believed this is just a math question/click bait: then you have a high IQ Thanks for coming to my TED Talk.
English
0
0
0
71
Paylaş