Answer: $28-$33
Step-by-step explanation: Call the cost per pair x. She buys the first pair full price, so x, then 2 dollars off, so x-2, and 2 dollars off, so x-2, adding them up you get 3x-4= total money spent. Sinze this ranges from 80-95 solve equations and you get 28 and 33 respectively.
Answer:
A is 0.2, B is 0.34, C is 63.02, and D is 91.16
Step-by-step explanation:
For A: 2 divided by 10, For B: 34 divided by 100, For C: 2 divided by 100 and added it to 63, and for D I did 16 divided by 100 and added it to 91.
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
U need to work it out and solve it. To find the answer
The distance of the spaceship in discuss as in the task content given can be evaluated as; 800miles.
<h3>What is the distance the spaceship travels in 4 minutes?</h3>
The distance travelled by the spaceship in discuss can be evaluated by means of the slope of the linear relationship as follows;
Hence it follows from ratios that by observation, the linear relationship has a slope of 200mi/min.
Consequently, we can evaluate the distance travelled after 4 minutes as;
Distance = 200 × 4 = 800mi.
Ultimately, the distance travelled per minute by the spaceship is; 800mi.
Remarks:
600 miles
520 miles
800 miles
1,080 miles
Read more on ratios;
brainly.com/question/13513438
#SPJ1