It will take them 16 days to complete the job
Answer:
100 miles
Step-by-step explanation:
Hope this helps
Answer:
Domain [-4,4]
Range [-2,2]
Step-by-step explanation:
The domain is the x-values of the graph and the range in the y-values. When writing domain and range it should be from least to greatest. So to find the domain find the lowest x-value on the graph and then the highest. Next, do the same for y-values. Finally, either surround each value with parentheses or bracket, the difference is that brackets mean that value is included, while parentheses mean that value is not actually on the graph.
In this case, the lowest x-value is -4 and the highest is 4, both values are included as signified by the closed circles, therefore the domain is [-4,4]. The lowest y value is -2 and the highest is 2, both are included, therefore the range is [-2,2].
You can’t factor 31 since it’s a prime number luv
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.