Question
2.666 …+ 2.77… in fraction form
is:Solution
ATQ,
Convert 2.666... to Fraction: Let x = 2.666... (repeating 6) Multiply by 10: 10x = 26.666... Subtract: 10x−x = 24 x = 24/9= 3/8 Convert 2.777... to Fraction: y = 2.777... (repeating 7) Multiply by 10: 10y = 27.777... Subtract: 10y − y=25 y = 25/9 Add the Fractions: Convert to a common denominator (9):
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?