Evaluate the expressions and reduce the result to lowest terms.
(1/7) — (1/8)
= ((1 * 8) / (7 * 8)) — ((1 * 7) / (7 * 8))
= (8 / 56) — (7 / 56)
= 1/56 Lowest terms since there are no common factors
1 /56=1 /(2*2*2*7)
Computer Science & Information Technology
You might also like to view...
BASIC is an example of a(n) ____________________ language.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
If you make a mistake or change your mind when drawing a marquee, you can do one of three things. What are these things?
What will be an ideal response?
Computer Science & Information Technology
The ____ function sums the numbers in the specified range and then divides the sum by the number of cells with numeric values in the range.
A. MIN B. SUM C. AVERAGE D. MAX
Computer Science & Information Technology
Calling an object's method is sometimes described as sending a message to the object.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology