In total 1.125 pounds were removed from the basket
<em>1 Cancel m.</em>
12i=c*m/s
<em>2 Use rule a*b/c = ab/c</em>
12i=cm/s
<em>3 Multiply both sides by s.</em>
12is=cm
<em>4 Divide both sides by 12.</em>
is=cm/12
<em>5 Divide both sides by i</em>
s=cm/12/i
<em>6 Simplify cm/12/i</em>
s=sm/12i
Answer:
PK is an angle bisector and angle MKQ + angle PKQ= angle PKM
The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
Answer:
Hi , the answer is 280-140/ 4-2 = 140/2
y = 2/140 x
b . 70 beats each minute
Step-by-step explanation:
we will take a 2 point from the graph
(280,4) , (y1,x1) and (140, 2) , (y2,x2) each point represent a (y,x) point
m = y1-y2 / x1-x2 = 280-140 / 4-2 = 140 /2
now , y/x = 140/2 ... by B. Multiplication we will get y = 2/140 x
b .
from the graph we see that every minute the curve increase 70 beats
Thanks