文盲人口为80,000 [英] Illiterate population of 80, 000

查看:69
本文介绍了文盲人口为80,000的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在解决这个问题时遇到了一些问题。由于我是编程新手,请帮帮我解释一下。



问题:



在一个城镇,男性比例为52%。总识字率为48%。识字男性的总百分比占总人口的35%。如果镇上的人口是80,000,写一个程序来查找男女文盲。



我尝试过:



确实通过将35%除以80,000来计算女性迭代然后乘以男性和女性迭代计算人口的总文盲数

解决方案

首先计算出总人口中有多少男性和女性(80000)和男性百分比(52%)



从这个,你可以计算出识字的人数(35%)和文盲((100 - 35)%)



你现在可以计算出缺失的数字:

总人口=识字男性+文盲男性+识字女性+文盲女性

从总文献率(48%)

这应该有助于您的编码:运算符 - C ++教程 [ ^ ]


i'm having bit of problem in solving this piece of problem. As I'm new to programming, please help me out and kindly explain it.

Problem:

In a town, the percentage of men is 52%. The percentage of total literacy is 48%. The total percentage of literate men is 35% of the total population. Write a program to find the total illiterate men and women if the population of the town is 80,000.

What I have tried:

did try it by dividing 35% with 80,000 to calculate the women iterate and then multiplying it by men and women iterate to calculate the total illiterate of the population

解决方案

Start by working out how many men and women the are, from the total population (80000) and the percentage of men (52%)

From this, you can work out how many men are literate (35%), and illiterate ((100 - 35)%)

You now can work out the missing number:
Total population = literate men + illiterate men + literate women + illiterate women
From the total literaact rate (48%)


This should help in your coding: Operators - C++ Tutorials[^]


这篇关于文盲人口为80,000的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆