ChaseDream
搜索
返回列表 发新帖
查看: 1401|回复: 2
打印 上一主题 下一主题

费费第七部分第29题

[复制链接]
楼主
发表于 2004-8-19 04:40:00 | 显示全部楼层
2^(8n + 3) => 2^8n * 2^3 => 2^(4*2n) * 2^3, if the cycle repeats every 4 numbers, then 2^(4*2n) would have the same last digit as 2^4(which is 6), and 2^(4*2n) * 2^3 would have the 3rd number down the pattern since it's 2^3, which is 8;
沙发
发表于 2004-8-19 07:26:00 | 显示全部楼层

so since u get the point 2^8n would have the same last digit as 2^4(which is 6), then 2^4 * 2 woule have 2 as the last digit, => 2^4 * 2^2 would have 4 => 2^4 * 2^3 would have 8, since 2^8n has the same last digit, then 2^8n * 2^3 would have 8 as the last digit as well

better?

板凳
发表于 2004-8-19 08:38:00 | 显示全部楼层

we know the last digit goes in a cyle like: 2, 4, 8, 6, 2, 4, 8, 6... so on and so forth, so 2^1 => 2, 2^2 => 4, 2^3 = 8, 2^4 => 6, 2^5 => 2, 2^6 => 4, 2^7 => 8, 2^8 => 6...


so for every 2^4 we will get 6 as the last digit, and since 2^8n => 2^(4 * 2n) => 2^4 * 2^2n => we have 2^2n many of 2^4, and since every 2^4 has the same last digit 6, the product of 2^2n many of 2^4 would have 6 as its as digit as well;


now we know 2^3 = 8, and the product of 2^3 and 2^8n would have last digit 8 (8 * 6 = 48)


if it takes me three tries to explain, it's probably my bad, i hope this helps


[此贴子已经被作者于2004-8-19 8:38:44编辑过]
您需要登录后才可以回帖 登录 | 立即注册

Mark一下! 看一下! 顶楼主! 感谢分享! 快速回复:

手机版|ChaseDream|GMT+8, 2025-7-21 00:12
京公网安备11010202008513号 京ICP证101109号 京ICP备12012021号

ChaseDream 论坛

© 2003-2025 ChaseDream.com. All Rights Reserved.

返回顶部