Evaluate the following expressions and reduce the result to lowest terms.

(5/8) + (1/14)


(5/8) + (1/14)
= ((5 * 14) / (8 * 14)) + ((1 * 8) / (8 * 14))
=(70 /112)+(8 /112)
= 78 / 112
= 39/56 Lowest terms since there are no common factors
39 /56=(3*13)/(2*4*7)

Computer Science & Information Technology

You might also like to view...

Most of the programming languages used today are __________.

a. procedural b. top-down c. object-oriented d. functional

Computer Science & Information Technology

How do you print a test page in the Windows environment?

A) From Device Manager use the Test menu item. Select Print Printer Test Page. B) From Task Manager, select the Test tab and select the Printer Test option. C) Right-click the printer icon, select Properties, and click Print Test Page. D) From Windows/File Explorer, right-click the printer and select Print Test Page.

Computer Science & Information Technology

To renumber an indexed array's elements, you need to run the ____ function.

A. unset() B. array_values() C. array() D. array_num()

Computer Science & Information Technology

If an integer (int) and a real (float) are multiplied, the result is an integer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology