Question
'Kevin' began a business with Rs.14,000. 'Liam' joined
after 'c' months with Rs.21,000. Given their profit ratio by year-end was 14:21, find c2+16.Solution
ATQ, 'Liam' came in after 'c' months, so his investment time = 12−c months. Profit sharing ratio = 14000×12 : 21000×(12−c) = 14:21 Or, 12−c=8 Thus, c=12−8=4 Therefore, required value = c2+16=42+16=16+16=32
Size of MD5 message digest
Which of the following creates a pattern object?
Which is/are Keyword in C++
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
Which of the following statements correctly describes a major difference between public and private clouds?Â
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?        Â
...In Unix/Linux operating systems, which of the following commands is used to send a process to the background, allowing the terminal to continue acceptin...
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â