5x + 4y = 24
Substitute y for 1
5x + 4 = 24
5x =20
x = 4
        
             
        
        
        
Answer:
3/4 and 0.95 would both result in a reduction.
Step-by-step explanation:
multiplying by anything less than 1 will make it smaller which both 3/4 and 0.95 are smaller than 1.
 
        
                    
             
        
        
        
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:
 
        
             
        
        
        
Answer:
sinA(cosA+sinA)*cosA
Step-by-step explanation:
(sinA(2cosA+sinA-cosA))/secA
sinA(cosA+sinA)/secA
sinA(cosA+sinA)*cosA