Find the numbers whose sum is 15, if
twice the first number minus the second
number equals 6.
                                             
                                          
                                          
                                        
											 
											Answer:
x+y = 15
2x - y = 6
using elimination method
3x = 21
x = 7
therefore
7+y = 15
y = 15 - 7
y = 8