Answer:
4 number answer is correct.
The number of hectares of each crop he should plant are; 250 hectares of Corn, 500 hectares of Wheat and 450 hectares of soybeans
<h3>How to solve algebra word problem?</h3>
He grows corn, wheat and soya beans on the farm of 1200 hectares. Thus;
C + W + S = 12 ----(1)
It costs $45 per hectare to grow corn, $60 to grow wheat, and $50 to grow soybeans. Thus;
45C + 60W + 50S = 63750 -----(2)
He will grow twice as many hectares of wheat as corn. Thus;
W = 2C ------(3)
Put 2C for W in eq 1 and eq 2 to get;
C + 2C + S = 1200
3C + S = 1200 -----(4)
45C + 60(2C) + 50S = 63750
45C + 120C + 50S = 63750
165C + 50S = 63750 ------(5)
Solving eq 4 and 5 simultaneosly gives;
C = 250 and W = 500
Thus; S = 1200 - 3(250)
S = 450
Read more about algebra word problems at; brainly.com/question/13818690
Answer & Explanation:
function Temprature
NYC=[33 33 18 29 40 55 19 22 32 37 58 54 51 52 45 41 45 39 36 45 33 18 19 19 28 34 44 21 23 30 39];
DEN=[39 48 61 39 14 37 43 38 46 39 55 46 46 39 54 45 52 52 62 45 62 40 25 57 60 57 20 32 50 48 28];
%AVERAGE CALCULATION AND ROUND TO NEAREST INT
avgNYC=round(mean(NYC));
avgDEN=round(mean(DEN));
fprintf('\nThe average temperature for the month of January in New York city is %g (F)',avgNYC);
fprintf('\nThe average temperature for the month of January in Denvar is %g (F)',avgDEN);
%part B
count=1;
NNYC=0;
NDEN=0;
while count<=length(NYC)
if NYC(count)>avgNYC
NNYC=NNYC+1;
end
if DEN(count)>avgDEN
NDEN=NDEN+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in New York city was above the average',NNYC);
fprintf('\nDuring %g days, the temprature in Denvar was above the average',NDEN);
%part C
count=1;
highDen=0;
while count<=length(NYC)
if NYC(count)>DEN(count)
highDen=highDen+1;
end
count=count+1;
end
fprintf('\nDuring %g days, the temprature in Denver was higher than the temprature in New York city.\n',highDen);
end
%output
check the attachment for additional Information
Q:What velocity does the boy attain if he throws the bricks one at a time?
Answer:Linear velocity since it moves back and firth and does not rotate like angular velocity.
Answer: Homelessness, Drug addiction, Mental Illness, Climate change.
Explanation:
Society would rather be ignorant to/ ignore all of these realities so they do not have to stop specific behaviors or actually acknowledge other people and help. Sometimes people are so stressed out about their own lives, they can not bare another persons issues. People are ignorant to climate change because correcting it requires massive changes and society is selfish and unwilling to change.