You are on page 1of 9

\documentclass[xcolor=dvipsnames]{beamer}

\usetheme{berkeley}

\usepackage{graphics}

\definecolor{orange}{rgb}{1,0.5,0}
\usecolortheme[named=orange]{structure}

\title{PYTHAGORAS THEOREM}
\author{YASHITA RUSTAGI}
\institute{SECTION A, 20|48037}

\begin{document}

\begin{frame}
\titlepage
\end{frame}

\begin{frame}
\begin{abstract}
PYTHAGORAS THEOREM
\end{abstract}
\end{frame}

\begin{frame}
\frametitle{HISTORY OF PYTHAGORAS}
\begin{itemize}

\item[1]
Pythagoras was born in Samos, Greece around $570$ BCE.
\item[2]
Pythagoras made many contributions to world of maths including:
\item
studies with even and odd numbers
\item
studies involving prime numbers
\item
Irrational numbers
\item
the PYTHAGOREAN THEOREM
\end{itemize}
\end{frame}

\begin{frame}
\frametitle{HISTORY OF PYTHAGORAS}
\begin{center}
\includegraphics[width=3in,length=2in]{ytff.png}
\end{center}
\end{frame}

\begin{frame}
\frametitle{PYTHAGORAS THEOREM}
\begin{itemize}
\item It is related to the study of sides of a right angled triangle.
\item The Pythagorean theorem states that in a right angled triangle, the
square of \textbf{hypotenuse} is equal to the sum of the square of the other
two sides, that is, \textbf{base} and \textbf{perpendicular} of the rigt
angled triangle.
\end{itemize}

1
\end{frame}

\begin{frame}
\frametitle{FORMULA}
\begin{eqnarray}
h^{2}&=&b^{2}+p^{2}
\end{eqnarray}
\begin{center}
\includegraphics[width=2in,height=2in]{abc.png}
\end{center}
\end{frame}

\begin{frame}
\frametitle{CONVERSE OF PYTHAGORAS THEOREM}
It states that,
\item "In a triangle, if square of one side is equal to the sum of the squares
of the other two sides, then the angle opposite to the first side is a right
angle."
\end{frame}

\end{document}

You might also like