That'll be 14, since the last 17 seconds were pretty useless and the video just ended before even completing 14 minutes. But anyways the video was very helpful and useful and I liked it too.
We have gone through so many videos for my daughter to understand certain concepts in maths. She's found your videos and explanation easiest to understand! Thank you so much for all your effort, it really helps a lot of youngsters who struggles at school or didn't understand how they've explained it at school. Be blessed!!!
whenever i search for a difficult topic i wish to learn about, this channel would always pop up! i cherish your thought and hard work into this channel. Id like to thank you for dedicating this channel to education, because i have learned a lot.
Thank you for explaining Roman numerals very easily. Many of the copyright dates for vintage & antique books are written in Roman numerals. With your easy tutorial, I can quickly look inside the book and now decipher the copyright date! 😁
This is my first time learning and I appreciate u taking ur time to explain because I actually got the last one (1847) by myself after watching the entire video Thank you and keep it up
Thankyou soooooooooo much for this video Others video are like : The gossips are always on but this video is totally authentic. Tommorow is annual exam of maths and this full year I've watched a hundred of videobut didint understand but this was the video in which l have totally understood. Thankyou 6th class Student 🎀🎀🎀💯💯💯🤟🤟🤟🤟
This is good ty for this it really helped since I'm struggling on my modules cause this school year we are just learning by ourselves and through modules because it's covid tysm
Thanks bro your channel is amazing, I was working on this program that converts Roman numerals to decimal, in my first attempt I wrote like 200 lines of code where I covered all possible cases that a single roman digit can be, it was so tedious to do it that way but after watching 3 minutes of this video I figure out that a simple if statement and a simple function can do this : int roman_to_integer (char ch){ switch(ch){ case 'I' : return 1 ; case 'V' : return 5 ; case 'X' : return 10 ; case 'L' : return 50 ; case 'C' : return 100 ; case 'D' : return 500 ; case 'M' : return 1000 ; } } int main(int argc ,char *argv[]){ char buffer[16] ; printf("Enter a roman number between I and MMMCMXCIX : ") ; scanf("%s",buffer) ; int result = 0 ; int size = strlen(buffer) ; for(int i = 0 ; i < size ; ){ if(i < size-1 && roman_to_integer(buffer[i]) < roman_to_integer(buffer[i+1])) { result += roman_to_integer(buffer[i+1]) - roman_to_integer(buffer[i]) ; i+=2 ; } else { result += roman_to_integer(buffer[i]) ; ++i ; } } printf("%d ",result); return 0 ; } sorry !! if u have no idea of what I'm talking about but if u do make sure to replay , thanks have a nice day. 😉
Today I saw this video to teach my daughter Roman numerals bcoz she couldn't understand wat teacher taught in her school, seriously saying the video was very much useful, thank you so much
Now we know what the Roman Numerals stated at the bottom of some Film Credits meant! >>> MCMXCLII = 2,262! Thank You So Much for this informative & satisfying tutorial! 🕯🌷🌿
thank you very very much, you did me so good like matrix movies part 1 in the end, when neo sees the matrix with green numbers and understand it for the first time ... thank you again .
Final Exams and Video Playlists: www.video-tutor.net/
Your not like video who make no sence🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
I’m 55 years old forgotten most of them over the years. I brushed up with you and changed all that. Today I remember them all.
THANK YOU🙏🏼
Dear creator, thank you for teaching me roman numerals in 15mins. Have a blessed day.
video
That'll be 14, since the last 17 seconds were pretty useless and the video just ended before even completing 14 minutes. But anyways the video was very helpful and useful and I liked it too.
😢😢😢😢 for me
Dang it’s been 5 years since he’s posted this. What do you think he’s doing now? 🧐
We have gone through so many videos for my daughter to understand certain concepts in maths. She's found your videos and explanation easiest to understand! Thank you so much for all your effort, it really helps a lot of youngsters who struggles at school or didn't understand how they've explained it at school. Be blessed!!!
noice
@@williamcaniedo5558also they are also gay gay gay gay
I like your comment it's very nice
Cool
@@georgecaniedo3207you are
whenever i search for a difficult topic i wish to learn about, this channel would always pop up! i cherish your thought and hard work into this channel. Id like to thank you for dedicating this channel to education, because i have learned a lot.
र। श 8न98नर्न88य मुकर्रर त्रनत्रलधधयलंनय। तन
त।
शक्र 8त्रलं
What?
I just learned the R.N with one video ... big nice 👍
I never realized the explanation behind IV, IX or XL. I just memorized them without knowing the real explanation. Thank you.
I=1
V=5
X=10
L=50
C=100
Thank you for explaining Roman numerals very easily. Many of the copyright dates for vintage & antique books are written in Roman numerals. With your easy tutorial, I can quickly look inside the book and now decipher the copyright date! 😁
Have a blessed day
Credit goes to you sir... God bless you... Keep working hard on all those like this small problems❤
Good video he passed me in my exam
Great explanation in every topic. Your voice is very soothing and almost 'asmr' and calm me while trying to understand complicated stuff. Well done!
1: I (just a small list to help everyone :))
2: II
3: III
4: IV
5: V
6: VI
7: VII
8: VIII
9: IX
10: X
11: XI
12: XII
13: XIII
14: XIV
15: XV
16: XVI
17: XVII
18: XVIII
19: XIX
20: XX
21: XXI
22: XXII
23: XXIII
24: XXIV
25: XXV
26: XXVI
27: XXVII
28: XXVIII
29: XXIX
30: XXX
31: XXXI
32: XXXII
33: XXXIII
34: XXXIV
35: XXXV
36: XXXVI
37: XXXVII
38: XXXVIII
39: XXXIX
40: XL
41: XLI
42: XLII
43: XLIII
44: XLIV
45: XLV
46: XLVI
47: XLVII
48: XLVIII
49: XLIX
50: L
51: LI
52: LII
53: LIII
54: LIV
55: LV
56: LVI
57: LVII
58: LVIII
59: LIX
60: LX
61: LXI
62: LXII
63: LXIII
64: LXIV
65: LXV
66: LXVI
67: LXVII
68: LXVIII
69: LXIX
70: LXX
71: LXXI
72: LXXII
73: LXXIII
74: LXXIV
75: LXXV
76: LXXVI
77: LXXVII
78: LXXVIII
79: LXXIX
80: LXXX
81: LXXXI
82: LXXXII
83: LXXXIII
84: LXXXIV
85: LXXXV
86: LXXXVI
87: LXXXVII
88: LXXXVIII
89: LXXXIX
90: XC
91: XCI
92: XCII
93: XCIII
94: XCIV
95: XCV
96: XCVI
97: XCVII
98: XCVIII
99: XCIX
100: C
101: CI
102: CII
103: CIII
104: CIV
105: CV
106: CVI
107: CVII
108: CVIII
109: CIX
110: CX
111: CXI
112: CXII
113: CXIII
114: CXIV
115: CXV
116: CXVI
117: CXVII
118: CXVIII
119: CXIX
120: CXX
121: CXXI
122: CXXII
123: CXXIII
124: CXXIV
125: CXXV
126: CXXVI
127: CXXVII
128: CXXVIII
129: CXXIX
130: CXXX
131: CXXXI
132: CXXXII
133: CXXXIII
134: CXXXIV
135: CXXXV
136: CXXXVI
137: CXXXVII
138: CXXXVIII
139: CXXXIX
140: CXL
141: CXLI
142: CXLII
143: CXLIII
144: CXLIV
145: CXLV
146: CXLVI
147: CXLVII
148: CXLVIII
149: CXLIX
150: CL
151: CLI
152: CLII
153: CLIII
154: CLIV
155: CLV
156: CLVI
157: CLVII
158: CLVIII
159: CLIX
160: CLX
161: CLXI
162: CLXII
163: CLXIII
164: CLXIV
165: CLXV
166: CLXVI
167: CLXVII
168: CLXVIII
169: CLXIX
170: CLXX
171: CLXXI
172: CLXXII
173: CLXXIII
174: CLXXIV
175: CLXXV
176: CLXXVI
177: CLXXVII
178: CLXXVIII
179: CLXXIX
180: CLXXX
181: CLXXXI
182: CLXXXII
183: CLXXXIII
184: CLXXXIV
185: CLXXXV
186: CLXXXVI
187: CLXXXVII
188: CLXXXVIII
189: CLXXXIX
190: CXC
191: CXCI
192: CXCII
193: CXCIII
194: CXCIV
195: CXCV
196: CXCVI
197: CXCVII
198: CXCVIII
199: CXCIX
200: CC
If I've done any mistake, please tell me in the comments! :) Hope this helps you!
Edit: thanks for 3- no. i'm not doing that.
201=CCI
202=CCII
203=CCIII
204=CCIV
205=CCV
206=CCVI
207=CCVII
208=CCVIII
209=CCIX
210=CCX
211=CCXI
212=CCXII
213=CCXIII
214=CCXIV
215=CCXV
216=CCXVI
217=CCXVII
218=CCXVIII
219=CCXIX
220=CCXX
221=CCXXI
222=CCXXII
223=CCXXIII
224=CCXXIV
225=CCXXV
226=CCXXVI
227=CCXXVII
228=CCXXVIII
229=CCXXIX
230=CCXXX
231=CCXXXI
232=CCXXXII
233=CCXXXIII
234=CCXXXIV
235=CCXXXV
236=CCXXXVI
237=CCXXXVII
238=CCXXXVIII
239=CCXXXIX
240=CCXL
241=CCXLI
242=CCXLII
243=CCXLIII
244=CCXLIV
245=CCXLV
246=CCXLVI
247=CCXLVII
248=CCXLVIII
249=CCXLIX
250=CCL
251=CCLI
252=CCLII
253=CCLIII
254=CCLIV
255=CCLV
256=CCLVI
257=CCLVII
258=CCLVIII
259=CCLIX
260=CCLX
261=CCLXI
262=CCLXII
263=CCLXIII
264=CCLXIV
265=CCLXV
266=CCLXVI
267=CCLXVII
268=CCLXVIII
269=CCLXIX
270=CCLXX
271=CCLXXI
272=CCLXXII
273=CCLXXIII
274=CCLXXIV
275=CCLXXV
276=CCLXXVI
277=CCLXXVII
278=CCLXXVIII
279=CCLXXIX
280=CCLXXX
281=CCLXXXI
282=CCLXXXII
283=CCLXXXIII
284=CCLXXXIV
285=CCLXXXV
286=CCLXXXVI
287=CCLXXXVII
288=CCLXXXVIII
289=CCLXXXIX
290=CCXC
291=CCXCI
292=CCXCII
293=CCXCIII
294=CCXCIV
295=CCXCV
296=CCXCVI
297=CCXCVII
298=CCXCVIII
299=CCXCIX
300=CCC
301=CCCI
302=CCCII
303=CCCIII
304=CCCIV
305=CCCV
306=CCCVI
307=CCCVII
308=CCCVIII
309=CCCIX
310=CCCX
311=CCCXI
312=CCCXII
313=CCCXIII
314=CCCXIV
315=CCCXV
316=CCCXVI
317=CCCXVII
318=CCCXVIII
319=CCCXIX
320=CCCXX
321=CCCXXI
322=CCCXXII
323=CCCXXIII
324=CCCXXIV
325=CCCXXV
326=CCCXXVI
327=CCCXXVII
328=CCCXXVIII
329=CCCXXIX
330=CCCXXX
@@randomvids5883 ok
:)
231=CCXXXI
232=CCXXXII
233=CCXXXIII
234=CCXXXIV
235=CCXXXV
236=CCXXXVI
237=CCXXXVII
238=CCXXXVIII
239=CCXXXIX
240=CCXL
241=CCXLI
242=CCXLII
243=CCXLIII
244=CCXLIV
245=CCXLV
246=CCXLVI
247=CCXLVII
248=CCXLVIII
249=CCXLIX
250=CCL
251=CCLI
252=CCLII
253=CCLIII
254=CCLIV
255=CCLV
256=CCLVI
257=CCLVII
258=CCLVIII
259=CCLIX
260=CCLX
261=CCLXI
262=CCLXII
263=CCLXIII
264=CCLXIV
265=CCLXV
266=CCLXVI
267=CCLXVII
268=CCLXVIII
269=CCLXIX
270=CCLXX
271=CCLXXI
272=CCLXXII
273=CCLXXIII
274=CCLXXIV
275=CCLXXV
276=CCLXXVI
277=CCLXXVII
278=CCLXXVIII
279=CCLXXIX
280=CCLXXX
281=CCLXXXI
282=CCLXXXII
283=CCLXXXIII
284=CCLXXXIV
285=CCLXXXV
286=CCLXXXVI
287=CCLXXXVII
288=CCLXXXVIII
289=CCLXXXIX
290=CCXC
291=CCXCI
292=CCXCII
293=CCXCIII
294=CCXCIV
295=CCXCV
296=CCXCVI
297=CCXCVII
298=CCXCVIII
299=CCXCIX
300=CCC
301=CCCI
302=CCCII
303=CCCIII
304=CCCIV
305=CCCV
306=CCCVI
307=CCCVII
308=CCCVIII
309=CCCIX
310=CCCX
311=CCCXI
312=CCCXII
313=CCCXIII
314=CCCXIV
315=CCCXV
316=CCCXVI
317=CCCXVII
318=CCCXVIII
319=CCCXIX
320=CCCXX
321=CCCXXI
322=CCCXXII
323=CCCXXIII
324=CCCXXIV
325=CCCXXV
326=CCCXXVI
327=CCCXXVII
328=CCCXXVIII
329=CCCXXIX
330=CCCXXX
331=CCCXXXI
332=CCCXXXII
333=CCCXXXIII
334=CCCXXXIV
335=CCCXXXV
336=CCCXXXVI
337=CCCXXXVII
338=CCCXXXVIII
339=CCCXXXIX
340=CCCXL
341=CCCXLI
342=CCCXLII
343=CCCXLIII
344=CCCXLIV
345=CCCXLV
346=CCCXLVI
347=CCCXLVII
348=CCCXLVIII
349=CCCXLIX
350=CCCL
351=CCCLI
352=CCCLII
353=CCCLIII
354=CCCLIV
355=CCCLV
356=CCCLVI
357=CCCLVII
358=CCCLVIII
359=CCCLIX
360=CCCLX
361=CCCLXI
362=CCCLXII
363=CCCLXIII
364=CCCLXIV
365=CCCLXV
366=CCCLXVI
367=CCCLXVII
368=CCCLXVIII
369=CCCLXIX
370=CCCLXX
371=CCCLXXI
372=CCCLXXII
373=CCCLXXIII
374=CCCLXXIV
375=CCCLXXV
376=CCCLXXVI
377=CCCLXXVII
378=CCCLXXVIII
379=CCCLXXIX
380=CCCLXXX
381=CCCLXXXI
382=CCCLXXXII
383=CCCLXXXIII
384=CCCLXXXIV
385=CCCLXXXV
386=CCCLXXXVI
387=CCCLXXXVII
388=CCCLXXXVIII
389=CCCLXXXIX
390=CCCXC
391=CCCXCI
392=CCCXCII
393=CCCXCIII
394=CCCXCIV
395=CCCXCV
396=CCCXCVI
397=CCCXCVII
398=CCCXCVIII
399=CCCXCIX
400=CD
401=CDI
402=CDII
403=CDIII
404=CDIV
405=CDV
406=CDVI
407=CDVII
408=CDVIII
409=CDIX
410=CDX
411=CDXI
412=CDXII
413=CDXIII
414=CDXIV
415=CDXV
416=CDXVI
417=CDXVII
418=CDXVIII
419=CDXIX
420=CDXX
421=CDXXI
422=CDXXII
423=CDXXIII
424=CDXXIV
425=CDXXV
426=CDXXVI
427=CDXXVII
428=CDXXVIII
429=CDXXIX
430=CDXXX
431=CDXXXI
432=CDXXXII
433=CDXXXIII
434=CDXXXIV
435=CDXXXV
436=CDXXXVI
437=CDXXXVII
438=CDXXXVIII
439=CDXXXIX
440=CDXL
441=CDXLI
442=CDXLII
443=CDXLIII
444=CDXLIV
445=CDXLV
446=CDXLVI
447=CDXLVII
448=CDXLVIII
449=CDXLIX
450=CDL
451=CDLI
452=CDLII
453=CDLIII
454=CDLIV
455=CDLV
456=CDLVI
457=CDLVII
458=CDLVIII
459=CDLIX
460=CDLX
461=CDLXI
462=CDLXII
463=CDLXIII
464=CDLXIV
465=CDLXV
466=CDLXVI
467=CDLXVII
468=CDLXVIII
469=CDLXIX
470=CDLXX
471=CDLXXI
472=CDLX
You think that is small
2:39, he accidenly wrote 1 as a back word c
Dam you did a better job than my grade 5 teacher who tought me 5 lessons of Roman Numerals
Right?!
😂😂😂
It's Very Fantastic❤️🔥🔥
This is my first time learning and I appreciate u taking ur time to explain because I actually got the last one (1847) by myself after watching the entire video
Thank you and keep it up
it was a very good video for kids it was explanatory and useful for me through my opinion very much thanks for the video.
OMG!
I love your explanation 🤍
Thank you enormous 🤍🤍🇮🇶
Thankyou soooooooooo much for this video
Others video are like : The gossips are always on but this video is totally authentic. Tommorow is annual exam of maths and this full year I've watched a hundred of videobut didint understand but this was the video in which l have totally understood.
Thankyou
6th class Student 🎀🎀🎀💯💯💯🤟🤟🤟🤟
A HUGE THANK YOU FOR THIS VIDEO!
Your amazing!!!! Thanks so much!!!!!!!
Thanks, you really saved me there!
This helped a lot!
Now I can read Final Fantasy titles without looking clueless
after many weeks of struggling with this i finally learnt it within a twinkle of an eye , thank you so much may God Bless ☺️🙏🏾 .
I learned this in church bible school back home when I was still young,we have bibles with roman numbers
Neat! I learned the first six from growing up with star wars 😂
@@smallfoxstudios lol
@@mustafaahmed2431 uhhhh
I am old and it seems have always known what the Roman numerals represent in out Arabic based number system. No idea why. Or even how.
Thank you so much teaching and in 10 minutes I learned easy
Thank you so much for always simplifying maths 😊😊
This is good ty for this it really helped since I'm struggling on my modules cause this school year we are just learning by ourselves and through modules because it's covid tysm
Superb vedio sir you have solved my problems related to Roman no with in 15 min .....
Thank you very much the way my teacher explains it is very difficult i was gonna fail my math marking period without you.
OMG candice is PREGNANT?! lmao sry i had to 💀
@@ProductiveTeen. how am I just seeing this 😭
i am preparing for maths olympiad and this has helped so much😊❤❤ thankyou
My class would enjoy the video it explained them nicely they did well in expand so
U r amaze
Nice and clear
Popppppppppppppoopoooopppooppppooooooppooooooooo Popppppppppppppoopoooopppooppppooooooppooooooooo Popppppppppppppoopoooopppooppppooooooppooooooooo Popppppppppppppoopoooopppooppppooooooppooooooooo Popppppppppppppoopoooopppooppppooooooppooooooooo Popppppppppppppoopoooopppooppppooooooppooooooooo
Thanks bro your channel is amazing, I was working on this program that converts Roman numerals to decimal, in my first attempt I wrote like 200 lines of code where I covered all possible cases that a single roman digit can be, it was so tedious to do it that way but after watching 3 minutes of this video I figure out that a simple if statement and a simple function can do this :
int roman_to_integer (char ch){
switch(ch){
case 'I' : return 1 ;
case 'V' : return 5 ;
case 'X' : return 10 ;
case 'L' : return 50 ;
case 'C' : return 100 ;
case 'D' : return 500 ;
case 'M' : return 1000 ;
}
}
int main(int argc ,char *argv[]){
char buffer[16] ;
printf("Enter a roman number between I and MMMCMXCIX : ") ;
scanf("%s",buffer) ;
int result = 0 ;
int size = strlen(buffer) ;
for(int i = 0 ; i < size ; ){
if(i < size-1 && roman_to_integer(buffer[i]) < roman_to_integer(buffer[i+1])) {
result += roman_to_integer(buffer[i+1]) - roman_to_integer(buffer[i]) ;
i+=2 ;
}
else {
result += roman_to_integer(buffer[i]) ;
++i ;
}
}
printf("%d
",result);
return 0 ;
}
sorry !! if u have no idea of what I'm talking about but if u do make sure to replay , thanks have a nice day. 😉
You make it easy to learn
omg thank you so much this is so clear I learned more in 15mins then a whole term of school
4 min 17 sec ki to video hai
Best explanation ever!!!!
Today I saw this video to teach my daughter Roman numerals bcoz she couldn't understand wat teacher taught in her school, seriously saying the video was very much useful, thank you so much
Tysm i dont need to search on google anymore
Wow I thought I was gonna fail my Roman Numerals quiz but this was sooooo helpful! Thanks so much!
Thanks, it was helpful.
bro you are a lifesaver
btw great explination
deserves a like
I understand that what is Roman Numerals .
Thanks for the New video.
I needed this video, alot thanks!
Thank you so much, well explained and it's easy to understand.
Thanks for the Information 🥰
I have a test tomorrow and I have never understood Roman Numerals.
Thanks a bunch, JG
your always who i go to when i need help
IN ONE MIN I UNDERSTAND THANK YOU SO MUCH
Thank you, it really helped; now I understand roman numerals very clearly!
I can’t believe I just learnt n actually understood dis. God bless you
Great video!
Seriously it cleared my concept of roman numerals😊😊😊😊
Thank you☺
OMG thanks soooooooooo much, this help a lot! My dad has these little projects because school is closed, todays was Roman numerals! Thanks so much! 😊
TYSM U LITTERLY STOPPED ME FROM FAILING
Tysm for making it simple so its easy to understand!
thank you. Love from India
Great no nonsense video, really well explained too. Nice job. 👍
This helped me out!! Made it so easy to understand!
Thank you so much! This really helped. the examples were very clear and easy to follow!
Mus A no u
@@Umishafi Lol thank you😊
Thank you so much, tomorrow is my exam and I completely forgot about my Roman Numerals concepts, Thank you for helping me!
thank you so much for this video you really helped me for my exam at 1pm😢
جايين من عند صبري نتعلم
صعبة 😂
😂😂😂😂
@@esraaosama6077 ليش تضحك
Explained well🔥🔥
Good luck 👍
man i wish all teachers were like this guy
THANK YOU for teaching me
this man is a savior
Now we know what the Roman Numerals stated at the bottom of some Film Credits meant! >>> MCMXCLII = 2,262! Thank You So Much for this informative & satisfying tutorial! 🕯🌷🌿
MMCCLXII is 2262 not MCMXCLII. well, MCMXCLII is wrong. it should be MCMXCII
Thank you,this was the only thing I've been struggling with,tysm.
Thank you bro you saved my life 🙏🙌💯❤💙💪🙏🙌🎉🎉🎉🎉🎉
Thank u so much I have problem in this subject but u helped me, not just me everybody else
I reallllllllllllllllllllllllllllllllly hated Roman numerals but u have helped me
Nice job !👍 thanks 🙏
Thank you for teaching me roman numerals I will sub have a blessed day
Your video help me a lot bro❤
This really helped,thank you 👍
Great job explaining. Bravo!!
Apana umechoma
That was a good explanation 👍👌
Best of all the times🔥
Thank you for helping me. This is an amazing tutorial.
Thanks a lot
Very good. I enjoyed this video.
Learning Roman Numerals from a young Mark Wahlberg.
This actually made sense. Well done and Thank you.
this helped me so much!!!!!!!!!
Thank you so much🙌🏾🙏🏾. Really helped me a lot !
I love Roman numerals.
Me too
thank you very very much, you did me so good like matrix movies part 1 in the end, when neo sees the matrix with green numbers and understand it for the first time ... thank you again .
Thanks to this,,,
If I figure it out when I was in school i surely solve it fast 😂😃
Thanks bro you are best.
Your explain is so cool , keep moving bro
Thanks I go stonks on Roman Numeral now am happy
Im here to learn roman numerals to help me read the titles of the Final Fantasy games. Ty for making this video.
This will help me for the beginning of school, IN TWO DAYS
Dhruv attri
Dhruv attri ?
Thank you for teaching
thanks for helping me
He's better at explaining then my math teacher 😅 ( no offense sir, you're still very good at math)
That was the greatest explain ever
Thank you it worked I now know I shined in class oooooooooooo idont know how to thank u
The Oricgalic chestemic tutor:You do that do this do that do thes
ME: brings a test from roman numerals A+ 99.99
thank you so much my child learn so much about Roman numerals
Thanks a lot! Your video really helped :)
I like how he explains, easy method