Answer:
$119,703
Step-by-step explanation:
This question is easy, it is just $87,545 plus $32,158
Answer:
A. Point C divides segment AB so that AC:CB is 1:3
or either c
100%-38%= 62%
To find the decimal of 62%, we will have to divide 62 by 100 to get 0.62.
0.62(800)= 496.
Therefore, 496 people will vote no.
Hope this helps!
Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.
Add digit by digit, from the right, just like any number, except that if it adds to 2, then put a zero and carry one (instead of carrying when it adds to 10 or more).
Example: < means carry, decimal equivalent for checking
1011+1111
1 0 1 1 (8+2+1=11)
+ 1 1 1 1 (8+4+2+1=15)
---<---<----<----<----
1 1 0 1 0 (16+8+2=26)
Proceeding similarly,
a. 10101111+11011011 = 110001010 (394)
b. 10010111+11111111 = 110010110 (406)
c. 01110101+10101100 = 10010001 (289)