Evaluate the expression and reduce the result to lowest term.

(3/5) — (2/9)


= ((3 * 9) / (5 * 9)) — (2 * 5) / (5 * 9))
=(18 /45)—(10 /45)
= 8/45 Lowest terms since there are no common factors
8 / 45 = (2 * 2* 2) / (3 *3* 5)

Computer Science & Information Technology

You might also like to view...

Use the condition operator (x?y:z) to write a very compact expression that assigns the maximum of variables n1 and n2 to the variable max. You should assume that any variables you use have been declared and initialized appropriately.

What will be an ideal response?

Computer Science & Information Technology

________ uses unique personal information, such as fingerprints, eyeball iris scans or face scans, to identify a user.

a) Biometrics. b) A digital signature. c) The Kerberos protocol. d) None of the above.

Computer Science & Information Technology

Which of the following statements is not true about indexes?

A) They are commonly suggested by the Performance Analyzer tool. B) They improve performance. C) They should be added to every field. D) They should be added to fields which are searched or sorted often.

Computer Science & Information Technology

It has been reported that flash memory is reaching the limit of its density. Why do you think that this may be so?

What will be an ideal response?

Computer Science & Information Technology