I don’t know how to solve the following linear equation with jQuery.
12.5x = 20 + x + (20 + x)/10
(Note that 12.5, 20, and 10 are numbers provided by user)
Is there a way in jQuery to get x?
Thank you very much
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your problem is purely related to Math
Assume you equation is of format:
Hence the solution is:
if
b === cthen, solution is: