Large numbers names
📅 March 20, 2024 | 👁️ Views: 118
📄 What you'll find on this page:
• The Course PDF is embedded below — you can read and scroll through it directly without leaving the page.
• A direct download button is available at the bottom for offline access.
• You'll also discover related exams, courses, and exercises tailored to the same subject and level.
• The complete LaTeX source code is included below for learning or customization.
• Need your own materials professionally formatted? I offer a LaTeX typesetting service — send me your content and get a clean PDF + source file at a symbolic price.
📄 ماذا ستجد في هذه الصفحة:
• ملف الدرس بصيغة PDF معروض أدناه — يمكنك تصفحه والاطلاع عليه مباشرة دون الحاجة لتحميله.
• يتوفر زر تحميل مباشر في أسفل الصفحة للاحتفاظ بالملف على جهازك.
• ستجد أيضًا مجموعة من الامتحانات والدروس والتمارين المرتبطة بنفس الدرس لتعزيز فهمك.
• تم تضمين الكود الكامل بلغة LaTeX أسفل الصفحة لمن يرغب في التعديل عليه أو التعلم منه واستخدامه.
• هل تحتاج تنسيقًا احترافيًا لموادك الخاصة؟ أقدم خدمة تنضيد LaTeX — أرسل محتواك واحصل على PDF نظيف وملف مصدر بسعر رمزي.
\documentclass[17pt,a4paper]{extarticle} % Change the font size here
\usepackage{geometry}
\usepackage{array}
\usepackage{multirow}
\usepackage{amsmath,amssymb,mathrsfs}
\usepackage{subcaption}
\geometry{top=2cm,bottom=2cm,left=2cm,right=2cm}
\begin{document}
\renewcommand{\arraystretch}{1.2}
\begin{table}[!h]
\centering
\begin{subtable}{0.48\textwidth}
\centering
\label{stock1}
\begin{tabular}{|c|c|>{$}c<{$}|}
\hline
M & Million &10^6\\\hline
B & Billion &10^9\\\hline
T & Trillion &10^{12}\\\hline
Q & Quadrillion &10^{15}\\\hline
QQ & Quintillion &10^{18}\\\hline
S & Sextillion &10^{21}\\\hline
SS & Septillion &10^{24}\\\hline
O & Octillion &10^{27}\\\hline
N & Nonillion &10^{30}\\\hline
D & Decillion &10^{33}\\\hline
UD & Undecillion &10^{36}\\\hline
TD & Duodecillion &10^{39}\\\hline
QD & Tredecillion &10^{42}\\\hline
Qn & Quattuordecillion &10^{45}\\\hline
SX & Quindecillion &10^{48}\\\hline
SP & Sexdecillion &10^{51}\\\hline
\end{tabular}
\caption{Values up to Sextillion}
\end{subtable}
\hfill
\begin{subtable}{0.48\textwidth}
\centering
\label{stock2}
\begin{tabular}{|c|c|>{$}c<{$}|}
\hline
OC & Septendecillion &10^{54}\\\hline
NO & Octodecillion &10^{57}\\\hline
CE & Novemdecillion &10^{60}\\\hline
DE & Vigintillion &10^{63}\\\hline
VI & Unvigintillion &10^{66}\\\hline
WI & Duovigintillion &10^{69}\\\hline
W2 & Trevigintillion &10^{72}\\\hline
W3 & Quattuorvigintillion &10^{75}\\\hline
W4 & Quinvigintillion &10^{78}\\\hline
W5 & Sexvigintillion &10^{81}\\\hline
W6 & Septenvigintillion &10^{84}\\\hline
W7 & Octovigintillion &10^{87}\\\hline
W8 & Novemvigintillion &10^{90}\\\hline
W9 & Trigintillion &10^{93}\\\hline
WW & Untrigintillion &10^{96}\\\hline
\end{tabular}
\caption{Values from Septendecillion to Untrigintillion}
\end{subtable}
\caption{Numeric Values in Scientific Notation}
\end{table}
\end{document}
\documentclass[17pt,a4paper]{extarticle} % Change the font size here
\usepackage{geometry}
\usepackage{array}
\usepackage{multirow}
\usepackage{amsmath,amssymb,mathrsfs}
\usepackage{subcaption}
\geometry{top=2cm,bottom=2cm,left=2cm,right=2cm}
\begin{document}
\renewcommand{\arraystretch}{1.2}
\begin{table}[!h]
\centering
\begin{subtable}{0.48\textwidth}
\centering
\label{stock1}
\begin{tabular}{|c|c|>{$}c<{$}|}
\hline
M & Million &10^6\\\hline
B & Billion &10^9\\\hline
T & Trillion &10^{12}\\\hline
Q & Quadrillion &10^{15}\\\hline
QQ & Quintillion &10^{18}\\\hline
S & Sextillion &10^{21}\\\hline
SS & Septillion &10^{24}\\\hline
O & Octillion &10^{27}\\\hline
N & Nonillion &10^{30}\\\hline
D & Decillion &10^{33}\\\hline
UD & Undecillion &10^{36}\\\hline
TD & Duodecillion &10^{39}\\\hline
QD & Tredecillion &10^{42}\\\hline
Qn & Quattuordecillion &10^{45}\\\hline
SX & Quindecillion &10^{48}\\\hline
SP & Sexdecillion &10^{51}\\\hline
\end{tabular}
\caption{Values up to Sextillion}
\end{subtable}
\hfill
\begin{subtable}{0.48\textwidth}
\centering
\label{stock2}
\begin{tabular}{|c|c|>{$}c<{$}|}
\hline
OC & Septendecillion &10^{54}\\\hline
NO & Octodecillion &10^{57}\\\hline
CE & Novemdecillion &10^{60}\\\hline
DE & Vigintillion &10^{63}\\\hline
VI & Unvigintillion &10^{66}\\\hline
WI & Duovigintillion &10^{69}\\\hline
W2 & Trevigintillion &10^{72}\\\hline
W3 & Quattuorvigintillion &10^{75}\\\hline
W4 & Quinvigintillion &10^{78}\\\hline
W5 & Sexvigintillion &10^{81}\\\hline
W6 & Septenvigintillion &10^{84}\\\hline
W7 & Octovigintillion &10^{87}\\\hline
W8 & Novemvigintillion &10^{90}\\\hline
W9 & Trigintillion &10^{93}\\\hline
WW & Untrigintillion &10^{96}\\\hline
\end{tabular}
\caption{Values from Septendecillion to Untrigintillion}
\end{subtable}
\caption{Numeric Values in Scientific Notation}
\end{table}
\end{document}
✨ Get your own materials formatted with LaTeX
Explore more latex content for figures:
Related Courses, Exams, and Exercises
Frequently Asked Questions
What will I learn by the end of this course?
You will gain a solid understanding of Miscellaneous Figures and be able to apply it in exams and real‑world problems.
What topics are covered in this course?
The course "Miscellaneous Figures" covers key concepts of latex for figures. Designed to help students master the curriculum.
Is this course suitable for beginners?
Yes, the material is structured to be accessible while providing depth for advanced learners.
Are there exercises or practice problems?
Exercises are included to help you practice.
Does this course include solutions?
Solutions are available separately.