Question
A = 1200 – X where X is a real number. A > 0 and A is
divisible by 3, 5, 7 and 11. The sum of the two largest possible value of X is:Solution
Two largest Possible value of X = 45 and (-1110) [ Both are real numbers ] For X = 45, A = 1155 [Divisible by 3,5,7,11] For X = (-1110), A = 2310 [ Divisible by 3,5,7,11 ] Both of the above values of X satisfy the given conditions. Therefore, the sum of two largest possible values of X for which A is divisible by the given numbers (A > 0) will be 45 + (-1110) = (-1065) ∴ The largest possible value of X is -1065 for which the given condition is satisfied.
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?