【计算】农行助学贷款 利息计算逾期应该缴纳多少总额?
助学贷款 利息计算 利率计算
【情况】2006/09 入学,贷款 20000(2万人民币)。2010/06毕业。毕业后读研2年,2012/06读研毕业。
【假如】
本科期间无需利息。读研期间算展期,年利率 5.94% 。毕业后算逾期,年利率 10.26%。
假如在2013/10还清贷款。分期每月付款如下。
$data = array(20120621 => 360.33,20120811 => 341.46,20120911 => 341.46,20121011 => 341.46,20121111 => 341.46,20121211 => 341.46,20130111 => 342.22,20130211 => 337.04,20130311 => 337.04,20130411 => 337.04,20130511 => 337.04,20130611 => 337.04,20130711 => 337.04,20130811 => 337.04,20130911 => 337.04,20131008 => 334.99,20131009 => 2224.79,20131011 => 337.04,20131014 => 16223.38,);
【那么】
1)按照这个数据他实际应该付利息是多少?
2)假如他读研中途退学,那么利息该多少?
【参考】
以下是我自己写的一个PHP代码计算,看是否有误
';while($ttLeft > 0){ $money = $moneyArr[$i]; $month = $monthArr[$i]; $ttBack += $money; //累计还款总额 $rate = getRate($month); $xi = $ttLeft*$rate/12; $ttXi += $xi; //$ttLeft += $xi;//假设不需要复利 $ttLeft -= $money; //减去已还款 echo ''; $i++; if($i > 100) { echo ' $i break; '.($i+1).' 时间:'.$month.',本月实际还款:'.number_format( $money ).' 算出本月利率:'.($rate*100).'%,算出本月利息:'.number_format($xi).',剩余:'.number_format( $ttLeft ).'
'; break; }}echo '
总贷款:'.number_format( $moneyDK ).',总还款:'.number_format( $ttBack );echo '。此程序计算出总额外利息:'.number_format( $ttXi);
输出结果:
1 时间:20120621,本月实际还款:360 算出本月利率:10.26%、利息:171、剩余:19,6402 时间:20120811,本月实际还款:341 算出本月利率:10.26%、利息:168、剩余:19,2983 时间:20120911,本月实际还款:341 算出本月利率:10.26%、利息:165、剩余:18,9574 时间:20121011,本月实际还款:341 算出本月利率:10.26%、利息:162、剩余:18,6155 时间:20121111,本月实际还款:341 算出本月利率:10.26%、利息:159、剩余:18,2746 时间:20121211,本月实际还款:341 算出本月利率:10.26%、利息:156、剩余:17,9327 时间:20130111,本月实际还款:342 算出本月利率:10.26%、利息:153、剩余:17,5908 时间:20130211,本月实际还款:337 算出本月利率:10.26%、利息:150、剩余:17,2539 时间:20130311,本月实际还款:337 算出本月利率:10.26%、利息:148、剩余:16,91610 时间:20130411,本月实际还款:337 算出本月利率:10.26%、利息:145、剩余:16,57911 时间:20130511,本月实际还款:337 算出本月利率:10.26%、利息:142、剩余:16,24212 时间:20130611,本月实际还款:337 算出本月利率:10.26%、利息:139、剩余:15,90513 时间:20130711,本月实际还款:337 算出本月利率:10.26%、利息:136、剩余:15,56814 时间:20130811,本月实际还款:337 算出本月利率:10.26%、利息:133、剩余:15,23115 时间:20130911,本月实际还款:337 算出本月利率:10.26%、利息:130、剩余:14,89416 时间:20131008,本月实际还款:335 算出本月利率:10.26%、利息:127、剩余:14,55917 时间:20131009,本月实际还款:2,225 算出本月利率:10.26%、利息:124、剩余:12,33418 时间:20131011,本月实际还款:337 算出本月利率:10.26%、利息:105、剩余:11,99719 时间:20131014,本月实际还款:16,223 算出本月利率:10.26%、利息:103、剩余:-4,226总贷款:20,000,总还款:24,226。此程序计算出总额外利息:2,717
回复讨论(解决方案)
对不对应该问出题的人,莫非你就是出题的人考我们?
php输出答案对就对,只有程序写得好不好的问题
对不对应该问出题的人,莫非你就是出题的人考我们?
php输出答案对就对,只有程序写得好不好的问题
答案跟这个不一致。不知道银行到底怎么算的,利率是浮动的。
利率当然是浮动的

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Laravel simplifies HTTP verb handling in incoming requests, streamlining diverse operation management within your applications. The method() and isMethod() methods efficiently identify and validate request types. This feature is crucial for building

The Storage::download method of the Laravel framework provides a concise API for safely handling file downloads while managing abstractions of file storage. Here is an example of using Storage::download() in the example controller:
