Answer:
604.58
Step-by-step explanation:
because hegarty says its 604.58
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
Slope = (7 + 2)/(-18 + 4) = 9/-14= - 9/14
Marcus needs to bike at least 11 miles each day.
Step-by-step explanation:
Given,
Distance to cover = 80 miles at least
Distance already biked = 25 miles
Number of days left = 5
Let,
x be the distance to cover in 5 days.
According to given statement;
Number of days left * Distance to cover + distance already bike ≥ Total distance to travel

Dividing both sides by 5

Marcus needs to bike at least 11 miles each day.
Keywords: inequality, division
Learn more about division at:
#LearnwithBrainly