Question
If 2x+1, x+2, 2 and 5 are in proportion, then what is
the mean proportional between 3.5(1-x) and 8(1+x)?Solution
If 2x+1, x+2, 2 and 5 are in proportion, then ⇒ 2x+1 : x+2 :: 2 : 5 ⇒ (2x + 1)/(x + 2) = 2/5 ⇒ 5 (2x + 1) = 2 (x + 2) ⇒ 10x + 5 = 2x + 4 ⇒ 10x – 2x = 4 – 5 ⇒ 8x = (-1) ⇒ x = -1/8 Let mean proportional between 3.5 (1 – x) and 8 (1 + x) be M, then 3.5 (1 – x) : M :: M : 8 (1 + x) ⇒ [3.5(1 + 1/8)]/M = M/[8 (1 – 1/8)] ⇒ M = 3.5 × 9/8 × 8 × 7/8 ⇒ M = (7 × 9 × 7)/(2 × 8) ⇒ M = (7 × 7 × 3 × 3)/(4 × 4) ⇒ M = √(7 × 7 × 3 × 3)/(4 × 4) ⇒ M = (7 × 3)/4 ⇒ M = 21/4 ∴ M = 5.25
How do you access the value of a variable named `USERNAME` in a shell script?
Slowly Changing Dimension (SCD) is used to:
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
What is the exit status code of a successfully executed command in Linux shell?
Which command is used to display the current working directory in a Unix-like operating system?
How can you make a shell script executable?
Which operator is used to append output to a file?
OLAP is primarily used for:
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
Which command is used to display the number of lines in a file?