document.write( "Question 866111: Rental cost cannot be more than 40% of the tenant's income. If the Rent is $1,150. What is the minimum the tenant must make to qualify? What is the formula for figuring this out? \n" ); document.write( "
Algebra.Com's Answer #522102 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Rental cost cannot be more than 40% of the tenant's income.
\n" ); document.write( " If the Rent is $1,150, What is the minimum the tenant must make to qualify?
\n" ); document.write( "What is the formula for figuring this out?
\n" ); document.write( ":
\n" ); document.write( "let w = qualifying income
\n" ); document.write( ":
\n" ); document.write( ".40w = 1150
\n" ); document.write( "w = 1150/.4
\n" ); document.write( "w = $2875
\n" ); document.write( "
\n" );