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

(1/2) + (1/5)


= ((1 * 5) / (2 * 5)) + ((1 * 2) / (2 * 5))
= (5 / 10) + (2 / 10)
= 7/10 Lowest terms since there are no common factors
7 /10=7 /(2*5)

Computer Science & Information Technology

You might also like to view...

What error(s) occur when a JavaScript string contains incorrectly nested double quotation marks? For example, add the following button to a Web page and describe what happens when that button is clicked.

``` ``` How would you modify the element so that it correctly displays the double quotes in the message?

Computer Science & Information Technology

The blank row at the end of a datasheet used to add records to a table

A) Append B) New record C) Data entry

Computer Science & Information Technology

An installed theme can be applied by clicking on a theme in the Themes group on the ____ tab.

A. FILE B. HOME C. INSERT D. DESIGN

Computer Science & Information Technology

What specific PowerShell cmdlet shows information about NFS shares on a server?

A. Get-Command -NfsShare B. Get-NfsServerConfiguration C. Set-NfsShare D. Get-NfsShare

Computer Science & Information Technology