Sort by

recency

|

17 Discussions

|

  • + 0 comments

    AI refers to the broader concept of machines mimicking human intelligence to perform tasks like reasoning, problem-solving, and decision-making. Iplwin Customer Care Contact Number

  • + 1 comment

    Unlocking the secrets of bivariate regression lines is like embarking on a thrilling math adventure! Imagine you're on a quest to discover the mystical variance of y when x equals 3. Join me in exploring the math magic in the blog and don't forget to share your findings in the specified format – it's your ticket to unveiling the hidden treasure of knowledge!

  • + 1 comment

    Cracking the code of bivariate regression lines! Finding the variance of y when x equals 3 is the challenge. Dive into the blog to unravel the math magic and submit your answer in the specified format.

  • + 0 comments

    (slope1 / slope2)(var(x)*)

    ((20/9)/(5/4))*9

    Ans: print('16.0')

  • + 0 comments
    import math
    slope2 = 20/9
    slope1 = 5/4
    
    print("{:.1f}".format((slope2/slope1)*(3**2))))