Answer:
1.20372
Explanation: start with 39 times 2 for how much grams each day and then multiply that by 7 then the convert grams into pounds
Answer:
a. slope=rise/run
rise=0.02
run=-2
determined using the point (3,0.08) and (1,0.1) on the graph
slope=0.02/-2
= -0.01 or -1/100
b.area= area of trapizoid+ rectangle
((0.07+0.11)÷2)×4+1×0.07
0.36+0.07
=0.43$
c. the area represent the total cost after 5 hours
PLEASE MARK BRAINLIEST
Answer:

Explanation:
The capacitance of a parallel plate capacitor is given by:
(1)
where
is the vacuum permittivity
A is the area of the plates
d is the separation between the plates
The charge stored on the capacitor is given by
(2)
where C is the capacitance and V is the voltage across the capacitor.
The displacement current in the capacitor is given by
(3)
where t is the time elapsed
Substituting (1) and (2) into (3), we find an expression for the displacement current:

where we have



Substituting into the equation, we find

Answer:
clc
clear all
close all
format long
A=load('xyg1.mat');
x=A(:,1);
y=A(:,2);
[z,N,R2]=polyfitsystem(x,y,0.95)
function [z,N,R2]=polyfitsystem(x,y,R2)
for N=1:20
z=polyfit(x,y,N);
SSR=sum((y-polyval(z,x)).^2);
SST=sum((y-mean(y)).^2);
s=1-SSR/SST;
if(s>=R2)
R2=s;
break;
end
end
xx=linspace(min(x),max(x));
plot(x,y,'o',xx,polyval(z,x));
xlabel('x');
ylabel('y(x)');
title('Plot of y vs x');
end
Explanation:
Answer:
356 000 J
Explanation:
Total Energy released
= Energy released when water cools to 0 + Energy released when water is converted to ice at 0
= mcT + ml
= (0.5)(4200)(90-0) + (0.5)(334 000)
= 189 000 J + 167 000 J
= <u>3</u><u>5</u><u>6</u><u> </u><u>0</u><u>0</u><u>0</u><u> </u><u>J</u>