Question
The sum of the squares of three numbers is 532 and the
ratio of the first to the second as also of the second to the third is 3:2. What is the second number?Solution
ATQ- Let the numbers is a,b,c a:b=3:2 b:c=3:2 so now - a:b:c = 9:6:4 a =9x ,b =6x ,c =4x then Now - 81x2+36x2+16x2 = 532 133x2 =532 x2= 4 x= 2 Second number is = 6x =6×2 = 12
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
Which method is used to compute the inverse of a matrix in numerical computing efficiently?
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
Which of the following best describes Third Normal Form (3NF) in a relational database?Â
State true or false
Confidentiality, integrity and availability, also known as the CIA triad, is a model designed to guide policies for infor...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
SMTP commands
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
- Which type of software testing ensures that integrated modules of an application work together as expected?
What is the purpose of the with statement when working with files?