greatest common divisor
Not what you're looking for?
How do I use the Euclidean Algorithm for determining the greatest common divisor of two integers?
Purchase this Solution
Solution Summary
The greatest common divisor is determined.
Solution Preview
The Euclidean Algorithm, as defined, is the following:
Let a = bq + r, where a, b, q, and r are integers. Then gcd (a, b) = gcd(b, r)
What exactly does this mean? It means that if we are given two numbers, we have an efficient way to calculate the largest number that will divide into both integers evenly.
How does it work? It can be shown by example. We start with a simple one to describe the process.
ex.1) Find the greatest common divisor ...
Purchase this Solution
Free BrainMass Quizzes
Word 2010: Tables
Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.
Word 2010: Table of Contents
Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.
Basic Networking Questions
This quiz consists of some basic networking questions.
C++ Operators
This quiz tests a student's knowledge about C++ operators.
Javscript Basics
Quiz on basics of javascript programming language.