Here you are giving only the amount they want to raise (namely profit times number of magazines sold), and here you are also giving Money they want to raise... So clarifying, the money they want to raise, should include the money they will spend on buying the magazines (there is no statement saying they found them, or were given the magazines, so a cost should be involved)
Now if they are only making the count of "Field trip costs X amount of money, and given we have to make a profit of $5.5, How many must we sell?" then the equation should be n=X/5.5
Should the story be, how much money must they raise to have a profit of 5.5 on each magazine and still have enough for the field trip, then you have a different equation which varies only in adding the cost of each magazine, either case, M should be defined not as money they need to raise (cause here they will be short on their goal) but Money they must earn. And again, you should rewrite your equation to be:
M=Amount they must raise
C=Cost per magazine
n=Number of magazines
p=profit $5.5 per magazine
C+p=M/n
And rewriting the previous they should make:
n(C+p)=M -----> n(C+5.5)=M <span>m/n = 5.50 </span>
<span>m/n x n = 5.50 x n //// multiply each side by n </span>
<span>m = 5.5n</span>
Answer:
4/5 is the slope of the line represented by the equation y = 4/5x - 3
The answer would be 115°, the sum of interior angles in a kite is always 360° so if 41° and 89° equal 130° subtract 130° from 360° and that gives you 230° divide that by two for each side of the kite missing and you get 115°
Answer:
2
Step-by-step explanation:
Divide 9/37 and you get repeating decimal of 0.243
Divide 2005 by 3 because the decimal repeats 3 numbers
You will get reminder of 1 from dividing 2005 by 3
Move 1 place from the decimal point and you get 2
<span>This is an java command program.
String 1 is stands for str1= '' forest '' accepted within quote marks.
String 2 is stands for str1= '' school'' accepted within quote marks
the command compareto will cause the output will display as shown below :
str1.compareto(str2); when run this command
we will get the output like this ;
forest
school
==================================================
the model program is like this;
{
String str1 = " forest " ;
String str2 = "school ";
System.out.println();
System.out.println("String 1: " + str1);
System.out.println("String 2: " + str2);</span>