Suppose the whole job has three parts: front, back, and side. If the back takes twice as long as the side and the front takes twice as long as the back, what fraction of the whole job is the side?

Notation: w = time for whole job; x --- time for side lawn.


Use the given notation to form an equation showing the whole job consists of three parts:
x = side
2x = back (because back is twice the side) 4x = front (because front is twice the back) w = whole job (the sum of the three parts)
Thus: w = x + 2x + 4x adding gives w = 7x
From this equation you can see that the whole job take 7 times as long as the back alone. Thus, the back is 7 of the whole job. You can see this more clearly by dividing both sides of the equation by seven:
Start with the equation above w =7x
Divide both sides by 7 to get a new equation w/7 =7x /7
Remove 7 / 7 since it is one, leaving 7w—x
Express the final equation in English
"One-seventh of the whole job is equal to the time for the side alone."

Computer Science & Information Technology

You might also like to view...

You can change the appearance of the lines and data markers in a line chart using the Marker Options in the Format Data Series pane.?

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

Computer Science & Information Technology

Which type of attack is the easiest to carry out?

A. privacy policy violations B. criminal actions C. internal violations D. external violations

Computer Science & Information Technology

The process of keeping rows and/or columns visible onscreen at all times even when you scroll through a large dataset.

What will be an ideal response?

Computer Science & Information Technology

Highly sensitive data is stored in a database and is accessed by an application on a DMZ server. The disk drives on all servers are fully encrypted. Communication between the application server and end-users is also encrypted. Network ACLs prevent any connections to the database server except from the application server. Which of the following can still result in exposure of the sensitive data in the database server?

A. SQL Injection B. Theft of the physical database server C. Cookies D. Cross-site scripting

Computer Science & Information Technology