Calculate the least common denominator (LCD) for the given pair of denominator values.
Answer to Problem 9E
The solution is,
Explanation of Solution
Given: The pair of denominators are,
Calculation:
We may write the denominators in the form,
Calculate the LCD,
We can see in the table, if we multiply 15 into 13 and 13 into 15 then both the denominator becomes common. So, LCD is 21 because it is common after multiplication.
program:
clc clear close all x=input('Enter the first denominator:'); y=input('Enter the second denominator:'); fori=1:y if (rem(x,i)==0 && (rem(y,i)==0)) s=i; end end z=x*y/s; disp('LCD') disp(z)
Query:
- First, we have defined both the denominators.
- The calculate the remainder.
- Then identify at which value remainder is zero.
- Then calculate the LCM.
Chapter 6 Solutions
Algebra: Structure And Method, Book 1
Additional Math Textbook Solutions
Elementary Statistics: Picturing the World (7th Edition)
Thinking Mathematically (6th Edition)
Calculus: Early Transcendentals (2nd Edition)
Basic Business Statistics, Student Value Edition
Introductory Statistics
Intro Stats, Books a la Carte Edition (5th Edition)
- Algebra and Trigonometry (6th Edition)AlgebraISBN:9780134463216Author:Robert F. BlitzerPublisher:PEARSONContemporary Abstract AlgebraAlgebraISBN:9781305657960Author:Joseph GallianPublisher:Cengage LearningLinear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning
- Algebra And Trigonometry (11th Edition)AlgebraISBN:9780135163078Author:Michael SullivanPublisher:PEARSONIntroduction to Linear Algebra, Fifth EditionAlgebraISBN:9780980232776Author:Gilbert StrangPublisher:Wellesley-Cambridge PressCollege Algebra (Collegiate Math)AlgebraISBN:9780077836344Author:Julie Miller, Donna GerkenPublisher:McGraw-Hill Education