Start learning 50% faster. Sign in now
Get Started with ixamBee
Start learning 50% faster. Sign in nowNumber of diagonals in a polygon with 'n' sides = n X {(n - 3)/2} So, 54 = x X {(x - 3)/2} Or, 108 = x2 - 3x Or, x2 - 3x - 108 = 0 Or, x2 - 12x + 9x - 108 = 0 Or, x(x - 12) + 9(x - 12) = 0 Or, (x - 12)(x + 9) = 0 So, x = 12 or x = -9 Since, number of sides cannot be negative. So, x = 12 Similarly, 90 = y X {(y - 3)/2} Or, 180 = y2 - 3y Or, y2 - 3y - 180 = 0 Or, y2 - 15y + 12y - 180 = 0 Or, y(y - 15) + 12(y - 15) = 0 Or, (y - 15)(y + 12) = 0 So, y = 15 or y = -12 Since, number of sides cannot be negative. So, y = 15 So, required sum = 12 + 15 = 27
Which activation function is typically used in the output layer of a regression task?
Which keyword is used to implement inheritance in most programming languages?
Which database level is closest to the users?
_________ is an agile development process focused primarily on ways to manage tasks in team-based development conditions
What is Inter-Process Communication (IPC) in the context of computer systems?
Port number of HTTPS?
What does the SQL keyword "JOIN" do?
What does cardinality represent in the context of an ER model?
Which probability distribution represents a continuous random variable with a constant probability density function over a specified interval?
B-trees and B+ trees are commonly used for indexing in databases to improve the efficiency of: