32= -3 - 7x
32 + 3 = - 7x
35= - 7x
35/7 = -x
5 = -x
-5= x
Chat with our AI personalities
Consider$var1== $var2 : This means var1 and var2 must be equal in values$var1=10;$var2=10;so $var1==$var2 is true but if $var2=9; then the above statement will be falsenow$var1===$var2this will check values and their type i.e both should be integer and value should be 10 only then it will return true.$var2='dummy';$var1 === $var2 it will return false.
Yes
One equals is used in an equation which is true, such as 5 + 3 = 8 Equals equals is used in computer programming as a question as to whether 2 things are equal. Like If x == 4 perform this operation ... If you are referring to 'C' language programming: A single equal sign is an assignment, a double equal sign is a comparison. a = 7; /* An assignment. You are assigning the value of 7 to the variable called 'a' */ if (a == 7) /* A comparison. You are checking if the variable 'a' has the value of 7 */
positive times positive equals positive negative times negative equals positive positive times negative equals negative Substitute "divided by" for "times" in the previous sentences and they are still true.
It is true.