<span>Int var1 = 0b0001;
int var2 = 0b1111;
int results1 = var1 & var2;
int results2 = var1 | var2;
int results3 = var1 ^ var2;
int printit = results1 + results2 + results3;
what are the values for results1, results2, results3 and printit after executing the code?
notes:
1. faster responses will be obtained if your code is presented line by line (in a file) before posting.
2. please specify language, many languages use the same syntax but could have differences in interpretation
-------------------------------------------------------------------------------
Assuming Java as the language. C is similar.
</span><span><span>& bitwise AND &
^ </span><span>bitwise exclusive OR
</span><span>| bitwise inclusive OR
So
results1=var1&var2=0b0001&0b1111=0b0001
results2=var1|var2=0b0001&0b1111=0b1111
results3=var1^var2=0b0001&0b1111=0b1110
printit=results1+results2+results3=0b0001+0b1111+0b1110
=0b10000+0b1110
=0b11110
Note: by default, int has 4 signed bytes, ranging from decimal -2147483648 to +2147483647
</span></span>
Answer: -6/11
-4x - 2(8x + 1) = -(-2x - 10) Distributive Property
-4x - 16x - 2 = 2x + 10 Combine like terms
-20x - 2 = 2x + 10 Subtract 2x from both sides
-22x - 2 = 10 Add 2 to both sides
-22x = 12 Divide by -22 for both sides
x = -6/11 Answer!
To find the y-intercept, we can convert this to slope-intercept form, or replace the value of x with 0 and solve for y.
We'll do both first.
-x + 5y = 45
5y = 45
Divide both sides by 5.
y = 9
Now let's convert it to slope-intercept.
-x + 5y = 45
Add x to both sides.
5y = 45 + x
Divide both sides by 5.
y = 1/5x + 9
y = 9
<h3><u>The y-intercept of our line is 9.</u></h3>
Answer:
The 3 R in treestand safety is stands for rescue, relief and recover.
Step-by-step explanation:
The 3 R in treestand safety is stands for rescue, relief and recover.
Treesstand safety include following guidelines
1) Do use safety belt to replace a chain; do not use a rope.
2) Read the instructions on the correct use and modification of the belt system extensively.
3) If you wear a harness device, do not leave the ground.
4) Safe belt tied to tree position to avoid you from dropping.
5) Before hunting from it, test your tree stand each year; remove worn parts.

To solve for
, we need to isolate it on one side of the equation.
Take the square root of both sides, making sure to use both positive and negative roots.

cannot be simplified, so we'll leave it as-is.
Add
to both sides to fully isolate
.

Expand the solution by making two solutions, one where
is positive and one where it's negative.
