Start learning 50% faster. Sign in now
ATQ, Let, the initial income of the Raman be Rs. '8x'. So, the new income of the Raman = 1.125 × 8x = Rs. '9x' Let, his initial expenditure = New expenditure be Rs.'y' ATQ, 9x - y = 1.5 × (8x - y) Or, 9x - y = 12x - 1.5y Or, 12x - 9x = 1.5y - y Or, 3x = 0.5y Or, (y/x) = (3/0.5) Or, (y/x) = 6 Or, y = 6x So, the required % = (y/8x) × 100 = (6x/8x) × 100 = 75%
In a public key infrastructure (PKI), what is the primary role of a Certificate Authority (CA)?
In the first step of the TCP three-way handshake, what does the client (initiator) do?
Which of the following is a new semantic element introduced in HTML5?
When trying to access a URL, the following message is displayed on the browser:
Server; Error 403.
What could be the reason for the...
Which component of a compiler interacts directly with the lexer?
Unauthorised access to network is?
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
What is the purpose of the "HAVING" clause in an SQL query?
Which protocol is used for real-time communication over the internet?
Which operator is used to allocate dynamic memory in C++?