Separate 100 into three parts such that the second part is 2/5 the first, and the third is 3/5 the first.

Let first part — n
Let second part = (2/5)n Let the third part = (3/5)n
Equation: n + (2/5)n + (3/5)n = 100
Solve'for n (5/5)n + (2/5)n + (3/5)n = 100
(10 / 5)n = 100
n = (5 110) * 100
n = 50
First Part = 50
Second Part = (2/5) 50 = 20 Third Part = (3/5) 50 = 30


Solution: First part = 50, second part = 20, and third part = 30.
Check: 50 + 20 + 30 = 100 Condition 1
50 + (2/5)* 50 + (3/5) * 50 = 100 Condition 2
50 + 20 + 30 = 100
Both conditions are satisfied.

Computer Science & Information Technology

You might also like to view...

When choosing variable and function names we should

a. pick names meaningful to computers b. pick names no one has ever used before c. pick any random name d. pick names meaningful to humans

Computer Science & Information Technology

Windows Defender is one of the Windows Action Center tools

Indicate whether the statement is true or false

Computer Science & Information Technology

There may be a time to use the ________ operator when you want to join data from multiple fields to create a single text string of data

Fill in the blank(s) with correct word

Computer Science & Information Technology

A database object used to display the results of a query or the contents of a table on the screen or in

printed form. A) Macro B) Form C) Report

Computer Science & Information Technology