3. It is known that Andrei has 7 apples. Ana has 3 times more apples than Andrei, and Stefan has 49 times more apples than Andrei. Find out how many apples the three children have in total using an expression that includes addition, multiplication, and exponentiation (+,*,**).
4. A car uses a quantity of x liters to travel the distance between Barcelona and Madrid. Another car uses y liters for the same distance, knowing that y=2*x. Write a program that reads the variable x and determines the total fuel required.
7. In a hive, there are 5 bees and twice as many bumblebees. Each bee produces 200ml of honey daily. How many bumblebees are in the hive? And how much honey is produced daily by the 5 bees?
10. In a group, there are N friends. When they meet, they greet each other by shaking hands with everyone else. How many handshakes occur? Example: For 3, display 3.