OpenAI runs a robotics competition that limits the weight of each robot. Each robot can be no more than twice the minimum weight and no less than 5 pounds heavier than the standard robot. The standard robot weighs 100 pounds. What is the maximum weight of a robot in the competition?
the minimum is 5 more than 100 so 100+5=
<<100+5=105>>105 the maximum weight of a robot is twice the minimum 105*2=<<105*2=210>>210 #### 210 Marcy had 22 sodas in her fridge for a party. Her friend Tina came over and gave her 12 plus two times the number of sodas Marcy had before. How many sodas will Marcy have for the party? Two times the sodas Marcy had is 22*2=<<22*2=44>>44 Tina gave Marcy 44+12=<<44+12=56>>56 soda In total Marcy has 22+56=<<22+56=78>>78 sodas #### 78 A hardware store sold 10 graphics cards, 14 hard drives, 8 CPUs, and 4 pairs of RAM in one week. The graphics cards cost $600 each, hard drives cost $80 each, CPUs cost $200 each, and RAM cost $60 for each pair. How much money did the store earn this week? It earned 10*600 = <<10*600=6000>>6000 dollars by selling graphics cards It earned 14*80 = <<14*80=1120>>1120 dollars by selling hard drives It earned 8*200 = <<8*200=1600>>1600 dollars by selling CPUs It earned 4*60 = <<4*60=240>>240 dollars by selling RAM Overall it earned 6000+1120+1600+240 = <<6000+1120+1600+240=8960>>8960 dollars this week #### 8960 Madeline wants to plant 20 flowers in her garden. She assumes that about half of the seeds she plants will die before they bloom. However, the flower shop only sells packs of seeds with 25 seeds per pack. Each pack is $5. How much will Madeline spend on seeds to plant 20 flowers? Madeline needs to buy 2*20=<<2*20=40>>40 seeds to make sure that she will have 20 flowers. Thus, Madeline will need to buy 2 packs of flowers to have at least 40 seeds. Thus, Madeline will spend 2*5=$<<2*5=10>>10 on seeds. #### 10 Gina can paint six cups an hour with roses and 7 cups an hour with lilies. Her Etsy store gets an order for 6 rose cups and 14 lily cups. If Gina gets paid $90 total for the order, how much does she make per hour? First find the total time to paint the rose cups: 6 cups / 6 cups/hour = <<6/6=1>>1 hour Then find the total time to paint the lily cups: 14 cups / 7 cups/hour = <<14/7=2>>2 hours Then add the painting time for each type of cup to find the total painting time: 1 hour + 2 hours = <<1+2=3>>3 hours Then divide Gina's total earnings by the number of hours she works to find her hourly wage: $90 / 3 hours = $<<90/3=30>>30/hour #### 30 In a Zoo, there are different animals. There are 5 giraffes and twice as many penguins. Penguins make up 20% of all the animals in the Zoo. How many elephants are there in the Zoo if they make up 4% of all the animals? There are twice as many penguins as giraffes, so there are 5 * 2 = <<5*2=10>>10 penguins. The penguins make up 20% of all animals, so there are 100/20 * 10 = <<100/20*10=50>>50 animals in the whole Zoo. 4% of animals are elephants, so there are 4/100 * 50 = <<4/100*50=2>>2 elephants at the Zoo. #### 2 Two days ago, the temperature in the morning went up 1.5 degrees every 2 hours. If the temperature was 50 degrees at 3 A.M., what was the temperature at 11 A.M.? At 5 A.M., the temperature was 50 degrees + 1.5 degrees = <<50+1.5=51.5>>51.5 degrees. At 7 A.M., the temperature was 51.5 degrees + 1.5 degrees = <<51.5+1.5=53>>53 degrees. At 9 A.M., the temperature was 53 degrees + 1.5 degrees = <<53+1.5=54.5>>54.5 degrees. At 11 A.M., the temperature was 54.5 degrees + 1.5 degrees = <<54.5+1.5=56>>56 degrees. #### 56 Theon's ship can move 15 nautical miles per hour while Yara's ship can move 30 nautical miles per hour. If their destination is 90 nautical miles away, how many hours ahead will Yara be ahead of Theon? Theon's estimated time of arrival is 90/15 = <<90/15=6>>6 hours. Yara's estimated time of arrival is 90/30 = <<90/30=3>>3 hours. Therefore, Yara is ahead by 6 - 3 = <<6-3=3>>3 hours. #### 3 The ages of three brothers are consecutive integers with the sum of 96. How old is the youngest brother? Let x represent the youngest brother Middle brother:x+1 Oldest brother:x+2 Total:x+x+1+x+2=96 3x+3=96 3x=93 x=<<31=31>>31 years old #### 31 Natasha exercised for 30 minutes every day for one week. Esteban exercised for 10 minutes on each of nine days. How many hours did Natasha and Esteban exercise in total? Natasha = 30 * 7 = <<30*7=210>>210 minutes Esteban = 10 * 9 = <<10*9=90>>90 minutes Total = 210 + 90 = <<210+90=300>>300 minutes 300 minutes = <<300/60=5>>5 hours Natasha and Esteban exercised for a total of 5 hours. #### 5