<h2>Answer:</h2>
a) 20 will represent the set price of admission
b) 3 is the price of each ticket
c) x will be the total number of ticket bought
d) y will be the total amount of money spent.
<h2>Explanations:</h2>
The equation given is written in slope-intercept form of a line. The slope-intercept form is in the form y = mx +b
where
• m is the ,rate of change ,or slope
,
• b is the ,intercept, (constant)
Given the equation that represents the total amount of mney the hunter will spend expressed as y = 20 + 3x
a) Since 20 is a constant value, it is more like the initial price. Based on the question, 20 will represent the set price of admission.
b) 3 is the price of each ticket needed to go on the ride
c) x will be the total number of ticket bought for the rides
d) As mentioned earlier, y will be the total amount of money the hunter will spend for the ride including the admission price.
Answer:
n= 104
Step-by-step explanation:
hope dis helps <3 have a nice day .
Answer:
35% or 0.35
Step-by-step explanation
If 20 grams is 100%, that means each gram is 5% of the whole. So 7 time 5 is 35.
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
I think i know this one. it's 3,281.