数学题:服装厂的工人每人每天可以生产4件上或7条裤子

  • 时间:2020-04-29 11:52:54
  • 分类:数学世界
  • 阅读:153 次

数学题:服装厂的工人每人每天可以生产4件上或7条裤子。一件上衣和一条裤子为一套服装。全厂有77名工人,那么她们每天最多能生产多少套服装?

数学题解答

要求最多每天能生产多少套服装,最好是上衣件数与裤子的条数相同。

我们可以设有x人负责生产上衣,那么负责生产裤子的就可表示为(77-x)人。

4x=7(77-x)

11x=539

x=49

上衣件数:49×4=196(件),裤子条数:77-49=28(人),28×7=196(条),正好配成196套。

答:她们每天最多能生产196套服装。

推荐阅读:
Harddrives will fail – it is just a matter of when  Bruteforce/DFS/Backtracking Algorithm using Javascript to Solve   DFS and BFS Algorithm to Find Numbers With Same Consecutive Diff  How to Remove Items/Entries with Specific Values from Map/HashMa  Find the Real Root of 4^x + 6^x = 9^x  Depth First Search (Backtracking) Algorithm to Solve a Sudoku Ga  Using Bitmasking Algorithm to Compute the Combinations of an Arr  Flashing the BIOS of HPZ800 Server to 3.61 Rev.A  Algorithm to Sum The Fibonacci Numbers  How to Adapt Your Blog to Increasing Zero-Click Searches 
评论列表
添加评论