Question
In △ ABC, D and E are the points on sides AB and AC.
respectively and DE | BC. BC = 8 cm and DE = 5 cm. If the area of △ ADE = 45 cm², then what is the area (in cm²) of △ ABC?Solution
DE װ BC DE = 5 and BC = 8 ΔADE and ΔABC are similar. => (DE/BC)2 = Δ1/Δ2 => 25/64 = Δ1/Δ2 => 25 ------ 45 => 64 ------ (45/25) × 64 = 115.2 cm2
Which command is used to display the current working directory in a Unix-like operating system?
Which symbol is used for logical AND in shell scripting?
Which character is used to denote a single-line comment in a shell script?
OLAP is primarily used for:
In bash, what does trap 'echo Exit' EXIT do?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
In shell scripting, which operator is used for string comparison?
Which symbol is used to make a script executable in Linux?
Which symbol is used for variable substitution in shell scripting?
If a program needs to read data from a file, which system call would it typically use?