Question
The perimeter of a rhombus is 50 m. If one of its
diagonals is 7 m, then the area of the rhombus isSolution
Using formula, Perimeter of rhombus = 2 √(d1² + d2²) Where d1 & d2 are diagonals Therefore 2 √(d1² + d2²) = 50 ⇒ √(d1² + d2²) = 25 Squaring both sides, ⇒ (d1² + d2²) = 625 ⇒ 7² + d2² = 625 ⇒ 49 + d2² = 625 ⇒ d2² = 625 – 49 = 576 Therefore, d2 = √576 = 24 Therefore, area of the rhombus = 1/2 x d1 x d2 ⇒ 1/2 x 7 x 24 = 84 m²
A view in SQL is:
Consider a `LinkedList` data structure. Which control flow statement is most appropriate for iterating through all elements of the list from head to tai...
HTTPS ensures which of the following?
Which of the following is a type of phishing attack?
In the Relational Database Model, data is organized into:
What is context switching?
Which of the following is a common technique for concurrency control in databases?
Consider the following Java code snippetÂ
public class Car {
  private String model;
  private int year;
  publ...
What does normalization in DBMS achieve?
Which SQL command is used to retrieve data from a table?