There is a box labeled * Less Cash Received in the deposit ticket. The number in this box would be the amount of cash Vera received.
The number in this box is 80.00.
Vera received $80.00
Answer is 12.50. u can comment on my answer if you would like to see how that is the correct answer :)
Answer:
8.49 inches
Step-by-step explanation:
x^2 + 7^2 = 11^2
x^2 + 49 = 121
X^2 = 121 - 49
x^2 = 72 (then take square root on both sides)
x = 8.49 inches
Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation:
Option C:
is the right answer
Step-by-step explanation:
Given points are:
(x1,y1) = (-1,2)
(x2,y2) = (3,4)
First of all, the slope has to be found

The slope-intercept form of line is:

Putting the value of m

Putting (3,4) in equation

Putting the value of b

Hence,
Option C:
is the right answer
Keywords: Equation of line, slope
Learn more about equation of line at:
#LearnwithBrainly