document.write( "Question 682078: Ali is 80% more money than Tahir.their difference is $36.how much money Ali has? \n" ); document.write( "
Algebra.Com's Answer #423034 by tsewaitung(11)![]() ![]() ![]() You can put this solution on YOUR website! let Ali has x dollars and Tahir has y dollars. \n" ); document.write( "from the question, we have \n" ); document.write( "x-y=36 \n" ); document.write( "x=(1+80%)y \n" ); document.write( "by substituting the second equation into the first one, we have \n" ); document.write( "(1+80%)y-y=36 \n" ); document.write( "80%y=36 \n" ); document.write( " \n" ); document.write( "by substituting y=45 into the first question, we have \n" ); document.write( "x-45=36 \n" ); document.write( " \n" ); document.write( "Ali has 81 dollars. \n" ); document.write( " |