Novice question: how would you write this in racket?
10x - 6 = 3x + 7
I am having a hard time trying to figure out where would I put the = 3x + 7.
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.
Try this:
Of course, assuming that a value has been assigned previously to the
xvariable. Now, if the expression is to be evaluated as part of a function (as suggested by the title), then do this: